[ Mar 18 18:25:42 Enabled. ] [ Mar 18 18:25:42 Rereading configuration. ] [ Mar 18 18:25:45 Rereading configuration. ] [ Mar 18 18:25:47 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 [ Mar 18 18:25:47 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.03.18 18:25:49.067652 [ 1 ] {} Application: Will watch for the process with pid 25133 2026.03.18 18:25:49.068007 [ 1 ] {} Application: Forked a child process to watch 2026.03.18 18:25:49.283246 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25133 2026.03.18 18:25:49.285663 [ 1 ] {} Application: starting up 2026.03.18 18:25:49.285832 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.18 18:25:49.444712 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.18 18:25:49.476327 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.18 18:25:49.476379 [ 1 ] {} Application: Initializing DateLUT. 2026.03.18 18:25:49.476398 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.18 18:25:49.476457 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.18 18:25:49.476816 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.18 18:25:49.480751 [ 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.03.18 18:25:49.481504 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 18:25:49.482307 [ 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.03.18 18:25:49.482328 [ 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.03.18 18:25:49.482342 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.18 18:25:49.483003 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 18:25:49.483951 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.18 18:25:49.489350 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 18:25:49.490025 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.18 18:25:49.491269 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 18:25:49.491331 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 18:25:49.492315 [ 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.03.18 18:25:49.492696 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.18 18:25:49.496262 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.18 18:25:49.496509 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.18 18:25:49.501078 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.18 18:25:49.501391 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.18 18:25:49.501739 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.18 18:25:49.502068 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.18 18:25:49.503304 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.18 18:25:49.503328 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.18 18:25:49.503436 [ 80 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:25:49.503538 [ 80 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:25:49.510081 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.18 18:25:49.510106 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000152812 sec 2026.03.18 18:25:49.510123 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 18:25:49.510136 [ 1 ] {} LoadingDeps: No tables 2026.03.18 18:25:49.510748 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.18 18:25:49.511283 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.18 18:25:49.527733 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.18 18:25:49.527775 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.18 18:25:49.527795 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.18 18:25:49.527807 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.18 18:25:49.527837 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.18 18:25:49.527856 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.18 18:25:49.530448 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.18 18:25:49.530491 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.18 18:25:49.530509 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.18 18:25:49.530643 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.18 18:25:49.530682 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.18 18:25:49.530694 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.18 18:25:49.530712 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.18 18:25:49.530724 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.18 18:25:49.530752 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.18 18:25:49.530768 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.18 18:25:49.555832 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.18 18:25:49.557054 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.18 18:25:49.557080 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4161e-05 sec 2026.03.18 18:25:49.557092 [ 1 ] {} ReferentialDeps: No tables 2026.03.18 18:25:49.557102 [ 1 ] {} LoadingDeps: No tables 2026.03.18 18:25:49.557124 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.18 18:25:49.557302 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.18 18:25:49.557344 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.18 18:25:49.557356 [ 1 ] {} Application: Loaded metadata. 2026.03.18 18:25:49.557367 [ 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.03.18 18:25:49.557378 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.18 18:25:49.585807 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.18 18:25:49.586027 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB 2026.03.18 18:25:49.587383 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.278e-05 sec. 2026.03.18 18:25:49.587747 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.18 18:25:49.587799 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.18 18:25:49.587813 [ 1 ] {} Application: Ready for connections. 2026.03.18 18:25:51.621875 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47739 2026.03.18 18:25:51.622785 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.623365 [ 3 ] {} TCP-Session: 5f0ecacc-be5f-40aa-96e1-bd545e253b9b Authenticating user 'default' from [fd00:1122:3344:101::a]:47739 2026.03.18 18:25:51.623399 [ 3 ] {} TCP-Session: 5f0ecacc-be5f-40aa-96e1-bd545e253b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.623506 [ 3 ] {} TCP-Session: 5f0ecacc-be5f-40aa-96e1-bd545e253b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.623606 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 18:25:51.623631 [ 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.03.18 18:25:51.623714 [ 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.03.18 18:25:51.624135 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54655 2026.03.18 18:25:51.625039 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59645 2026.03.18 18:25:51.625058 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33506 2026.03.18 18:25:51.625086 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.625220 [ 4 ] {} TCP-Session: 8bc7a1ea-e8ef-4249-9bfe-5d7f732610a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:54655 2026.03.18 18:25:51.625249 [ 4 ] {} TCP-Session: 8bc7a1ea-e8ef-4249-9bfe-5d7f732610a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.625265 [ 4 ] {} TCP-Session: 8bc7a1ea-e8ef-4249-9bfe-5d7f732610a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.625620 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62548 2026.03.18 18:25:51.625876 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60348 2026.03.18 18:25:51.625886 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50120 2026.03.18 18:25:51.625886 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41186 2026.03.18 18:25:51.626294 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626353 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626403 [ 253 ] {} TCP-Session: ac14d3df-03da-41c1-8dff-d3adbd582378 Authenticating user 'default' from [fd00:1122:3344:101::a]:59645 2026.03.18 18:25:51.626416 [ 258 ] {} TCP-Session: f21a1c21-79d9-40f9-a021-bb8dc6eaa131 Authenticating user 'default' from [fd00:1122:3344:101::a]:62548 2026.03.18 18:25:51.626437 [ 253 ] {} TCP-Session: ac14d3df-03da-41c1-8dff-d3adbd582378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626434 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626454 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626556 [ 253 ] {} TCP-Session: ac14d3df-03da-41c1-8dff-d3adbd582378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626553 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626583 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.626613 [ 256 ] {} TCP-Session: caa930ad-59f9-4530-b466-c65e9c3cb1e5 Authenticating user 'default' from [fd00:1122:3344:101::a]:41186 2026.03.18 18:25:51.626645 [ 257 ] {} TCP-Session: 3f382d7d-044b-4b09-a17b-87db0a73dc73 Authenticating user 'default' from [fd00:1122:3344:101::a]:50120 2026.03.18 18:25:51.626626 [ 5 ] {} TCP-Session: d5ee8282-8b08-4c51-ab21-89b111e68416 Authenticating user 'default' from [fd00:1122:3344:101::a]:33506 2026.03.18 18:25:51.626553 [ 255 ] {} TCP-Session: fcbb3aa5-eec5-4292-a8a8-81080f47b6a6 Authenticating user 'default' from [fd00:1122:3344:101::a]:60348 2026.03.18 18:25:51.626731 [ 257 ] {} TCP-Session: 3f382d7d-044b-4b09-a17b-87db0a73dc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626726 [ 5 ] {} TCP-Session: d5ee8282-8b08-4c51-ab21-89b111e68416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626708 [ 256 ] {} TCP-Session: caa930ad-59f9-4530-b466-c65e9c3cb1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626832 [ 5 ] {} TCP-Session: d5ee8282-8b08-4c51-ab21-89b111e68416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626843 [ 257 ] {} TCP-Session: 3f382d7d-044b-4b09-a17b-87db0a73dc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626824 [ 255 ] {} TCP-Session: fcbb3aa5-eec5-4292-a8a8-81080f47b6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626905 [ 256 ] {} TCP-Session: caa930ad-59f9-4530-b466-c65e9c3cb1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626537 [ 258 ] {} TCP-Session: f21a1c21-79d9-40f9-a021-bb8dc6eaa131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.626991 [ 255 ] {} TCP-Session: fcbb3aa5-eec5-4292-a8a8-81080f47b6a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.627008 [ 258 ] {} TCP-Session: f21a1c21-79d9-40f9-a021-bb8dc6eaa131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.795776 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40890 2026.03.18 18:25:51.795941 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.795999 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Authenticating user 'default' from [fd00:1122:3344:101::d]:40890 2026.03.18 18:25:51.796021 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.796033 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.796107 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 18:25:51.796142 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 18:25:51.796166 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.18 18:25:51.796645 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53675 2026.03.18 18:25:51.796821 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48553 2026.03.18 18:25:51.796837 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.796827 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61229 2026.03.18 18:25:51.796920 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Authenticating user 'default' from [fd00:1122:3344:101::d]:53675 2026.03.18 18:25:51.796949 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35778 2026.03.18 18:25:51.796974 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.796994 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797086 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49966 2026.03.18 18:25:51.797245 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797291 [ 261 ] {} TCP-Session: 48cb741f-d639-45e2-904c-0cb54807cb84 Authenticating user 'default' from [fd00:1122:3344:101::d]:61229 2026.03.18 18:25:51.797313 [ 261 ] {} TCP-Session: 48cb741f-d639-45e2-904c-0cb54807cb84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797335 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797345 [ 261 ] {} TCP-Session: 48cb741f-d639-45e2-904c-0cb54807cb84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797356 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797395 [ 262 ] {} TCP-Session: 636b7784-6332-4c76-84fc-df6fb36a2473 Authenticating user 'default' from [fd00:1122:3344:101::d]:48553 2026.03.18 18:25:51.797425 [ 263 ] {} TCP-Session: 0d07693f-9626-42c5-8465-d4120b6c4450 Authenticating user 'default' from [fd00:1122:3344:101::d]:35778 2026.03.18 18:25:51.797434 [ 262 ] {} TCP-Session: 636b7784-6332-4c76-84fc-df6fb36a2473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797453 [ 263 ] {} TCP-Session: 0d07693f-9626-42c5-8465-d4120b6c4450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797476 [ 262 ] {} TCP-Session: 636b7784-6332-4c76-84fc-df6fb36a2473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797452 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60547 2026.03.18 18:25:51.797482 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797483 [ 263 ] {} TCP-Session: 0d07693f-9626-42c5-8465-d4120b6c4450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797567 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40991 2026.03.18 18:25:51.797455 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53617 2026.03.18 18:25:51.797617 [ 264 ] {} TCP-Session: 980f6260-246a-4013-9775-278ea9168408 Authenticating user 'default' from [fd00:1122:3344:101::d]:49966 2026.03.18 18:25:51.797688 [ 264 ] {} TCP-Session: 980f6260-246a-4013-9775-278ea9168408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797705 [ 264 ] {} TCP-Session: 980f6260-246a-4013-9775-278ea9168408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797753 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797820 [ 266 ] {} TCP-Session: 08becbac-fbba-492e-8155-7b7e8a44b7ae Authenticating user 'default' from [fd00:1122:3344:101::d]:60547 2026.03.18 18:25:51.797846 [ 266 ] {} TCP-Session: 08becbac-fbba-492e-8155-7b7e8a44b7ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797863 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797873 [ 266 ] {} TCP-Session: 08becbac-fbba-492e-8155-7b7e8a44b7ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797880 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:51.797910 [ 267 ] {} TCP-Session: 72c06977-ef7c-4656-9f34-679159a7b401 Authenticating user 'default' from [fd00:1122:3344:101::d]:40991 2026.03.18 18:25:51.797953 [ 265 ] {} TCP-Session: 826a88c7-8c21-4196-a5a1-12b97906ee57 Authenticating user 'default' from [fd00:1122:3344:101::d]:53617 2026.03.18 18:25:51.797958 [ 267 ] {} TCP-Session: 72c06977-ef7c-4656-9f34-679159a7b401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797983 [ 265 ] {} TCP-Session: 826a88c7-8c21-4196-a5a1-12b97906ee57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.797986 [ 267 ] {} TCP-Session: 72c06977-ef7c-4656-9f34-679159a7b401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.798022 [ 265 ] {} TCP-Session: 826a88c7-8c21-4196-a5a1-12b97906ee57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:51.801361 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.804088 [ 259 ] {98338298-ed86-46b2-be46-f4c457d1fe80} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:25:51.910547 [ 259 ] {98338298-ed86-46b2-be46-f4c457d1fe80} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40890) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 18:25:51.911549 [ 259 ] {98338298-ed86-46b2-be46-f4c457d1fe80} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 18:25:51.911780 [ 259 ] {98338298-ed86-46b2-be46-f4c457d1fe80} TCPHandler: Processed in 0.112527465 sec. 2026.03.18 18:25:51.912235 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.912477 [ 260 ] {7a0403f9-1525-4ef1-93e8-c2a97d66e4f8} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:25:51.913038 [ 260 ] {7a0403f9-1525-4ef1-93e8-c2a97d66e4f8} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53675) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 18:25:51.913323 [ 260 ] {7a0403f9-1525-4ef1-93e8-c2a97d66e4f8} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.18 18:25:51.913544 [ 260 ] {7a0403f9-1525-4ef1-93e8-c2a97d66e4f8} TCPHandler: Processed in 0.001491469 sec. 2026.03.18 18:25:51.913883 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.914716 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} executeQuery: (from [fd00:1122:3344:101::d]:40890) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.18 18:25:51.915342 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.18 18:25:51.916604 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.18 18:25:51.916674 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000101972 sec 2026.03.18 18:25:51.916688 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} ReferentialDeps: No tables 2026.03.18 18:25:51.916698 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} LoadingDeps: No tables 2026.03.18 18:25:51.916770 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} DatabaseAtomic (oximeter): Starting up tables. 2026.03.18 18:25:51.917422 [ 259 ] {c138b066-d146-406a-8c4c-dfc45ea423a9} TCPHandler: Processed in 0.003675619 sec. 2026.03.18 18:25:51.917567 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.917742 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} executeQuery: (from [fd00:1122:3344:101::d]:40890) /* 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.03.18 18:25:51.917817 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.18 18:25:51.923154 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.18 18:25:51.924477 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d): Loading data parts 2026.03.18 18:25:51.926957 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d): There are no data parts 2026.03.18 18:25:51.930060 [ 259 ] {dbd74697-b89e-4e6b-964f-64679d8c3788} TCPHandler: Processed in 0.012540837 sec. 2026.03.18 18:25:51.930367 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.930555 [ 259 ] {9880ada7-3223-4c60-8061-b0f1783b0660} executeQuery: (from [fd00:1122:3344:101::d]:40890) /* 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.03.18 18:25:51.930696 [ 259 ] {9880ada7-3223-4c60-8061-b0f1783b0660} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.18 18:25:51.946081 [ 259 ] {9880ada7-3223-4c60-8061-b0f1783b0660} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Loading data parts 2026.03.18 18:25:51.946441 [ 259 ] {9880ada7-3223-4c60-8061-b0f1783b0660} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): There are no data parts 2026.03.18 18:25:51.947621 [ 259 ] {9880ada7-3223-4c60-8061-b0f1783b0660} TCPHandler: Processed in 0.01731014 sec. 2026.03.18 18:25:51.947816 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.948078 [ 259 ] {0e3da838-452c-416c-894e-c5337e6ed911} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.948129 [ 259 ] {0e3da838-452c-416c-894e-c5337e6ed911} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.18 18:25:51.949902 [ 259 ] {0e3da838-452c-416c-894e-c5337e6ed911} oximeter.measurements_i8 (52c3d713-f1eb-4865-bd45-df1475bb202a): Loading data parts 2026.03.18 18:25:51.950058 [ 259 ] {0e3da838-452c-416c-894e-c5337e6ed911} oximeter.measurements_i8 (52c3d713-f1eb-4865-bd45-df1475bb202a): There are no data parts 2026.03.18 18:25:51.951236 [ 259 ] {0e3da838-452c-416c-894e-c5337e6ed911} TCPHandler: Processed in 0.003490906 sec. 2026.03.18 18:25:51.951452 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.951645 [ 259 ] {c23d6026-00c3-4421-9457-8f992806f67d} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.951777 [ 259 ] {c23d6026-00c3-4421-9457-8f992806f67d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.18 18:25:51.953564 [ 259 ] {c23d6026-00c3-4421-9457-8f992806f67d} oximeter.measurements_u8 (e093f7c9-a37f-4e6f-a3bf-fcd53d0cc9b8): Loading data parts 2026.03.18 18:25:51.953800 [ 259 ] {c23d6026-00c3-4421-9457-8f992806f67d} oximeter.measurements_u8 (e093f7c9-a37f-4e6f-a3bf-fcd53d0cc9b8): There are no data parts 2026.03.18 18:25:51.955162 [ 259 ] {c23d6026-00c3-4421-9457-8f992806f67d} TCPHandler: Processed in 0.00375959 sec. 2026.03.18 18:25:51.955320 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.955555 [ 259 ] {0c25015f-ecbd-4a35-8e1b-2d5d56f27523} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.955604 [ 259 ] {0c25015f-ecbd-4a35-8e1b-2d5d56f27523} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.18 18:25:51.957474 [ 259 ] {0c25015f-ecbd-4a35-8e1b-2d5d56f27523} oximeter.measurements_i16 (268459a8-e3c2-419b-b29c-fb0385ec1ea0): Loading data parts 2026.03.18 18:25:51.957619 [ 259 ] {0c25015f-ecbd-4a35-8e1b-2d5d56f27523} oximeter.measurements_i16 (268459a8-e3c2-419b-b29c-fb0385ec1ea0): There are no data parts 2026.03.18 18:25:51.959244 [ 259 ] {0c25015f-ecbd-4a35-8e1b-2d5d56f27523} TCPHandler: Processed in 0.003981343 sec. 2026.03.18 18:25:51.959467 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.959622 [ 259 ] {8bcddcaa-4f91-4f80-9146-2dcacd7e3c28} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.959730 [ 259 ] {8bcddcaa-4f91-4f80-9146-2dcacd7e3c28} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.18 18:25:51.961523 [ 259 ] {8bcddcaa-4f91-4f80-9146-2dcacd7e3c28} oximeter.measurements_u16 (6e7964bb-214c-4878-aba1-3c3b0ab1f952): Loading data parts 2026.03.18 18:25:51.961757 [ 259 ] {8bcddcaa-4f91-4f80-9146-2dcacd7e3c28} oximeter.measurements_u16 (6e7964bb-214c-4878-aba1-3c3b0ab1f952): There are no data parts 2026.03.18 18:25:51.963092 [ 259 ] {8bcddcaa-4f91-4f80-9146-2dcacd7e3c28} TCPHandler: Processed in 0.003675089 sec. 2026.03.18 18:25:51.963279 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.963538 [ 259 ] {c34d9dc0-8c07-48f6-b62f-d7632d2e16e2} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.963583 [ 259 ] {c34d9dc0-8c07-48f6-b62f-d7632d2e16e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.18 18:25:51.965270 [ 259 ] {c34d9dc0-8c07-48f6-b62f-d7632d2e16e2} oximeter.measurements_i32 (cefbd0a5-06bb-4227-aafa-cbf02ce8b1d0): Loading data parts 2026.03.18 18:25:51.965416 [ 259 ] {c34d9dc0-8c07-48f6-b62f-d7632d2e16e2} oximeter.measurements_i32 (cefbd0a5-06bb-4227-aafa-cbf02ce8b1d0): There are no data parts 2026.03.18 18:25:51.966477 [ 259 ] {c34d9dc0-8c07-48f6-b62f-d7632d2e16e2} TCPHandler: Processed in 0.003264513 sec. 2026.03.18 18:25:51.966730 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.966892 [ 259 ] {91fb97db-d043-4485-8bbe-5a5f8857293b} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.967002 [ 259 ] {91fb97db-d043-4485-8bbe-5a5f8857293b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.18 18:25:51.968989 [ 259 ] {91fb97db-d043-4485-8bbe-5a5f8857293b} oximeter.measurements_u32 (699595f3-805f-433a-b7c8-2412d57115f0): Loading data parts 2026.03.18 18:25:51.969223 [ 259 ] {91fb97db-d043-4485-8bbe-5a5f8857293b} oximeter.measurements_u32 (699595f3-805f-433a-b7c8-2412d57115f0): There are no data parts 2026.03.18 18:25:51.970519 [ 259 ] {91fb97db-d043-4485-8bbe-5a5f8857293b} TCPHandler: Processed in 0.003878971 sec. 2026.03.18 18:25:51.970691 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.970957 [ 259 ] {a7ed2efc-fb3d-42bf-837d-a9ab80aa501b} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.971014 [ 259 ] {a7ed2efc-fb3d-42bf-837d-a9ab80aa501b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.18 18:25:51.972812 [ 259 ] {a7ed2efc-fb3d-42bf-837d-a9ab80aa501b} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): Loading data parts 2026.03.18 18:25:51.973130 [ 259 ] {a7ed2efc-fb3d-42bf-837d-a9ab80aa501b} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): There are no data parts 2026.03.18 18:25:51.974378 [ 259 ] {a7ed2efc-fb3d-42bf-837d-a9ab80aa501b} TCPHandler: Processed in 0.00375266 sec. 2026.03.18 18:25:51.974592 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.974749 [ 259 ] {0bb84be5-4c18-4adb-9817-91e193cab43d} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.974851 [ 259 ] {0bb84be5-4c18-4adb-9817-91e193cab43d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.18 18:25:51.976451 [ 259 ] {0bb84be5-4c18-4adb-9817-91e193cab43d} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Loading data parts 2026.03.18 18:25:51.976674 [ 259 ] {0bb84be5-4c18-4adb-9817-91e193cab43d} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): There are no data parts 2026.03.18 18:25:51.977902 [ 259 ] {0bb84be5-4c18-4adb-9817-91e193cab43d} TCPHandler: Processed in 0.003358045 sec. 2026.03.18 18:25:51.978062 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.978263 [ 259 ] {b0ceaf3a-bd7a-4098-9e36-170a59c63679} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.978341 [ 259 ] {b0ceaf3a-bd7a-4098-9e36-170a59c63679} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.18 18:25:51.980151 [ 259 ] {b0ceaf3a-bd7a-4098-9e36-170a59c63679} oximeter.measurements_f32 (21207320-4443-4114-b082-35fe5773fb02): Loading data parts 2026.03.18 18:25:51.980310 [ 259 ] {b0ceaf3a-bd7a-4098-9e36-170a59c63679} oximeter.measurements_f32 (21207320-4443-4114-b082-35fe5773fb02): There are no data parts 2026.03.18 18:25:51.981649 [ 259 ] {b0ceaf3a-bd7a-4098-9e36-170a59c63679} TCPHandler: Processed in 0.003634578 sec. 2026.03.18 18:25:51.981866 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.982020 [ 259 ] {e48f9c29-0388-465c-a993-13bba54d6876} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.982126 [ 259 ] {e48f9c29-0388-465c-a993-13bba54d6876} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.18 18:25:51.983763 [ 259 ] {e48f9c29-0388-465c-a993-13bba54d6876} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Loading data parts 2026.03.18 18:25:51.983955 [ 259 ] {e48f9c29-0388-465c-a993-13bba54d6876} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): There are no data parts 2026.03.18 18:25:51.985208 [ 259 ] {e48f9c29-0388-465c-a993-13bba54d6876} TCPHandler: Processed in 0.003392145 sec. 2026.03.18 18:25:51.985367 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.985581 [ 259 ] {56ddbe60-e875-4126-ad37-c6e3d67a3039} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.985670 [ 259 ] {56ddbe60-e875-4126-ad37-c6e3d67a3039} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.18 18:25:51.987470 [ 259 ] {56ddbe60-e875-4126-ad37-c6e3d67a3039} oximeter.measurements_string (3a5c07da-868a-4bfa-b8db-bf6b6f67fa13): Loading data parts 2026.03.18 18:25:51.987605 [ 259 ] {56ddbe60-e875-4126-ad37-c6e3d67a3039} oximeter.measurements_string (3a5c07da-868a-4bfa-b8db-bf6b6f67fa13): There are no data parts 2026.03.18 18:25:51.988933 [ 259 ] {56ddbe60-e875-4126-ad37-c6e3d67a3039} TCPHandler: Processed in 0.003615808 sec. 2026.03.18 18:25:51.989180 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.989339 [ 259 ] {601174bd-2598-44e4-aa68-8b6cd0943d73} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.989461 [ 259 ] {601174bd-2598-44e4-aa68-8b6cd0943d73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.18 18:25:51.991517 [ 259 ] {601174bd-2598-44e4-aa68-8b6cd0943d73} oximeter.measurements_bytes (b56c9bd8-953e-4716-b069-7dfca16d34be): Loading data parts 2026.03.18 18:25:51.991679 [ 259 ] {601174bd-2598-44e4-aa68-8b6cd0943d73} oximeter.measurements_bytes (b56c9bd8-953e-4716-b069-7dfca16d34be): There are no data parts 2026.03.18 18:25:51.993004 [ 259 ] {601174bd-2598-44e4-aa68-8b6cd0943d73} TCPHandler: Processed in 0.003872882 sec. 2026.03.18 18:25:51.993251 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.993425 [ 259 ] {cbfbafb7-0244-4f2c-b1c9-87965add739d} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.993550 [ 259 ] {cbfbafb7-0244-4f2c-b1c9-87965add739d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.18 18:25:51.995179 [ 259 ] {cbfbafb7-0244-4f2c-b1c9-87965add739d} oximeter.measurements_cumulativei64 (5c9f3427-c057-4403-9101-d97aa2955492): Loading data parts 2026.03.18 18:25:51.995482 [ 259 ] {cbfbafb7-0244-4f2c-b1c9-87965add739d} oximeter.measurements_cumulativei64 (5c9f3427-c057-4403-9101-d97aa2955492): There are no data parts 2026.03.18 18:25:51.996784 [ 259 ] {cbfbafb7-0244-4f2c-b1c9-87965add739d} TCPHandler: Processed in 0.003586518 sec. 2026.03.18 18:25:51.996938 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:51.997178 [ 259 ] {4e245f7d-6f18-4533-8c5b-1a2e79cc0776} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:51.997320 [ 259 ] {4e245f7d-6f18-4533-8c5b-1a2e79cc0776} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.18 18:25:51.999282 [ 259 ] {4e245f7d-6f18-4533-8c5b-1a2e79cc0776} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Loading data parts 2026.03.18 18:25:51.999487 [ 259 ] {4e245f7d-6f18-4533-8c5b-1a2e79cc0776} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): There are no data parts 2026.03.18 18:25:52.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 122.48 MiB, peak 122.48 MiB, free memory in arenas 0.00 B, will set to 132.48 MiB (RSS), difference: 10.00 MiB 2026.03.18 18:25:52.000806 [ 259 ] {4e245f7d-6f18-4533-8c5b-1a2e79cc0776} TCPHandler: Processed in 0.003916732 sec. 2026.03.18 18:25:52.000965 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.001311 [ 259 ] {c324d97a-e705-4dc6-b43a-1ae221aab66d} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.001458 [ 259 ] {c324d97a-e705-4dc6-b43a-1ae221aab66d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.18 18:25:52.003529 [ 259 ] {c324d97a-e705-4dc6-b43a-1ae221aab66d} oximeter.measurements_cumulativef32 (dd9377c5-f0cd-46a7-bcc5-286e186c3782): Loading data parts 2026.03.18 18:25:52.003696 [ 259 ] {c324d97a-e705-4dc6-b43a-1ae221aab66d} oximeter.measurements_cumulativef32 (dd9377c5-f0cd-46a7-bcc5-286e186c3782): There are no data parts 2026.03.18 18:25:52.005287 [ 259 ] {c324d97a-e705-4dc6-b43a-1ae221aab66d} TCPHandler: Processed in 0.004373578 sec. 2026.03.18 18:25:52.005446 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.005610 [ 259 ] {46f68a86-533b-421e-ab79-92bfe6de2ecd} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.005771 [ 259 ] {46f68a86-533b-421e-ab79-92bfe6de2ecd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.18 18:25:52.006740 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39599 2026.03.18 18:25:52.006894 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.006933 [ 270 ] {} TCP-Session: 29c4d4d1-e2a1-48b3-a05f-e8b7bbc0f3c4 Authenticating user 'default' from [fd00:1122:3344:101::b]:39599 2026.03.18 18:25:52.007030 [ 270 ] {} TCP-Session: 29c4d4d1-e2a1-48b3-a05f-e8b7bbc0f3c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.007045 [ 270 ] {} TCP-Session: 29c4d4d1-e2a1-48b3-a05f-e8b7bbc0f3c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.007100 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 18:25:52.007218 [ 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.03.18 18:25:52.007234 [ 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.03.18 18:25:52.007642 [ 259 ] {46f68a86-533b-421e-ab79-92bfe6de2ecd} oximeter.measurements_cumulativef64 (d0847f61-80ba-499a-99f7-1ff47c8704ae): Loading data parts 2026.03.18 18:25:52.007841 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55465 2026.03.18 18:25:52.007932 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63141 2026.03.18 18:25:52.007899 [ 259 ] {46f68a86-533b-421e-ab79-92bfe6de2ecd} oximeter.measurements_cumulativef64 (d0847f61-80ba-499a-99f7-1ff47c8704ae): There are no data parts 2026.03.18 18:25:52.008026 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41556 2026.03.18 18:25:52.008174 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51164 2026.03.18 18:25:52.008196 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008359 [ 271 ] {} TCP-Session: 92d93313-2158-4a83-80a8-958aa50bf0d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:55465 2026.03.18 18:25:52.008377 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008409 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008395 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57164 2026.03.18 18:25:52.008388 [ 271 ] {} TCP-Session: 92d93313-2158-4a83-80a8-958aa50bf0d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008519 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008546 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57230 2026.03.18 18:25:52.008543 [ 273 ] {} TCP-Session: 2343337b-735e-4c4b-8ce0-602b73903431 Authenticating user 'default' from [fd00:1122:3344:101::b]:41556 2026.03.18 18:25:52.008645 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40257 2026.03.18 18:25:52.008524 [ 272 ] {} TCP-Session: e726a2f9-e187-41f8-bda0-8b20f1915596 Authenticating user 'default' from [fd00:1122:3344:101::b]:63141 2026.03.18 18:25:52.008701 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008685 [ 273 ] {} TCP-Session: 2343337b-735e-4c4b-8ce0-602b73903431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008681 [ 274 ] {} TCP-Session: 671091b1-8d12-42a6-b13d-8918cc83e647 Authenticating user 'default' from [fd00:1122:3344:101::b]:51164 2026.03.18 18:25:52.008807 [ 272 ] {} TCP-Session: e726a2f9-e187-41f8-bda0-8b20f1915596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008808 [ 273 ] {} TCP-Session: 2343337b-735e-4c4b-8ce0-602b73903431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008892 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008915 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.008903 [ 274 ] {} TCP-Session: 671091b1-8d12-42a6-b13d-8918cc83e647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008912 [ 272 ] {} TCP-Session: e726a2f9-e187-41f8-bda0-8b20f1915596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009147 [ 276 ] {} TCP-Session: bbbdb4c4-1c43-45fd-8e63-9a317d2c5e8f Authenticating user 'default' from [fd00:1122:3344:101::b]:57230 2026.03.18 18:25:52.009106 [ 277 ] {} TCP-Session: 6e6da87e-8c0c-476b-a4a3-f16fd74de34f Authenticating user 'default' from [fd00:1122:3344:101::b]:40257 2026.03.18 18:25:52.009110 [ 274 ] {} TCP-Session: 671091b1-8d12-42a6-b13d-8918cc83e647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009219 [ 277 ] {} TCP-Session: 6e6da87e-8c0c-476b-a4a3-f16fd74de34f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008884 [ 275 ] {} TCP-Session: a1c8084b-31ef-4f42-bcfc-ad40f1e25647 Authenticating user 'default' from [fd00:1122:3344:101::b]:57164 2026.03.18 18:25:52.009333 [ 277 ] {} TCP-Session: 6e6da87e-8c0c-476b-a4a3-f16fd74de34f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009361 [ 275 ] {} TCP-Session: a1c8084b-31ef-4f42-bcfc-ad40f1e25647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.008553 [ 271 ] {} TCP-Session: 92d93313-2158-4a83-80a8-958aa50bf0d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009235 [ 276 ] {} TCP-Session: bbbdb4c4-1c43-45fd-8e63-9a317d2c5e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009490 [ 275 ] {} TCP-Session: a1c8084b-31ef-4f42-bcfc-ad40f1e25647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009194 [ 259 ] {46f68a86-533b-421e-ab79-92bfe6de2ecd} TCPHandler: Processed in 0.003790381 sec. 2026.03.18 18:25:52.009593 [ 276 ] {} TCP-Session: bbbdb4c4-1c43-45fd-8e63-9a317d2c5e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.009850 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.010250 [ 259 ] {ef65cc39-fa14-409d-9f72-30a9da3d0297} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.010419 [ 259 ] {ef65cc39-fa14-409d-9f72-30a9da3d0297} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.18 18:25:52.012663 [ 259 ] {ef65cc39-fa14-409d-9f72-30a9da3d0297} oximeter.measurements_histogrami8 (ab0428dc-5961-4b54-928c-cc6baea7d2ef): Loading data parts 2026.03.18 18:25:52.012831 [ 259 ] {ef65cc39-fa14-409d-9f72-30a9da3d0297} oximeter.measurements_histogrami8 (ab0428dc-5961-4b54-928c-cc6baea7d2ef): There are no data parts 2026.03.18 18:25:52.014206 [ 259 ] {ef65cc39-fa14-409d-9f72-30a9da3d0297} TCPHandler: Processed in 0.004470679 sec. 2026.03.18 18:25:52.014373 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.014590 [ 259 ] {3b790c9e-90f3-4185-8e47-106668064397} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.014743 [ 259 ] {3b790c9e-90f3-4185-8e47-106668064397} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.18 18:25:52.016982 [ 259 ] {3b790c9e-90f3-4185-8e47-106668064397} oximeter.measurements_histogramu8 (d0584079-a912-4ec5-87f0-5fdd5d2b32b3): Loading data parts 2026.03.18 18:25:52.017204 [ 259 ] {3b790c9e-90f3-4185-8e47-106668064397} oximeter.measurements_histogramu8 (d0584079-a912-4ec5-87f0-5fdd5d2b32b3): There are no data parts 2026.03.18 18:25:52.018391 [ 259 ] {3b790c9e-90f3-4185-8e47-106668064397} TCPHandler: Processed in 0.004071824 sec. 2026.03.18 18:25:52.018555 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.018846 [ 259 ] {80a303f1-a360-47e7-a65e-09fd6d76ffac} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.019024 [ 259 ] {80a303f1-a360-47e7-a65e-09fd6d76ffac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.18 18:25:52.020924 [ 259 ] {80a303f1-a360-47e7-a65e-09fd6d76ffac} oximeter.measurements_histogrami16 (fd573d78-634f-4811-926b-9e7dad7e2b5a): Loading data parts 2026.03.18 18:25:52.021094 [ 259 ] {80a303f1-a360-47e7-a65e-09fd6d76ffac} oximeter.measurements_histogrami16 (fd573d78-634f-4811-926b-9e7dad7e2b5a): There are no data parts 2026.03.18 18:25:52.022317 [ 259 ] {80a303f1-a360-47e7-a65e-09fd6d76ffac} TCPHandler: Processed in 0.003820211 sec. 2026.03.18 18:25:52.022463 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.022721 [ 259 ] {e0bf805b-689b-405f-a701-eefc781bf419} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.022895 [ 259 ] {e0bf805b-689b-405f-a701-eefc781bf419} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.18 18:25:52.024615 [ 259 ] {e0bf805b-689b-405f-a701-eefc781bf419} oximeter.measurements_histogramu16 (d0588223-81ed-454c-ba50-1cf764e43b69): Loading data parts 2026.03.18 18:25:52.024823 [ 259 ] {e0bf805b-689b-405f-a701-eefc781bf419} oximeter.measurements_histogramu16 (d0588223-81ed-454c-ba50-1cf764e43b69): There are no data parts 2026.03.18 18:25:52.026165 [ 259 ] {e0bf805b-689b-405f-a701-eefc781bf419} TCPHandler: Processed in 0.0037509 sec. 2026.03.18 18:25:52.026326 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.026684 [ 259 ] {51f84d50-6194-4645-8758-8a42bf1843b5} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.026836 [ 259 ] {51f84d50-6194-4645-8758-8a42bf1843b5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.18 18:25:52.028702 [ 259 ] {51f84d50-6194-4645-8758-8a42bf1843b5} oximeter.measurements_histogrami32 (ddea8fbb-730d-4a47-87ae-512f3e1034ce): Loading data parts 2026.03.18 18:25:52.028856 [ 259 ] {51f84d50-6194-4645-8758-8a42bf1843b5} oximeter.measurements_histogrami32 (ddea8fbb-730d-4a47-87ae-512f3e1034ce): There are no data parts 2026.03.18 18:25:52.030458 [ 259 ] {51f84d50-6194-4645-8758-8a42bf1843b5} TCPHandler: Processed in 0.004189556 sec. 2026.03.18 18:25:52.030601 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.030816 [ 259 ] {87d29542-6d95-4248-b551-f33c2b7230de} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.031006 [ 259 ] {87d29542-6d95-4248-b551-f33c2b7230de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.18 18:25:52.032916 [ 259 ] {87d29542-6d95-4248-b551-f33c2b7230de} oximeter.measurements_histogramu32 (7194bd02-2b87-4ecc-a447-ad373224e80e): Loading data parts 2026.03.18 18:25:52.033162 [ 259 ] {87d29542-6d95-4248-b551-f33c2b7230de} oximeter.measurements_histogramu32 (7194bd02-2b87-4ecc-a447-ad373224e80e): There are no data parts 2026.03.18 18:25:52.034514 [ 259 ] {87d29542-6d95-4248-b551-f33c2b7230de} TCPHandler: Processed in 0.003962683 sec. 2026.03.18 18:25:52.034715 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.035032 [ 259 ] {0f45b17d-5a55-4b7e-9c70-50f929895457} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.035191 [ 259 ] {0f45b17d-5a55-4b7e-9c70-50f929895457} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.18 18:25:52.037426 [ 259 ] {0f45b17d-5a55-4b7e-9c70-50f929895457} oximeter.measurements_histogrami64 (606ebe5b-6a5b-4e32-98b9-2ba994da4cc1): Loading data parts 2026.03.18 18:25:52.037601 [ 259 ] {0f45b17d-5a55-4b7e-9c70-50f929895457} oximeter.measurements_histogrami64 (606ebe5b-6a5b-4e32-98b9-2ba994da4cc1): There are no data parts 2026.03.18 18:25:52.038851 [ 259 ] {0f45b17d-5a55-4b7e-9c70-50f929895457} TCPHandler: Processed in 0.004238257 sec. 2026.03.18 18:25:52.039015 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.039266 [ 259 ] {234a36a7-9c43-4f7f-b3bf-c44ea8d04110} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.039414 [ 259 ] {234a36a7-9c43-4f7f-b3bf-c44ea8d04110} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.18 18:25:52.041161 [ 259 ] {234a36a7-9c43-4f7f-b3bf-c44ea8d04110} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Loading data parts 2026.03.18 18:25:52.041396 [ 259 ] {234a36a7-9c43-4f7f-b3bf-c44ea8d04110} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): There are no data parts 2026.03.18 18:25:52.042697 [ 259 ] {234a36a7-9c43-4f7f-b3bf-c44ea8d04110} TCPHandler: Processed in 0.00373842 sec. 2026.03.18 18:25:52.042871 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.043274 [ 259 ] {f1ceebc4-cae3-4c7f-8b1f-f91382b97d71} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.043433 [ 259 ] {f1ceebc4-cae3-4c7f-8b1f-f91382b97d71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.18 18:25:52.045744 [ 259 ] {f1ceebc4-cae3-4c7f-8b1f-f91382b97d71} oximeter.measurements_histogramf32 (e2047213-9517-4428-b55f-ef4a013af7eb): Loading data parts 2026.03.18 18:25:52.046018 [ 259 ] {f1ceebc4-cae3-4c7f-8b1f-f91382b97d71} oximeter.measurements_histogramf32 (e2047213-9517-4428-b55f-ef4a013af7eb): There are no data parts 2026.03.18 18:25:52.047469 [ 259 ] {f1ceebc4-cae3-4c7f-8b1f-f91382b97d71} TCPHandler: Processed in 0.004663052 sec. 2026.03.18 18:25:52.047652 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.047934 [ 259 ] {041cb2f3-846f-4ae7-94fe-6045aa2c4f68} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.048071 [ 259 ] {041cb2f3-846f-4ae7-94fe-6045aa2c4f68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.18 18:25:52.050263 [ 259 ] {041cb2f3-846f-4ae7-94fe-6045aa2c4f68} oximeter.measurements_histogramf64 (a8ab4495-a279-4fe9-882f-d7514fd6bb9d): Loading data parts 2026.03.18 18:25:52.050594 [ 259 ] {041cb2f3-846f-4ae7-94fe-6045aa2c4f68} oximeter.measurements_histogramf64 (a8ab4495-a279-4fe9-882f-d7514fd6bb9d): There are no data parts 2026.03.18 18:25:52.051997 [ 259 ] {041cb2f3-846f-4ae7-94fe-6045aa2c4f68} TCPHandler: Processed in 0.004407468 sec. 2026.03.18 18:25:52.052166 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.052469 [ 259 ] {d92c0c8d-7245-4e5b-806d-509558529fd2} executeQuery: (from [fd00:1122:3344:101::d]:40890) /* 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.03.18 18:25:52.052676 [ 259 ] {d92c0c8d-7245-4e5b-806d-509558529fd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.18 18:25:52.054693 [ 259 ] {d92c0c8d-7245-4e5b-806d-509558529fd2} oximeter.fields_bool (bdb8654b-65a7-43c6-a14e-b751d75746cd): Loading data parts 2026.03.18 18:25:52.054847 [ 259 ] {d92c0c8d-7245-4e5b-806d-509558529fd2} oximeter.fields_bool (bdb8654b-65a7-43c6-a14e-b751d75746cd): There are no data parts 2026.03.18 18:25:52.056015 [ 259 ] {d92c0c8d-7245-4e5b-806d-509558529fd2} TCPHandler: Processed in 0.003904952 sec. 2026.03.18 18:25:52.056290 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.056482 [ 259 ] {da06f11a-2d05-44b8-b1e9-5e071fb1a6b2} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.056633 [ 259 ] {da06f11a-2d05-44b8-b1e9-5e071fb1a6b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.18 18:25:52.058683 [ 259 ] {da06f11a-2d05-44b8-b1e9-5e071fb1a6b2} oximeter.fields_i8 (7d30f252-5372-49d0-b67b-0d9d54be16bb): Loading data parts 2026.03.18 18:25:52.058917 [ 259 ] {da06f11a-2d05-44b8-b1e9-5e071fb1a6b2} oximeter.fields_i8 (7d30f252-5372-49d0-b67b-0d9d54be16bb): There are no data parts 2026.03.18 18:25:52.060024 [ 259 ] {da06f11a-2d05-44b8-b1e9-5e071fb1a6b2} TCPHandler: Processed in 0.003804051 sec. 2026.03.18 18:25:52.060175 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.060411 [ 259 ] {7158504c-5edd-4984-8201-3d5731c3ffe3} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.060458 [ 259 ] {7158504c-5edd-4984-8201-3d5731c3ffe3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.18 18:25:52.062234 [ 259 ] {7158504c-5edd-4984-8201-3d5731c3ffe3} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Loading data parts 2026.03.18 18:25:52.062418 [ 259 ] {7158504c-5edd-4984-8201-3d5731c3ffe3} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): There are no data parts 2026.03.18 18:25:52.063853 [ 259 ] {7158504c-5edd-4984-8201-3d5731c3ffe3} TCPHandler: Processed in 0.00372945 sec. 2026.03.18 18:25:52.064143 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.064301 [ 259 ] {9334db89-7338-4320-b811-99db6e7f7eed} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.064429 [ 259 ] {9334db89-7338-4320-b811-99db6e7f7eed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.18 18:25:52.066164 [ 259 ] {9334db89-7338-4320-b811-99db6e7f7eed} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Loading data parts 2026.03.18 18:25:52.066384 [ 259 ] {9334db89-7338-4320-b811-99db6e7f7eed} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): There are no data parts 2026.03.18 18:25:52.067588 [ 259 ] {9334db89-7338-4320-b811-99db6e7f7eed} TCPHandler: Processed in 0.003495526 sec. 2026.03.18 18:25:52.067743 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.068031 [ 259 ] {7de37b7b-9531-48af-a420-ebf3cd7ea0cb} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.068149 [ 259 ] {7de37b7b-9531-48af-a420-ebf3cd7ea0cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.18 18:25:52.069854 [ 259 ] {7de37b7b-9531-48af-a420-ebf3cd7ea0cb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Loading data parts 2026.03.18 18:25:52.070059 [ 259 ] {7de37b7b-9531-48af-a420-ebf3cd7ea0cb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): There are no data parts 2026.03.18 18:25:52.071430 [ 259 ] {7de37b7b-9531-48af-a420-ebf3cd7ea0cb} TCPHandler: Processed in 0.003735559 sec. 2026.03.18 18:25:52.071737 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.071918 [ 259 ] {b2c960ab-a0c0-42a5-b336-c8e15016e9e7} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.072119 [ 259 ] {b2c960ab-a0c0-42a5-b336-c8e15016e9e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.18 18:25:52.073882 [ 259 ] {b2c960ab-a0c0-42a5-b336-c8e15016e9e7} oximeter.fields_i32 (ac0397fe-1222-45bd-8dff-30abb20d462a): Loading data parts 2026.03.18 18:25:52.074133 [ 259 ] {b2c960ab-a0c0-42a5-b336-c8e15016e9e7} oximeter.fields_i32 (ac0397fe-1222-45bd-8dff-30abb20d462a): There are no data parts 2026.03.18 18:25:52.075322 [ 259 ] {b2c960ab-a0c0-42a5-b336-c8e15016e9e7} TCPHandler: Processed in 0.003636718 sec. 2026.03.18 18:25:52.075476 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.075749 [ 259 ] {e9353df0-b950-4da2-9022-cb982eedc35d} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.075880 [ 259 ] {e9353df0-b950-4da2-9022-cb982eedc35d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.18 18:25:52.077592 [ 259 ] {e9353df0-b950-4da2-9022-cb982eedc35d} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Loading data parts 2026.03.18 18:25:52.077743 [ 259 ] {e9353df0-b950-4da2-9022-cb982eedc35d} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): There are no data parts 2026.03.18 18:25:52.078967 [ 259 ] {e9353df0-b950-4da2-9022-cb982eedc35d} TCPHandler: Processed in 0.003540207 sec. 2026.03.18 18:25:52.079114 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.079271 [ 259 ] {664d7ca4-127a-4251-9f05-d5d20deaabfd} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.079381 [ 259 ] {664d7ca4-127a-4251-9f05-d5d20deaabfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.18 18:25:52.081197 [ 259 ] {664d7ca4-127a-4251-9f05-d5d20deaabfd} oximeter.fields_i64 (3fb9ce88-e0bf-4f2e-b24b-688a6148e04f): Loading data parts 2026.03.18 18:25:52.081402 [ 259 ] {664d7ca4-127a-4251-9f05-d5d20deaabfd} oximeter.fields_i64 (3fb9ce88-e0bf-4f2e-b24b-688a6148e04f): There are no data parts 2026.03.18 18:25:52.082512 [ 259 ] {664d7ca4-127a-4251-9f05-d5d20deaabfd} TCPHandler: Processed in 0.003448606 sec. 2026.03.18 18:25:52.082666 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.082899 [ 259 ] {a4a25dfd-8e59-46bc-99bf-b35f68bcd1c1} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.083033 [ 259 ] {a4a25dfd-8e59-46bc-99bf-b35f68bcd1c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.18 18:25:52.085009 [ 259 ] {a4a25dfd-8e59-46bc-99bf-b35f68bcd1c1} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Loading data parts 2026.03.18 18:25:52.085185 [ 259 ] {a4a25dfd-8e59-46bc-99bf-b35f68bcd1c1} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): There are no data parts 2026.03.18 18:25:52.086468 [ 259 ] {a4a25dfd-8e59-46bc-99bf-b35f68bcd1c1} TCPHandler: Processed in 0.003855231 sec. 2026.03.18 18:25:52.086617 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.086778 [ 259 ] {ce627dfb-1500-4f9b-91e7-ab999b0c4ca4} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.086916 [ 259 ] {ce627dfb-1500-4f9b-91e7-ab999b0c4ca4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.18 18:25:52.089203 [ 259 ] {ce627dfb-1500-4f9b-91e7-ab999b0c4ca4} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Loading data parts 2026.03.18 18:25:52.089468 [ 259 ] {ce627dfb-1500-4f9b-91e7-ab999b0c4ca4} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): There are no data parts 2026.03.18 18:25:52.090631 [ 259 ] {ce627dfb-1500-4f9b-91e7-ab999b0c4ca4} TCPHandler: Processed in 0.004061953 sec. 2026.03.18 18:25:52.090790 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.091102 [ 259 ] {ea85c85e-b97d-49d4-b290-3e4d6eb58112} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.091255 [ 259 ] {ea85c85e-b97d-49d4-b290-3e4d6eb58112} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.18 18:25:52.093105 [ 259 ] {ea85c85e-b97d-49d4-b290-3e4d6eb58112} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Loading data parts 2026.03.18 18:25:52.093287 [ 259 ] {ea85c85e-b97d-49d4-b290-3e4d6eb58112} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): There are no data parts 2026.03.18 18:25:52.094660 [ 259 ] {ea85c85e-b97d-49d4-b290-3e4d6eb58112} TCPHandler: Processed in 0.003931712 sec. 2026.03.18 18:25:52.094812 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.094971 [ 259 ] {8bd0960f-fd21-487d-aed5-33a37a51fba7} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:25:52.095079 [ 259 ] {8bd0960f-fd21-487d-aed5-33a37a51fba7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.18 18:25:52.097096 [ 259 ] {8bd0960f-fd21-487d-aed5-33a37a51fba7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Loading data parts 2026.03.18 18:25:52.097250 [ 259 ] {8bd0960f-fd21-487d-aed5-33a37a51fba7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): There are no data parts 2026.03.18 18:25:52.098396 [ 259 ] {8bd0960f-fd21-487d-aed5-33a37a51fba7} TCPHandler: Processed in 0.003635488 sec. 2026.03.18 18:25:52.098610 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.098908 [ 259 ] {a76ba22d-137d-4e9c-90d7-765bba9efe45} executeQuery: (from [fd00:1122:3344:101::d]:40890) /* 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.03.18 18:25:52.099038 [ 259 ] {a76ba22d-137d-4e9c-90d7-765bba9efe45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.18 18:25:52.100780 [ 259 ] {a76ba22d-137d-4e9c-90d7-765bba9efe45} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Loading data parts 2026.03.18 18:25:52.101022 [ 259 ] {a76ba22d-137d-4e9c-90d7-765bba9efe45} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): There are no data parts 2026.03.18 18:25:52.102366 [ 259 ] {a76ba22d-137d-4e9c-90d7-765bba9efe45} TCPHandler: Processed in 0.00380458 sec. 2026.03.18 18:25:52.102662 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:25:52.103058 [ 260 ] {179eea25-77d2-4096-81ca-60247def1ce4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.18 18:25:52.104535 [ 260 ] {179eea25-77d2-4096-81ca-60247def1ce4} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.18 18:25:52.123426 [ 268 ] {179eea25-77d2-4096-81ca-60247def1ce4} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:25:52.123636 [ 268 ] {179eea25-77d2-4096-81ca-60247def1ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:25:52.128950 [ 268 ] {179eea25-77d2-4096-81ca-60247def1ce4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:25:52.129744 [ 268 ] {179eea25-77d2-4096-81ca-60247def1ce4} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:25:52.130119 [ 260 ] {179eea25-77d2-4096-81ca-60247def1ce4} executeQuery: Read 1 rows, 16.00 B in 0.027198 sec., 36.767409368335905 rows/sec., 588.28 B/sec. 2026.03.18 18:25:52.130439 [ 260 ] {179eea25-77d2-4096-81ca-60247def1ce4} TCPHandler: Processed in 0.027924251 sec. 2026.03.18 18:25:52.212998 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48579 2026.03.18 18:25:52.213144 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.213178 [ 278 ] {} TCP-Session: ca98da44-7b91-41e9-85e2-84f88667f7d2 Authenticating user 'default' from [fd00:1122:3344:101::c]:48579 2026.03.18 18:25:52.213199 [ 278 ] {} TCP-Session: ca98da44-7b91-41e9-85e2-84f88667f7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.213379 [ 278 ] {} TCP-Session: ca98da44-7b91-41e9-85e2-84f88667f7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.213449 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 18:25:52.213474 [ 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.03.18 18:25:52.213583 [ 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.03.18 18:25:52.217193 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53629 2026.03.18 18:25:52.217339 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62905 2026.03.18 18:25:52.217366 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.217471 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43591 2026.03.18 18:25:52.217545 [ 279 ] {} TCP-Session: 1ad30e48-038b-4dce-bee0-afa1b5008fe4 Authenticating user 'default' from [fd00:1122:3344:101::c]:53629 2026.03.18 18:25:52.217576 [ 279 ] {} TCP-Session: 1ad30e48-038b-4dce-bee0-afa1b5008fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.217589 [ 279 ] {} TCP-Session: 1ad30e48-038b-4dce-bee0-afa1b5008fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.217599 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54487 2026.03.18 18:25:52.217593 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.217716 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.217743 [ 280 ] {} TCP-Session: e0438c78-272c-4a3e-9276-1f644b46d861 Authenticating user 'default' from [fd00:1122:3344:101::c]:62905 2026.03.18 18:25:52.217834 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46025 2026.03.18 18:25:52.217737 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48092 2026.03.18 18:25:52.217900 [ 281 ] {} TCP-Session: dec4ada5-9667-445f-9f6c-f57a5b2e19d7 Authenticating user 'default' from [fd00:1122:3344:101::c]:43591 2026.03.18 18:25:52.217953 [ 280 ] {} TCP-Session: e0438c78-272c-4a3e-9276-1f644b46d861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.217901 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.217994 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55772 2026.03.18 18:25:52.218122 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.218045 [ 282 ] {} TCP-Session: 8e74a569-f643-45a0-bb8c-0b892bcc8bbe Authenticating user 'default' from [fd00:1122:3344:101::c]:54487 2026.03.18 18:25:52.218170 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.218043 [ 280 ] {} TCP-Session: e0438c78-272c-4a3e-9276-1f644b46d861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218255 [ 282 ] {} TCP-Session: 8e74a569-f643-45a0-bb8c-0b892bcc8bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218250 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:25:52.218237 [ 283 ] {} TCP-Session: 53487831-dbca-44a4-9ca7-84c45a414b49 Authenticating user 'default' from [fd00:1122:3344:101::c]:48092 2026.03.18 18:25:52.218476 [ 285 ] {} TCP-Session: 357aa7d9-5d3d-4bd8-99ae-d2d0463c9009 Authenticating user 'default' from [fd00:1122:3344:101::c]:55772 2026.03.18 18:25:52.218474 [ 282 ] {} TCP-Session: 8e74a569-f643-45a0-bb8c-0b892bcc8bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218226 [ 284 ] {} TCP-Session: a57fb6a5-57d9-4f69-a839-081b9705c30b Authenticating user 'default' from [fd00:1122:3344:101::c]:46025 2026.03.18 18:25:52.218642 [ 285 ] {} TCP-Session: 357aa7d9-5d3d-4bd8-99ae-d2d0463c9009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218619 [ 283 ] {} TCP-Session: 53487831-dbca-44a4-9ca7-84c45a414b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218021 [ 281 ] {} TCP-Session: dec4ada5-9667-445f-9f6c-f57a5b2e19d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218759 [ 285 ] {} TCP-Session: 357aa7d9-5d3d-4bd8-99ae-d2d0463c9009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218747 [ 283 ] {} TCP-Session: 53487831-dbca-44a4-9ca7-84c45a414b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218742 [ 284 ] {} TCP-Session: a57fb6a5-57d9-4f69-a839-081b9705c30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218819 [ 281 ] {} TCP-Session: dec4ada5-9667-445f-9f6c-f57a5b2e19d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:52.218923 [ 284 ] {} TCP-Session: a57fb6a5-57d9-4f69-a839-081b9705c30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:25:53.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 134.68 MiB, peak 134.68 MiB, free memory in arenas 0.00 B, will set to 139.70 MiB (RSS), difference: 5.02 MiB 2026.03.18 18:25:57.031127 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.18 18:25:57.031171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.03.18 18:25:57.031249 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.18 18:25:57.031321 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.18 18:25:57.034844 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Loading data parts 2026.03.18 18:25:57.035047 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): There are no data parts 2026.03.18 18:25:57.038496 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:25:57.038630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:25:57.046267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:25:57.047033 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:25:57.047231 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.03.18 18:25:57.049305 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Loading data parts 2026.03.18 18:25:57.049467 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): There are no data parts 2026.03.18 18:25:57.072968 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:25:57.073107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:25:57.079260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:25:57.080409 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:25:57.083466 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.18 18:25:58.000219 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.82 MiB, peak 148.82 MiB, free memory in arenas 0.00 B, will set to 153.87 MiB (RSS), difference: 9.05 MiB 2026.03.18 18:25:59.531174 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.18 18:25:59.531491 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.18 18:25:59.535886 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Loading data parts 2026.03.18 18:25:59.536081 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): There are no data parts 2026.03.18 18:25:59.541478 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:25:59.541617 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:25:59.543247 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:25:59.543701 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:25:59.543964 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.18 18:26:00.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.07 MiB, peak 158.07 MiB, free memory in arenas 0.00 B, will set to 154.92 MiB (RSS), difference: -3.15 MiB 2026.03.18 18:26:04.503577 [ 113 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:26:04.503637 [ 113 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:26:04.547496 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.03.18 18:26:04.548381 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:04.548421 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:26:04.549218 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:04.549738 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:04.549895 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.03.18 18:26:04.583665 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.18 18:26:04.601578 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:04.601684 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. 2026.03.18 18:26:04.608281 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:04.609365 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:04.613279 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.18 18:26:05.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.71 MiB, peak 159.71 MiB, free memory in arenas 0.00 B, will set to 157.74 MiB (RSS), difference: 2.03 MiB 2026.03.18 18:26:10.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.82 MiB, peak 159.71 MiB, free memory in arenas 0.00 B, will set to 157.84 MiB (RSS), difference: 4.02 MiB 2026.03.18 18:26:12.050113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.03.18 18:26:12.050771 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.050813 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.051525 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:12.052093 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.052235 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.03.18 18:26:12.113481 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.18 18:26:12.130329 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.130381 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.136753 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:12.137846 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.139248 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.139503 [ 259 ] {4c3cd546-0b2e-4452-be69-617ddfa76755} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.18 18:26:12.139870 [ 259 ] {4c3cd546-0b2e-4452-be69-617ddfa76755} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.140646 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.18 18:26:12.144043 [ 259 ] {4c3cd546-0b2e-4452-be69-617ddfa76755} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.144657 [ 259 ] {4c3cd546-0b2e-4452-be69-617ddfa76755} TCPHandler: Processed in 0.005571185 sec. 2026.03.18 18:26:12.150449 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.150682 [ 259 ] {1e4d18da-e84a-42e2-8baf-6aadd881ed49} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 18:26:12.159277 [ 259 ] {1e4d18da-e84a-42e2-8baf-6aadd881ed49} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.159332 [ 259 ] {1e4d18da-e84a-42e2-8baf-6aadd881ed49} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.161702 [ 259 ] {1e4d18da-e84a-42e2-8baf-6aadd881ed49} TCPHandler: Processed in 0.01135527 sec. 2026.03.18 18:26:12.162004 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.162141 [ 259 ] {6c6ef594-ead4-4920-b2e4-4da493bf4898} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.18 18:26:12.164395 [ 259 ] {6c6ef594-ead4-4920-b2e4-4da493bf4898} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.164439 [ 259 ] {6c6ef594-ead4-4920-b2e4-4da493bf4898} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.164872 [ 259 ] {6c6ef594-ead4-4920-b2e4-4da493bf4898} TCPHandler: Processed in 0.002922109 sec. 2026.03.18 18:26:12.165178 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.165400 [ 259 ] {4a74c897-2f81-4fb3-b812-9a962fea62b5} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.165754 [ 259 ] {4a74c897-2f81-4fb3-b812-9a962fea62b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.165795 [ 259 ] {4a74c897-2f81-4fb3-b812-9a962fea62b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.166093 [ 259 ] {4a74c897-2f81-4fb3-b812-9a962fea62b5} TCPHandler: Processed in 0.001008113 sec. 2026.03.18 18:26:12.166283 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.166392 [ 259 ] {479191b7-1a66-4e7b-a57e-741aad203ce6} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.166618 [ 259 ] {479191b7-1a66-4e7b-a57e-741aad203ce6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.166659 [ 259 ] {479191b7-1a66-4e7b-a57e-741aad203ce6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.166955 [ 259 ] {479191b7-1a66-4e7b-a57e-741aad203ce6} TCPHandler: Processed in 0.00071758 sec. 2026.03.18 18:26:12.167142 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.167251 [ 259 ] {6db37d9c-736c-4406-810f-6fa38ae0fbe6} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.167477 [ 259 ] {6db37d9c-736c-4406-810f-6fa38ae0fbe6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.167517 [ 259 ] {6db37d9c-736c-4406-810f-6fa38ae0fbe6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.167828 [ 259 ] {6db37d9c-736c-4406-810f-6fa38ae0fbe6} TCPHandler: Processed in 0.000731449 sec. 2026.03.18 18:26:12.168028 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.168140 [ 259 ] {7a9f9014-1186-473d-ba18-87703f8a60bb} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.168381 [ 259 ] {7a9f9014-1186-473d-ba18-87703f8a60bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.168423 [ 259 ] {7a9f9014-1186-473d-ba18-87703f8a60bb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.168738 [ 259 ] {7a9f9014-1186-473d-ba18-87703f8a60bb} TCPHandler: Processed in 0.00075521 sec. 2026.03.18 18:26:12.168949 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.169059 [ 259 ] {be2a9b36-5bb0-4e69-b9cc-53fc4f70e4fb} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.169292 [ 259 ] {be2a9b36-5bb0-4e69-b9cc-53fc4f70e4fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.169332 [ 259 ] {be2a9b36-5bb0-4e69-b9cc-53fc4f70e4fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.169625 [ 259 ] {be2a9b36-5bb0-4e69-b9cc-53fc4f70e4fb} TCPHandler: Processed in 0.000720519 sec. 2026.03.18 18:26:12.169850 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.169962 [ 259 ] {9669bf40-be1d-4518-91c1-9521c21a17fb} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.170202 [ 259 ] {9669bf40-be1d-4518-91c1-9521c21a17fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.170242 [ 259 ] {9669bf40-be1d-4518-91c1-9521c21a17fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.170548 [ 259 ] {9669bf40-be1d-4518-91c1-9521c21a17fb} TCPHandler: Processed in 0.00074377 sec. 2026.03.18 18:26:12.170743 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.170857 [ 259 ] {059bda94-b062-4850-a712-67663f4a3068} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.171097 [ 259 ] {059bda94-b062-4850-a712-67663f4a3068} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.171137 [ 259 ] {059bda94-b062-4850-a712-67663f4a3068} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.171442 [ 259 ] {059bda94-b062-4850-a712-67663f4a3068} TCPHandler: Processed in 0.000744539 sec. 2026.03.18 18:26:12.171640 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.171768 [ 259 ] {3b08c557-a7a5-4516-b124-483351a582b0} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.172012 [ 259 ] {3b08c557-a7a5-4516-b124-483351a582b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.172052 [ 259 ] {3b08c557-a7a5-4516-b124-483351a582b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.172386 [ 259 ] {3b08c557-a7a5-4516-b124-483351a582b0} TCPHandler: Processed in 0.000790561 sec. 2026.03.18 18:26:12.172589 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.172710 [ 259 ] {0cd12d2e-a535-4acb-b94e-f3b3ad3f03ca} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.172947 [ 259 ] {0cd12d2e-a535-4acb-b94e-f3b3ad3f03ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.172987 [ 259 ] {0cd12d2e-a535-4acb-b94e-f3b3ad3f03ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.173299 [ 259 ] {0cd12d2e-a535-4acb-b94e-f3b3ad3f03ca} TCPHandler: Processed in 0.00075517 sec. 2026.03.18 18:26:12.173514 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.173628 [ 259 ] {8f5f6984-dff6-4ebc-8f15-c37cd104cf77} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.173892 [ 259 ] {8f5f6984-dff6-4ebc-8f15-c37cd104cf77} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.173938 [ 259 ] {8f5f6984-dff6-4ebc-8f15-c37cd104cf77} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.174263 [ 259 ] {8f5f6984-dff6-4ebc-8f15-c37cd104cf77} TCPHandler: Processed in 0.000794261 sec. 2026.03.18 18:26:12.174455 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.174570 [ 259 ] {b18f14a2-e3bc-492e-acd7-f87ecf2f21b3} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.174810 [ 259 ] {b18f14a2-e3bc-492e-acd7-f87ecf2f21b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.174850 [ 259 ] {b18f14a2-e3bc-492e-acd7-f87ecf2f21b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.175213 [ 259 ] {b18f14a2-e3bc-492e-acd7-f87ecf2f21b3} TCPHandler: Processed in 0.00080181 sec. 2026.03.18 18:26:12.175435 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.175551 [ 259 ] {4c52218b-fcaa-4bb3-ab6e-4d86f63373a6} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:12.175810 [ 259 ] {4c52218b-fcaa-4bb3-ab6e-4d86f63373a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.175851 [ 259 ] {4c52218b-fcaa-4bb3-ab6e-4d86f63373a6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:12.176176 [ 259 ] {4c52218b-fcaa-4bb3-ab6e-4d86f63373a6} TCPHandler: Processed in 0.00078725 sec. 2026.03.18 18:26:12.180454 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.180562 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 18:26:12.180622 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:12.183637 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.183681 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.184295 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.184728 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.184862 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} executeQuery: Read 15 rows, 2.24 KiB in 0.00433 sec., 3464.2032332563513 rows/sec., 516.25 KiB/sec. 2026.03.18 18:26:12.184898 [ 259 ] {4268a44a-7633-4bac-8404-a24ad54c9677} TCPHandler: Processed in 0.00449308 sec. 2026.03.18 18:26:12.184998 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.185089 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:26:12.185127 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:26:12.187438 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.187471 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.187969 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.188480 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.188621 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} executeQuery: Read 2 rows, 167.00 B in 0.00355 sec., 563.3802816901408 rows/sec., 45.94 KiB/sec. 2026.03.18 18:26:12.188656 [ 259 ] {dfa9e60b-70c3-43e0-a3f5-a1fb71cf0a47} TCPHandler: Processed in 0.003704309 sec. 2026.03.18 18:26:12.188765 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.188856 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:12.188893 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:12.189300 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.189332 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.189748 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.190198 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.190322 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} executeQuery: Read 27 rows, 2.08 KiB in 0.001484 sec., 18194.070080862533 rows/sec., 1.37 MiB/sec. 2026.03.18 18:26:12.190357 [ 259 ] {e0299a82-c980-4af9-b296-31855d70a8f6} TCPHandler: Processed in 0.001638551 sec. 2026.03.18 18:26:12.190458 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.190554 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:26:12.190592 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:26:12.190964 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.191000 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.191367 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.191758 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.191878 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} executeQuery: Read 2 rows, 143.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 104.14 KiB/sec. 2026.03.18 18:26:12.191913 [ 259 ] {44372417-a92e-4aa9-8981-5019a0d26457} TCPHandler: Processed in 0.00150161 sec. 2026.03.18 18:26:12.192008 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.192096 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:12.192133 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:12.192498 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.192532 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.192917 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.193309 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.193432 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} executeQuery: Read 30 rows, 2.40 KiB in 0.001352 sec., 22189.349112426036 rows/sec., 1.73 MiB/sec. 2026.03.18 18:26:12.193465 [ 259 ] {53c28209-2ea0-45eb-a012-2a19265596ad} TCPHandler: Processed in 0.00150332 sec. 2026.03.18 18:26:12.193559 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.193649 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:12.193690 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:12.194132 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.194163 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.194619 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.195054 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.195174 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} executeQuery: Read 101 rows, 7.17 KiB in 0.001543 sec., 65456.90213869086 rows/sec., 4.54 MiB/sec. 2026.03.18 18:26:12.195209 [ 259 ] {ff3471e6-3806-4b9f-a8bc-b39b7dc2ecd8} TCPHandler: Processed in 0.001695433 sec. 2026.03.18 18:26:12.195313 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:12.195403 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:12.195442 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:12.195744 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:12.195778 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:12.196163 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:12.196558 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:12.196678 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} executeQuery: Read 30 rows, 2.10 KiB in 0.001292 sec., 23219.81424148607 rows/sec., 1.59 MiB/sec. 2026.03.18 18:26:12.196725 [ 259 ] {42e7f784-84a4-4336-9738-738a1b16a559} TCPHandler: Processed in 0.001454349 sec. 2026.03.18 18:26:13.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.43 MiB, peak 162.39 MiB, free memory in arenas 0.00 B, will set to 160.55 MiB (RSS), difference: 1.13 MiB 2026.03.18 18:26:17.144858 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:17.145079 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:17.145155 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:17.145857 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:17.145908 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:17.146401 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:17.146833 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:17.146989 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} executeQuery: Read 26 rows, 2.01 KiB in 0.001966 sec., 13224.821973550357 rows/sec., 1020.77 KiB/sec. 2026.03.18 18:26:17.147035 [ 259 ] {f68f8efa-9538-429f-916c-83fa1a686e2c} TCPHandler: Processed in 0.002322011 sec. 2026.03.18 18:26:17.147155 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:17.147255 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:17.147299 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:17.147705 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:17.147742 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:17.148135 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:17.148586 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:17.148717 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} executeQuery: Read 28 rows, 2.24 KiB in 0.001484 sec., 18867.924528301886 rows/sec., 1.47 MiB/sec. 2026.03.18 18:26:17.148755 [ 259 ] {d7272c33-f490-426f-912d-f30dfe4f68f9} TCPHandler: Processed in 0.001651832 sec. 2026.03.18 18:26:17.148857 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:17.148952 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:17.148996 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:17.149380 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:17.149416 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:17.149847 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:17.150265 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:17.150391 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} executeQuery: Read 100 rows, 7.10 KiB in 0.001459 sec., 68540.09595613433 rows/sec., 4.75 MiB/sec. 2026.03.18 18:26:17.150427 [ 259 ] {f825505a-dd8c-45da-8f2b-7b998f7ec091} TCPHandler: Processed in 0.001617862 sec. 2026.03.18 18:26:17.150535 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:17.150630 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:17.150671 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:17.150986 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:17.151023 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.03.18 18:26:17.151426 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:17.151859 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:17.151984 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. 2026.03.18 18:26:17.152020 [ 259 ] {08a7a6ed-c6a7-4215-9a12-e8b2f6334d1a} TCPHandler: Processed in 0.00153345 sec. 2026.03.18 18:26:19.503670 [ 86 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:26:19.503734 [ 86 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:26:19.544468 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 140 2026.03.18 18:26:19.547563 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:19.547600 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:19.548842 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:19.549315 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:19.549536 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 140 2026.03.18 18:26:19.552344 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.03.18 18:26:19.552880 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:19.552924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:19.553538 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:19.554066 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:19.554199 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.03.18 18:26:19.640715 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.18 18:26:19.658147 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:19.658211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:19.664449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:19.665604 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:19.668564 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.18 18:26:22.145645 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:22.145877 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:22.145945 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:22.146589 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:22.146640 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:22.147195 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:22.147690 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:22.147843 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} executeQuery: Read 26 rows, 2.01 KiB in 0.002018 sec., 12884.04360753221 rows/sec., 994.47 KiB/sec. 2026.03.18 18:26:22.147887 [ 259 ] {4f2685ac-636e-4011-970d-de136f216984} TCPHandler: Processed in 0.002374942 sec. 2026.03.18 18:26:22.148040 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:22.148138 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:22.148182 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:22.148628 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:22.148664 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:22.149107 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:22.149548 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:22.149692 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} executeQuery: Read 28 rows, 2.24 KiB in 0.001574 sec., 17789.07242693774 rows/sec., 1.39 MiB/sec. 2026.03.18 18:26:22.149730 [ 259 ] {c73f8f78-2090-4d2b-91eb-0f46594b4d65} TCPHandler: Processed in 0.001747623 sec. 2026.03.18 18:26:22.149840 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:22.149935 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:22.149979 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:22.150368 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:22.150404 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:22.150877 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:22.151324 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:22.151469 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} executeQuery: Read 100 rows, 7.10 KiB in 0.001551 sec., 64474.53255963894 rows/sec., 4.47 MiB/sec. 2026.03.18 18:26:22.151517 [ 259 ] {94ba6ae2-79f6-4698-b844-cdcd44a47f25} TCPHandler: Processed in 0.001724833 sec. 2026.03.18 18:26:22.151656 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:22.151751 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:22.151794 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:22.152156 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:22.152207 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:22.152657 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:22.153204 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:22.153331 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} executeQuery: Read 30 rows, 2.10 KiB in 0.001599 sec., 18761.72607879925 rows/sec., 1.29 MiB/sec. 2026.03.18 18:26:22.153366 [ 259 ] {80a083b6-a9e3-4cdc-aba3-becc27e584da} TCPHandler: Processed in 0.001761643 sec. 2026.03.18 18:26:22.303338 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38799 2026.03.18 18:26:22.305328 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.305371 [ 286 ] {} TCP-Session: 75bee2fe-8b78-4a2e-a973-0b838e3ab7b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38799 2026.03.18 18:26:22.305393 [ 286 ] {} TCP-Session: 75bee2fe-8b78-4a2e-a973-0b838e3ab7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.305406 [ 286 ] {} TCP-Session: 75bee2fe-8b78-4a2e-a973-0b838e3ab7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.305458 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.18 18:26:22.305481 [ 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.03.18 18:26:22.305497 [ 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.03.18 18:26:22.305838 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52413 2026.03.18 18:26:22.305949 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44374 2026.03.18 18:26:22.306028 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44663 2026.03.18 18:26:22.306118 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.306182 [ 287 ] {} TCP-Session: 68b1ea46-f562-48c4-b8f2-5dd7af8e658e Authenticating user 'default' from [fd00:1122:3344:101::e]:52413 2026.03.18 18:26:22.306215 [ 287 ] {} TCP-Session: 68b1ea46-f562-48c4-b8f2-5dd7af8e658e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306235 [ 287 ] {} TCP-Session: 68b1ea46-f562-48c4-b8f2-5dd7af8e658e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306294 [ 286 ] {} TCP-Session: 75bee2fe-8b78-4a2e-a973-0b838e3ab7b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:22.306406 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60645 2026.03.18 18:26:22.306414 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.306476 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} executeQuery: (from [fd00:1122:3344:101::e]:38799) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:22.306492 [ 288 ] {} TCP-Session: c8f0aae5-7f72-49e6-bbcc-cd573bb76b91 Authenticating user 'default' from [fd00:1122:3344:101::e]:44374 2026.03.18 18:26:22.306532 [ 288 ] {} TCP-Session: c8f0aae5-7f72-49e6-bbcc-cd573bb76b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306549 [ 288 ] {} TCP-Session: c8f0aae5-7f72-49e6-bbcc-cd573bb76b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306570 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.306637 [ 289 ] {} TCP-Session: 58c7ec87-b27e-49b8-89b4-8406109fc84f Authenticating user 'default' from [fd00:1122:3344:101::e]:44663 2026.03.18 18:26:22.306646 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.306667 [ 289 ] {} TCP-Session: 58c7ec87-b27e-49b8-89b4-8406109fc84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306708 [ 289 ] {} TCP-Session: 58c7ec87-b27e-49b8-89b4-8406109fc84f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306710 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50923 2026.03.18 18:26:22.306782 [ 290 ] {} TCP-Session: 7f6ba487-5378-46c3-9d52-58979a905a44 Authenticating user 'default' from [fd00:1122:3344:101::e]:60645 2026.03.18 18:26:22.306817 [ 290 ] {} TCP-Session: 7f6ba487-5378-46c3-9d52-58979a905a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306818 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34403 2026.03.18 18:26:22.306837 [ 290 ] {} TCP-Session: 7f6ba487-5378-46c3-9d52-58979a905a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.306826 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:22.306909 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60762 2026.03.18 18:26:22.307098 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34855 2026.03.18 18:26:22.309205 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.309242 [ 291 ] {} TCP-Session: d3f3b438-da00-4457-ae18-8efa8730f190 Authenticating user 'default' from [fd00:1122:3344:101::e]:50923 2026.03.18 18:26:22.309261 [ 291 ] {} TCP-Session: d3f3b438-da00-4457-ae18-8efa8730f190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.309275 [ 291 ] {} TCP-Session: d3f3b438-da00-4457-ae18-8efa8730f190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311596 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.311601 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:22.311643 [ 294 ] {} TCP-Session: 72f8a8f1-b933-42b1-a13a-72f3095bfee9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34855 2026.03.18 18:26:22.311650 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.311663 [ 294 ] {} TCP-Session: 72f8a8f1-b933-42b1-a13a-72f3095bfee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311700 [ 294 ] {} TCP-Session: 72f8a8f1-b933-42b1-a13a-72f3095bfee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311711 [ 292 ] {} TCP-Session: a2076bdf-bb2a-4a22-89cc-36811bd4576e Authenticating user 'default' from [fd00:1122:3344:101::e]:34403 2026.03.18 18:26:22.311738 [ 292 ] {} TCP-Session: a2076bdf-bb2a-4a22-89cc-36811bd4576e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311744 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:22.311752 [ 292 ] {} TCP-Session: a2076bdf-bb2a-4a22-89cc-36811bd4576e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311791 [ 293 ] {} TCP-Session: f846f4f9-2a67-4dfa-bba6-e7600c22a901 Authenticating user 'default' from [fd00:1122:3344:101::e]:60762 2026.03.18 18:26:22.311817 [ 293 ] {} TCP-Session: f846f4f9-2a67-4dfa-bba6-e7600c22a901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.311832 [ 293 ] {} TCP-Session: f846f4f9-2a67-4dfa-bba6-e7600c22a901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.318604 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:22.332343 [ 295 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} AggregatingTransform: Aggregating 2026.03.18 18:26:22.332551 [ 295 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} Aggregator: Aggregation method: without_key 2026.03.18 18:26:22.333451 [ 295 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00371903 sec. (268.887 rows/sec., 10.50 KiB/sec.) 2026.03.18 18:26:22.333479 [ 295 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} Aggregator: Merging aggregated data 2026.03.18 18:26:22.333514 [ 295 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.18 18:26:22.337120 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} executeQuery: Read 1 rows, 40.00 B in 0.030699 sec., 32.5743509560572 rows/sec., 1.27 KiB/sec. 2026.03.18 18:26:22.337284 [ 286 ] {9420bd77-fe35-4a9d-adbc-00f5872df2fe} TCPHandler: Processed in 0.031249575 sec. 2026.03.18 18:26:22.343401 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343448 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343467 [ 286 ] {} TCP-Session: 75bee2fe-8b78-4a2e-a973-0b838e3ab7b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343465 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343491 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343530 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343579 [ 293 ] {} TCP-Session: f846f4f9-2a67-4dfa-bba6-e7600c22a901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343585 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343560 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343626 [ 288 ] {} TCP-Session: c8f0aae5-7f72-49e6-bbcc-cd573bb76b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343647 [ 292 ] {} TCP-Session: a2076bdf-bb2a-4a22-89cc-36811bd4576e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343663 [ 291 ] {} TCP-Session: d3f3b438-da00-4457-ae18-8efa8730f190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343545 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343542 [ 290 ] {} TCP-Session: 7f6ba487-5378-46c3-9d52-58979a905a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343520 [ 287 ] {} TCP-Session: 68b1ea46-f562-48c4-b8f2-5dd7af8e658e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343768 [ 294 ] {} TCP-Session: 72f8a8f1-b933-42b1-a13a-72f3095bfee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:22.343508 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:22.343837 [ 289 ] {} TCP-Session: 58c7ec87-b27e-49b8-89b4-8406109fc84f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:23.001169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.54 MiB, peak 172.66 MiB, free memory in arenas 0.00 B, will set to 164.62 MiB (RSS), difference: 2.08 MiB 2026.03.18 18:26:25.979667 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60039 2026.03.18 18:26:25.979788 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.979818 [ 286 ] {} TCP-Session: 9f3f3a1d-e5f8-4f50-901f-576132bc1409 Authenticating user 'default' from [fd00:1122:3344:101::e]:60039 2026.03.18 18:26:25.979842 [ 286 ] {} TCP-Session: 9f3f3a1d-e5f8-4f50-901f-576132bc1409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.979857 [ 286 ] {} TCP-Session: 9f3f3a1d-e5f8-4f50-901f-576132bc1409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980077 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45684 2026.03.18 18:26:25.980114 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53683 2026.03.18 18:26:25.980149 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47639 2026.03.18 18:26:25.980157 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35322 2026.03.18 18:26:25.980220 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980192 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58908 2026.03.18 18:26:25.980263 [ 287 ] {} TCP-Session: bb40d6a6-6577-4bb3-ad20-e55b09713f65 Authenticating user 'default' from [fd00:1122:3344:101::e]:45684 2026.03.18 18:26:25.980250 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980301 [ 287 ] {} TCP-Session: bb40d6a6-6577-4bb3-ad20-e55b09713f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980302 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980326 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980339 [ 287 ] {} TCP-Session: bb40d6a6-6577-4bb3-ad20-e55b09713f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980360 [ 293 ] {} TCP-Session: 9ac2eeaa-f366-47f2-9971-b8e5be67cff1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35322 2026.03.18 18:26:25.980369 [ 294 ] {} TCP-Session: b40f972f-407b-4786-bc1e-6aed57a56dfa Authenticating user 'default' from [fd00:1122:3344:101::e]:58908 2026.03.18 18:26:25.980330 [ 288 ] {} TCP-Session: a0742fb8-c065-489f-b3a2-c122902ca8e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53683 2026.03.18 18:26:25.980416 [ 294 ] {} TCP-Session: b40f972f-407b-4786-bc1e-6aed57a56dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980413 [ 293 ] {} TCP-Session: 9ac2eeaa-f366-47f2-9971-b8e5be67cff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980444 [ 288 ] {} TCP-Session: a0742fb8-c065-489f-b3a2-c122902ca8e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980455 [ 294 ] {} TCP-Session: b40f972f-407b-4786-bc1e-6aed57a56dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980474 [ 288 ] {} TCP-Session: a0742fb8-c065-489f-b3a2-c122902ca8e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980464 [ 293 ] {} TCP-Session: 9ac2eeaa-f366-47f2-9971-b8e5be67cff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980190 [ 286 ] {} TCP-Session: 9f3f3a1d-e5f8-4f50-901f-576132bc1409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:25.980137 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38143 2026.03.18 18:26:25.980123 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60069 2026.03.18 18:26:25.980117 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50526 2026.03.18 18:26:25.980250 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980622 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980634 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980651 [ 292 ] {} TCP-Session: 6e14263e-fb28-404a-af99-50c731d20da2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47639 2026.03.18 18:26:25.980667 [ 291 ] {} TCP-Session: ddbcacf5-bf76-4364-b029-78fa7b795c6f Authenticating user 'default' from [fd00:1122:3344:101::e]:38143 2026.03.18 18:26:25.980689 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} executeQuery: (from [fd00:1122:3344:101::e]:60039) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:25.980678 [ 290 ] {} TCP-Session: 03612aa8-22ad-4a89-9393-6402f1710d41 Authenticating user 'default' from [fd00:1122:3344:101::e]:60069 2026.03.18 18:26:25.980714 [ 291 ] {} TCP-Session: ddbcacf5-bf76-4364-b029-78fa7b795c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980757 [ 290 ] {} TCP-Session: 03612aa8-22ad-4a89-9393-6402f1710d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980772 [ 291 ] {} TCP-Session: ddbcacf5-bf76-4364-b029-78fa7b795c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980786 [ 290 ] {} TCP-Session: 03612aa8-22ad-4a89-9393-6402f1710d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980692 [ 292 ] {} TCP-Session: 6e14263e-fb28-404a-af99-50c731d20da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980668 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:25.980830 [ 292 ] {} TCP-Session: 6e14263e-fb28-404a-af99-50c731d20da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980858 [ 289 ] {} TCP-Session: 131d6833-5ce7-41d7-9912-afc1211ba90f Authenticating user 'default' from [fd00:1122:3344:101::e]:50526 2026.03.18 18:26:25.980880 [ 289 ] {} TCP-Session: 131d6833-5ce7-41d7-9912-afc1211ba90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980891 [ 289 ] {} TCP-Session: 131d6833-5ce7-41d7-9912-afc1211ba90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.980955 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:25.981016 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:25.981287 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:25.982181 [ 308 ] {849c7617-1574-49b1-b222-52ecf5921151} AggregatingTransform: Aggregating 2026.03.18 18:26:25.982235 [ 308 ] {849c7617-1574-49b1-b222-52ecf5921151} Aggregator: Aggregation method: without_key 2026.03.18 18:26:25.982274 [ 308 ] {849c7617-1574-49b1-b222-52ecf5921151} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000892432 sec. (1120.534 rows/sec., 43.77 KiB/sec.) 2026.03.18 18:26:25.982293 [ 308 ] {849c7617-1574-49b1-b222-52ecf5921151} Aggregator: Merging aggregated data 2026.03.18 18:26:25.983709 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} executeQuery: Read 1 rows, 40.00 B in 0.003076 sec., 325.0975292587776 rows/sec., 12.70 KiB/sec. 2026.03.18 18:26:25.983841 [ 286 ] {849c7617-1574-49b1-b222-52ecf5921151} TCPHandler: Processed in 0.00376159 sec. 2026.03.18 18:26:25.983959 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.983987 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.983990 [ 286 ] {} TCP-Session: 9f3f3a1d-e5f8-4f50-901f-576132bc1409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984007 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984026 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984060 [ 289 ] {} TCP-Session: 131d6833-5ce7-41d7-9912-afc1211ba90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984069 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984089 [ 287 ] {} TCP-Session: bb40d6a6-6577-4bb3-ad20-e55b09713f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984088 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984106 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984146 [ 290 ] {} TCP-Session: 03612aa8-22ad-4a89-9393-6402f1710d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984120 [ 291 ] {} TCP-Session: ddbcacf5-bf76-4364-b029-78fa7b795c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984163 [ 294 ] {} TCP-Session: b40f972f-407b-4786-bc1e-6aed57a56dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984060 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984039 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:25.984035 [ 293 ] {} TCP-Session: 9ac2eeaa-f366-47f2-9971-b8e5be67cff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984249 [ 292 ] {} TCP-Session: 6e14263e-fb28-404a-af99-50c731d20da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:25.984260 [ 288 ] {} TCP-Session: a0742fb8-c065-489f-b3a2-c122902ca8e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.507753 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54212 2026.03.18 18:26:26.507851 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.507876 [ 286 ] {} TCP-Session: 27648168-cfe3-4e3d-9bc4-1ee1f7ebb47e Authenticating user 'default' from [fd00:1122:3344:101::e]:54212 2026.03.18 18:26:26.507897 [ 286 ] {} TCP-Session: 27648168-cfe3-4e3d-9bc4-1ee1f7ebb47e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.507910 [ 286 ] {} TCP-Session: 27648168-cfe3-4e3d-9bc4-1ee1f7ebb47e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508119 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40845 2026.03.18 18:26:26.508150 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64810 2026.03.18 18:26:26.508174 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44231 2026.03.18 18:26:26.508205 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40958 2026.03.18 18:26:26.508225 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34714 2026.03.18 18:26:26.508270 [ 286 ] {} TCP-Session: 27648168-cfe3-4e3d-9bc4-1ee1f7ebb47e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:26.508301 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508309 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508308 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508342 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508353 [ 292 ] {} TCP-Session: e12396f5-1c35-45d5-a36b-bf924cc0122e Authenticating user 'default' from [fd00:1122:3344:101::e]:40958 2026.03.18 18:26:26.508376 [ 290 ] {} TCP-Session: 711d1ff1-b3c3-4449-af8d-e26336b10a53 Authenticating user 'default' from [fd00:1122:3344:101::e]:44231 2026.03.18 18:26:26.508389 [ 294 ] {} TCP-Session: 57b0ad25-80f4-4232-8a76-6d7f0be56759 Authenticating user 'default' from [fd00:1122:3344:101::e]:34714 2026.03.18 18:26:26.508410 [ 292 ] {} TCP-Session: e12396f5-1c35-45d5-a36b-bf924cc0122e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508419 [ 290 ] {} TCP-Session: 711d1ff1-b3c3-4449-af8d-e26336b10a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508427 [ 294 ] {} TCP-Session: 57b0ad25-80f4-4232-8a76-6d7f0be56759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508438 [ 292 ] {} TCP-Session: e12396f5-1c35-45d5-a36b-bf924cc0122e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508464 [ 294 ] {} TCP-Session: 57b0ad25-80f4-4232-8a76-6d7f0be56759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508470 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} executeQuery: (from [fd00:1122:3344:101::e]:54212) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:26.508349 [ 288 ] {} TCP-Session: 6cf45a68-bc0b-4d5b-845f-7a3d5f0a91fd Authenticating user 'default' from [fd00:1122:3344:101::e]:64810 2026.03.18 18:26:26.508215 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35575 2026.03.18 18:26:26.508533 [ 288 ] {} TCP-Session: 6cf45a68-bc0b-4d5b-845f-7a3d5f0a91fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508181 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47965 2026.03.18 18:26:26.508605 [ 288 ] {} TCP-Session: 6cf45a68-bc0b-4d5b-845f-7a3d5f0a91fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508246 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508457 [ 290 ] {} TCP-Session: 711d1ff1-b3c3-4449-af8d-e26336b10a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508669 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508688 [ 287 ] {} TCP-Session: 956d2476-d4cb-476f-be85-2b468c7454cc Authenticating user 'default' from [fd00:1122:3344:101::e]:40845 2026.03.18 18:26:26.508688 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.508747 [ 293 ] {} TCP-Session: a9de5c86-41ff-400f-afed-c1b85e46811f Authenticating user 'default' from [fd00:1122:3344:101::e]:35575 2026.03.18 18:26:26.508751 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:26.508796 [ 293 ] {} TCP-Session: a9de5c86-41ff-400f-afed-c1b85e46811f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508769 [ 291 ] {} TCP-Session: 3c6899b9-045b-498b-90c4-3ae9f9522575 Authenticating user 'default' from [fd00:1122:3344:101::e]:47965 2026.03.18 18:26:26.508822 [ 293 ] {} TCP-Session: a9de5c86-41ff-400f-afed-c1b85e46811f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508840 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:26.508855 [ 291 ] {} TCP-Session: 3c6899b9-045b-498b-90c4-3ae9f9522575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508751 [ 287 ] {} TCP-Session: 956d2476-d4cb-476f-be85-2b468c7454cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508914 [ 291 ] {} TCP-Session: 3c6899b9-045b-498b-90c4-3ae9f9522575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.508153 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35270 2026.03.18 18:26:26.508937 [ 287 ] {} TCP-Session: 956d2476-d4cb-476f-be85-2b468c7454cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.509026 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:26.509055 [ 289 ] {} TCP-Session: 109c73d5-3184-43af-9dd7-2a016c2b102a Authenticating user 'default' from [fd00:1122:3344:101::e]:35270 2026.03.18 18:26:26.509072 [ 289 ] {} TCP-Session: 109c73d5-3184-43af-9dd7-2a016c2b102a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.509084 [ 289 ] {} TCP-Session: 109c73d5-3184-43af-9dd7-2a016c2b102a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.509146 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:26.510218 [ 337 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} AggregatingTransform: Aggregating 2026.03.18 18:26:26.510278 [ 337 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} Aggregator: Aggregation method: without_key 2026.03.18 18:26:26.510323 [ 337 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001074184 sec. (930.939 rows/sec., 36.36 KiB/sec.) 2026.03.18 18:26:26.510345 [ 337 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} Aggregator: Merging aggregated data 2026.03.18 18:26:26.511919 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} executeQuery: Read 1 rows, 40.00 B in 0.003506 sec., 285.2253280091272 rows/sec., 11.14 KiB/sec. 2026.03.18 18:26:26.512130 [ 286 ] {9f3d5844-d1f8-4bdd-86fd-00becc25a5d9} TCPHandler: Processed in 0.004038413 sec. 2026.03.18 18:26:26.512266 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512303 [ 286 ] {} TCP-Session: 27648168-cfe3-4e3d-9bc4-1ee1f7ebb47e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512326 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512345 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512371 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512393 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512414 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512433 [ 287 ] {} TCP-Session: 956d2476-d4cb-476f-be85-2b468c7454cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512451 [ 291 ] {} TCP-Session: 3c6899b9-045b-498b-90c4-3ae9f9522575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512473 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512474 [ 289 ] {} TCP-Session: 109c73d5-3184-43af-9dd7-2a016c2b102a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512432 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512512 [ 293 ] {} TCP-Session: a9de5c86-41ff-400f-afed-c1b85e46811f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512550 [ 288 ] {} TCP-Session: 6cf45a68-bc0b-4d5b-845f-7a3d5f0a91fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512401 [ 294 ] {} TCP-Session: 57b0ad25-80f4-4232-8a76-6d7f0be56759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512388 [ 292 ] {} TCP-Session: e12396f5-1c35-45d5-a36b-bf924cc0122e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:26.512447 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:26.512660 [ 290 ] {} TCP-Session: 711d1ff1-b3c3-4449-af8d-e26336b10a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:27.054300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 503 entries to flush up to offset 2394 2026.03.18 18:26:27.054907 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.054963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.055582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:27.056096 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.056285 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2394 2026.03.18 18:26:27.144790 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:27.144968 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:27.145040 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:27.145706 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.145758 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.146306 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:27.146823 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.147005 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} executeQuery: Read 26 rows, 2.01 KiB in 0.002087 sec., 12458.073790129372 rows/sec., 961.59 KiB/sec. 2026.03.18 18:26:27.147062 [ 259 ] {d7f8ef1e-2574-496d-80e4-6bd611937903} TCPHandler: Processed in 0.002404552 sec. 2026.03.18 18:26:27.147197 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:27.147306 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:27.147355 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:27.147879 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.147916 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.148338 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:27.148810 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.148955 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} executeQuery: Read 28 rows, 2.24 KiB in 0.001675 sec., 16716.41791044776 rows/sec., 1.30 MiB/sec. 2026.03.18 18:26:27.148994 [ 259 ] {fec840ab-0c1d-476e-a85e-5b2c20c39e61} TCPHandler: Processed in 0.001850244 sec. 2026.03.18 18:26:27.149104 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:27.149201 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:27.149246 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:27.149640 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.149675 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.150120 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:27.150554 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.150697 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} executeQuery: Read 100 rows, 7.10 KiB in 0.001515 sec., 66006.600660066 rows/sec., 4.58 MiB/sec. 2026.03.18 18:26:27.150744 [ 259 ] {32123cb8-e89e-4b62-a960-011077778bb7} TCPHandler: Processed in 0.001688832 sec. 2026.03.18 18:26:27.150894 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:27.151012 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:27.151057 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:27.151411 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.151447 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.151983 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:27.152577 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.152730 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} executeQuery: Read 30 rows, 2.10 KiB in 0.001735 sec., 17291.06628242075 rows/sec., 1.18 MiB/sec. 2026.03.18 18:26:27.152769 [ 259 ] {c4a54ea9-62be-4648-87dc-868c049aecb3} TCPHandler: Processed in 0.001938666 sec. 2026.03.18 18:26:27.168604 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.18 18:26:27.185984 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:27.186056 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:27.193386 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:27.194551 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:27.198872 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.18 18:26:28.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.49 MiB, peak 174.98 MiB, free memory in arenas 0.00 B, will set to 166.67 MiB (RSS), difference: 1.18 MiB 2026.03.18 18:26:29.549808 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 162 2026.03.18 18:26:29.551702 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:29.551748 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:29.552954 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:29.553415 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:29.553647 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 162 2026.03.18 18:26:32.144780 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:32.145096 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:32.145207 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:32.145868 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:32.145921 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:32.146431 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:32.146871 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:32.147053 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} executeQuery: Read 26 rows, 2.01 KiB in 0.002036 sec., 12770.137524557957 rows/sec., 985.68 KiB/sec. 2026.03.18 18:26:32.147103 [ 259 ] {2b64a0ef-81ac-4a69-ae5d-2460bc4c671b} TCPHandler: Processed in 0.002515784 sec. 2026.03.18 18:26:32.147224 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:32.147327 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:32.147370 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:32.147799 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:32.147837 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:32.148240 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:32.148687 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:32.148843 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} executeQuery: Read 28 rows, 2.24 KiB in 0.00154 sec., 18181.818181818184 rows/sec., 1.42 MiB/sec. 2026.03.18 18:26:32.148886 [ 259 ] {23264971-12a3-4fba-9f46-2c7369f7b7e1} TCPHandler: Processed in 0.001714673 sec. 2026.03.18 18:26:32.148987 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:32.149084 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:32.149130 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:32.149518 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:32.149554 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:32.149988 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:32.150394 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:32.150548 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} executeQuery: Read 100 rows, 7.10 KiB in 0.001484 sec., 67385.44474393531 rows/sec., 4.67 MiB/sec. 2026.03.18 18:26:32.150586 [ 259 ] {8f1eff6f-c75e-40e2-b349-0db502b6b1b6} TCPHandler: Processed in 0.001648362 sec. 2026.03.18 18:26:32.150694 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:32.150790 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:32.150832 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:32.151151 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:32.151188 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:32.151588 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:32.151996 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:32.152148 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} executeQuery: Read 30 rows, 2.10 KiB in 0.001377 sec., 21786.49237472767 rows/sec., 1.49 MiB/sec. 2026.03.18 18:26:32.152186 [ 259 ] {92bd5509-d554-42e9-954c-faeb1814cd49} TCPHandler: Processed in 0.00154193 sec. 2026.03.18 18:26:34.503994 [ 67 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:26:34.504065 [ 67 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:26:34.556460 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2842 2026.03.18 18:26:34.557193 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:34.557261 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:34.557927 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:34.558335 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:34.558463 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2842 2026.03.18 18:26:34.558481 [ 67 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:34.558569 [ 67 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:34.558598 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:34.560806 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:26:34.561045 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:34.563103 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:26:34.569729 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:26:34.569830 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:26:34.569915 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.03.18 18:26:34.569996 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 503 rows starting from the beginning of the part 2026.03.18 18:26:34.570075 [ 195 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:26:34.601099 [ 201 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 4 columns (4 merged, 0 gathered) in 0.042365683 sec., 67082.5960719198 rows/sec., 982.66 KiB/sec. 2026.03.18 18:26:34.602040 [ 196 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:34.602587 [ 196 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:34.602653 [ 196 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_6_1} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:34.602756 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.03.18 18:26:34.699010 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.18 18:26:34.715929 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:34.715983 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:34.723254 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:34.724967 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:34.725338 [ 65 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:34.725409 [ 65 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:34.725429 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:34.725541 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.729824 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:34.730528 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.18 18:26:34.731348 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.736149 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.740723 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.745163 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.754977 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.759337 [ 196 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:26:34.819281 [ 201 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093790776 sec., 490.4533469261412 rows/sec., 2.54 MiB/sec. 2026.03.18 18:26:34.821692 [ 187 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:34.824181 [ 187 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_6_1} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:34.824285 [ 187 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_6_1} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:34.826094 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.18 18:26:35.001181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.97 MiB, peak 177.50 MiB, free memory in arenas 0.00 B, will set to 179.00 MiB (RSS), difference: 11.03 MiB 2026.03.18 18:26:37.145279 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:37.145465 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:37.145534 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:37.146164 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.146212 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:37.146741 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:37.147264 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.147395 [ 62 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:37.147417 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} executeQuery: Read 26 rows, 2.01 KiB in 0.002003 sec., 12980.529206190713 rows/sec., 1001.92 KiB/sec. 2026.03.18 18:26:37.147461 [ 62 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.147474 [ 259 ] {637aab7c-d5b9-464c-9862-c8a253b1a78f} TCPHandler: Processed in 0.00233102 sec. 2026.03.18 18:26:37.147488 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:37.147601 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:37.147626 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:26:37.147702 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:37.147749 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:37.147786 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:37.147846 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2026.03.18 18:26:37.147951 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:26:37.148011 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:26:37.148066 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.03.18 18:26:37.148112 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:26:37.148162 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2026.03.18 18:26:37.148165 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.148213 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:37.148671 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:37.149169 [ 189 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.001607452 sec., 97670.10150225325 rows/sec., 7.73 MiB/sec. 2026.03.18 18:26:37.149274 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.149377 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:37.149403 [ 62 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:37.149438 [ 62 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.149444 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} executeQuery: Read 28 rows, 2.24 KiB in 0.00176 sec., 15909.090909090908 rows/sec., 1.24 MiB/sec. 2026.03.18 18:26:37.149463 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:37.149503 [ 259 ] {0af19e76-d74c-4ffe-99a3-ef80c097aeb9} TCPHandler: Processed in 0.001949806 sec. 2026.03.18 18:26:37.149565 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:26:37.149630 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:37.149674 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:37.149708 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.03.18 18:26:37.149740 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:37.149779 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:26:37.149798 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:37.149832 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:26:37.149864 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.149889 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part 2026.03.18 18:26:37.149932 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:26:37.149945 [ 193 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_6_1} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:37.149973 [ 201 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part 2026.03.18 18:26:37.150020 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.18 18:26:37.150264 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.150311 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:37.150807 [ 193 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.001291557 sec., 131624.07853466785 rows/sec., 10.77 MiB/sec. 2026.03.18 18:26:37.150864 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:37.150974 [ 193 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:37.151388 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.151456 [ 193 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.151494 [ 62 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:37.151522 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} executeQuery: Read 100 rows, 7.10 KiB in 0.001854 sec., 53937.43257820928 rows/sec., 3.74 MiB/sec. 2026.03.18 18:26:37.151528 [ 62 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.151524 [ 193 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_6_1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:37.151564 [ 259 ] {02b1e755-53e8-471c-bd49-13da326e9097} TCPHandler: Processed in 0.002043468 sec. 2026.03.18 18:26:37.151567 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:37.151622 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.18 18:26:37.151675 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:26:37.151701 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:37.151840 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:37.151862 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:37.151872 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 101 rows starting from the beginning of the part 2026.03.18 18:26:37.151913 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:37.151932 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:26:37.151977 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:26:37.152011 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part 2026.03.18 18:26:37.152046 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:26:37.152079 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:26:37.152255 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.152295 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:37.152764 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:37.152957 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 601 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244636 sec., 482872.10075877607 rows/sec., 33.48 MiB/sec. 2026.03.18 18:26:37.153206 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:37.153266 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.153393 [ 62 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:37.153411 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} executeQuery: Read 30 rows, 2.10 KiB in 0.001567 sec., 19144.86279514997 rows/sec., 1.31 MiB/sec. 2026.03.18 18:26:37.153430 [ 62 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:37.153453 [ 259 ] {788ba91f-2295-4745-a121-314c53e9a61a} TCPHandler: Processed in 0.001738703 sec. 2026.03.18 18:26:37.153458 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.03.18 18:26:37.153628 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.153683 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.153751 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:37.153753 [ 201 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_6_1} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:37.153800 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.03.18 18:26:37.153831 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.03.18 18:26:37.153898 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.153967 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.154017 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.154070 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.154143 [ 200 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:26:37.154976 [ 186 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001411158 sec., 127554.81668246929 rows/sec., 8.74 MiB/sec. 2026.03.18 18:26:37.155209 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:37.155817 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:37.155897 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_6_1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:37.155975 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.18 18:26:39.553807 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 178 2026.03.18 18:26:39.556527 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:39.556599 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:39.558525 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:39.559169 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:39.559587 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.03.18 18:26:42.058593 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3354 2026.03.18 18:26:42.059415 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.059490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.060347 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.060897 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.061026 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3354 2026.03.18 18:26:42.141442 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.141628 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} executeQuery: (from [fd00:1122:3344:101::d]:40890) 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.03.18 18:26:42.142021 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.146526 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} 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')" moved to PREWHERE 2026.03.18 18:26:42.146916 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.147036 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.147347 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2026.03.18 18:26:42.149830 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.151826 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.151889 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.152029 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} 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'))" 2026.03.18 18:26:42.152072 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.167622 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} executeQuery: Read 15 rows, 624.00 B in 0.026066 sec., 575.4622880380573 rows/sec., 23.38 KiB/sec. 2026.03.18 18:26:42.167728 [ 259 ] {2a9048e1-78e7-444d-90da-0020efa0f4d6} TCPHandler: Processed in 0.02640128 sec. 2026.03.18 18:26:42.168026 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.168175 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.168412 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.168450 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} 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', 'static_routing_config:static_routes')" moved to PREWHERE 2026.03.18 18:26:42.168612 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.168664 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.168763 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2026.03.18 18:26:42.168791 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.168808 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.168822 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.168855 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} 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', 'static_routing_config:static_routes'))" 2026.03.18 18:26:42.168877 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.169465 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} executeQuery: Read 15 rows, 624.00 B in 0.001348 sec., 11127.59643916914 rows/sec., 452.06 KiB/sec. 2026.03.18 18:26:42.169543 [ 259 ] {a217060b-66f2-4bea-a135-63c2e6131937} TCPHandler: Processed in 0.001575391 sec. 2026.03.18 18:26:42.169734 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.169856 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.170048 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.170077 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2026.03.18 18:26:42.170243 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.170294 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.170390 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.03.18 18:26:42.170417 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.170436 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.170450 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.170485 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2026.03.18 18:26:42.170502 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.170877 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} executeQuery: Read 15 rows, 624.00 B in 0.001066 sec., 14071.294559099435 rows/sec., 571.65 KiB/sec. 2026.03.18 18:26:42.170960 [ 259 ] {295e11a6-b8f3-45b4-a8d2-9178f6af7746} TCPHandler: Processed in 0.001272756 sec. 2026.03.18 18:26:42.171151 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.171275 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.171464 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.171494 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:42.171656 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.171706 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.171802 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.03.18 18:26:42.171830 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.171848 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.171863 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.171900 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:42.171919 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.172293 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} executeQuery: Read 15 rows, 624.00 B in 0.001064 sec., 14097.744360902256 rows/sec., 572.72 KiB/sec. 2026.03.18 18:26:42.172369 [ 259 ] {e52a05f6-0826-48df-a690-69e6bf7d8c08} TCPHandler: Processed in 0.001268257 sec. 2026.03.18 18:26:42.172553 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.172676 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.172864 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.172895 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:42.173056 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.173107 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.173201 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.03.18 18:26:42.173230 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.173248 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.173262 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.173294 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:42.173312 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.173680 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} executeQuery: Read 15 rows, 624.00 B in 0.00105 sec., 14285.714285714286 rows/sec., 580.36 KiB/sec. 2026.03.18 18:26:42.173756 [ 259 ] {5ec67fac-73dc-4dc2-a86f-382d8a7d69ee} TCPHandler: Processed in 0.001252257 sec. 2026.03.18 18:26:42.175033 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.175159 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.175349 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.175380 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:42.175551 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.175602 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.175704 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.03.18 18:26:42.175734 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.175752 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.175771 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.175808 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:42.175826 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.176261 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} executeQuery: Read 15 rows, 624.00 B in 0.001149 sec., 13054.830287206265 rows/sec., 530.35 KiB/sec. 2026.03.18 18:26:42.176341 [ 259 ] {4d2be38b-4083-4308-86f0-8a47c3cc8419} TCPHandler: Processed in 0.001359938 sec. 2026.03.18 18:26:42.176529 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.176657 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.176853 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.176885 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:42.177050 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.177102 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.177198 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.03.18 18:26:42.177225 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.177243 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.177257 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.177289 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:42.177306 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.177745 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} executeQuery: Read 15 rows, 624.00 B in 0.00113 sec., 13274.336283185841 rows/sec., 539.27 KiB/sec. 2026.03.18 18:26:42.177867 [ 259 ] {7ceb9b02-b77a-4e2d-bf5f-c9b981e2a368} TCPHandler: Processed in 0.001385888 sec. 2026.03.18 18:26:42.178093 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.178225 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} executeQuery: (from [fd00:1122:3344:101::d]:40890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:42.178427 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:42.178459 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:42.178635 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.178688 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:42.178788 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.03.18 18:26:42.178821 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:42.178839 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:42.178853 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:42.178886 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:42.178905 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 15 rows starting from 0 2026.03.18 18:26:42.179344 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} executeQuery: Read 15 rows, 624.00 B in 0.001168 sec., 12842.465753424658 rows/sec., 521.73 KiB/sec. 2026.03.18 18:26:42.179425 [ 259 ] {433597d0-5865-47a2-b54f-1680a1eac700} TCPHandler: Processed in 0.001384818 sec. 2026.03.18 18:26:42.186979 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.187106 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 18:26:42.187155 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:42.187767 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.187804 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.188286 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:42.188629 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.188768 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} executeQuery: Read 8 rows, 954.00 B in 0.001698 sec., 4711.425206124853 rows/sec., 548.67 KiB/sec. 2026.03.18 18:26:42.188805 [ 259 ] {24fb4350-0178-437d-8837-d09aaf1dd915} TCPHandler: Processed in 0.001887594 sec. 2026.03.18 18:26:42.188924 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.189017 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:26:42.189056 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:26:42.189451 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.189487 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.189879 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:42.190279 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.190409 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} executeQuery: Read 6 rows, 501.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 346.99 KiB/sec. 2026.03.18 18:26:42.190445 [ 259 ] {2bf9f52a-4049-4dff-af03-bea8a89c9c66} TCPHandler: Processed in 0.001569461 sec. 2026.03.18 18:26:42.190558 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.190651 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:42.190688 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:42.191106 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.191142 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.191569 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.191966 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.192093 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} executeQuery: Read 101 rows, 8.57 KiB in 0.001459 sec., 69225.49691569568 rows/sec., 5.74 MiB/sec. 2026.03.18 18:26:42.192128 [ 259 ] {e92a3364-3f16-4f76-8b33-bcf072601e2b} TCPHandler: Processed in 0.001619662 sec. 2026.03.18 18:26:42.192235 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.192328 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:26:42.192367 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:26:42.192747 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.192782 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.193167 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:42.193562 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.193687 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} executeQuery: Read 27 rows, 2.00 KiB in 0.001377 sec., 19607.843137254902 rows/sec., 1.42 MiB/sec. 2026.03.18 18:26:42.193723 [ 259 ] {29127212-f69d-45fb-9312-4aa977c550dd} TCPHandler: Processed in 0.001536441 sec. 2026.03.18 18:26:42.193828 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.193920 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:42.193958 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:42.194356 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.194391 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.194785 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.195189 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.195314 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} executeQuery: Read 101 rows, 8.10 KiB in 0.001411 sec., 71580.43940467754 rows/sec., 5.61 MiB/sec. 2026.03.18 18:26:42.195351 [ 259 ] {6671f29a-c141-4778-95a6-8c679f8a0aaf} TCPHandler: Processed in 0.00157155 sec. 2026.03.18 18:26:42.195460 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.195552 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:42.195593 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:42.195992 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.196028 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.196486 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.196894 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.197024 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} executeQuery: Read 163 rows, 11.62 KiB in 0.001489 sec., 109469.44257891201 rows/sec., 7.62 MiB/sec. 2026.03.18 18:26:42.197059 [ 259 ] {b13c9dfa-5d9d-4d60-85ef-f73326883731} TCPHandler: Processed in 0.001648992 sec. 2026.03.18 18:26:42.197155 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.197246 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:42.197298 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} 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.03.18 18:26:42.198076 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.198112 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.203817 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:42.204305 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.204465 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} executeQuery: Read 21 rows, 38.53 KiB in 0.007236 sec., 2902.155887230514 rows/sec., 5.20 MiB/sec. 2026.03.18 18:26:42.204515 [ 259 ] {5ab8bcea-de93-497f-b87a-4b8236718045} TCPHandler: Processed in 0.007408138 sec. 2026.03.18 18:26:42.204632 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.204725 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 18:26:42.204766 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 18:26:42.205078 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.205113 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.205634 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:42.206051 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.206179 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} executeQuery: Read 18 rows, 1.36 KiB in 0.001472 sec., 12228.260869565218 rows/sec., 921.50 KiB/sec. 2026.03.18 18:26:42.206215 [ 259 ] {247f971f-f5f7-4797-b4b9-6fdb9e2ae4bf} TCPHandler: Processed in 0.001632642 sec. 2026.03.18 18:26:42.206323 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:42.206415 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:42.206454 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:42.206903 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.206938 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.207341 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.207805 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.207933 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. 2026.03.18 18:26:42.207968 [ 259 ] {b3f17127-015e-4628-8a7a-8011da41076f} TCPHandler: Processed in 0.001694433 sec. 2026.03.18 18:26:42.230655 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.18 18:26:42.248443 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:42.248490 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:42.254258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:26:42.255489 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:42.259093 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.18 18:26:47.147611 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:47.147919 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:47.148028 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:47.148937 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:47.148990 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:47.149526 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:47.150007 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:47.150171 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} executeQuery: Read 56 rows, 4.41 KiB in 0.002331 sec., 24024.024024024024 rows/sec., 1.85 MiB/sec. 2026.03.18 18:26:47.150219 [ 259 ] {59beb224-a9b5-4a6e-a7fe-4f196f9cedd7} TCPHandler: Processed in 0.002784877 sec. 2026.03.18 18:26:47.150339 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:47.150442 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:47.150485 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:47.150919 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:47.150957 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:47.151379 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:47.151820 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:47.151956 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} executeQuery: Read 64 rows, 5.12 KiB in 0.001539 sec., 41585.44509421702 rows/sec., 3.25 MiB/sec. 2026.03.18 18:26:47.151994 [ 259 ] {465cfda4-0830-4dcc-87b1-6d8cfd1a2813} TCPHandler: Processed in 0.001707063 sec. 2026.03.18 18:26:47.152101 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:47.152196 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:47.152239 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:47.152640 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:47.152677 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:47.153125 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:47.153604 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:47.153741 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. 2026.03.18 18:26:47.153785 [ 259 ] {0ac42454-6ff7-4365-abfd-1104bd9e766f} TCPHandler: Processed in 0.001733843 sec. 2026.03.18 18:26:47.153886 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:47.153981 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} executeQuery: (from [fd00:1122:3344:101::d]:40890) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:47.154022 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:47.154340 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:47.154374 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:47.154766 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:47.155199 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:47.155331 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. 2026.03.18 18:26:47.155373 [ 259 ] {e7bbe4c0-ed90-47be-bce2-15104e52cda1} TCPHandler: Processed in 0.00153559 sec. 2026.03.18 18:26:49.504131 [ 59 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:26:49.504208 [ 59 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:26:49.559813 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 220 2026.03.18 18:26:49.561206 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3802 2026.03.18 18:26:49.561916 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:49.561961 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:49.562298 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:49.562347 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:49.562613 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:49.563119 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:49.563259 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3802 2026.03.18 18:26:49.563817 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:26:49.564325 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:49.564622 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.03.18 18:26:49.759248 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.18 18:26:49.775086 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:49.775128 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:49.781033 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:26:49.782132 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:49.784660 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.18 18:26:51.798295 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:51.798365 [ 259 ] {} TCP-Session: 1648aff8-6c8d-470f-b82c-33d94f1fbe6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:52.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.18 MiB, peak 185.09 MiB, free memory in arenas 0.00 B, will set to 181.21 MiB (RSS), difference: 2.04 MiB 2026.03.18 18:26:52.149468 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.149660 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:52.149732 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:52.150414 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.150460 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.150984 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:52.151437 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.151599 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} executeQuery: Read 102 rows, 8.74 KiB in 0.001989 sec., 51282.05128205129 rows/sec., 4.29 MiB/sec. 2026.03.18 18:26:52.151643 [ 260 ] {6ee70c81-e10c-4172-9eed-0d3ebf120c22} TCPHandler: Processed in 0.002305991 sec. 2026.03.18 18:26:52.151767 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.151868 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:26:52.151913 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:26:52.152322 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.152359 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.152758 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:52.153171 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.153301 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} executeQuery: Read 23 rows, 1.73 KiB in 0.001456 sec., 15796.703296703296 rows/sec., 1.16 MiB/sec. 2026.03.18 18:26:52.153340 [ 260 ] {47565c72-dec5-48ff-9573-8fd4172bccbb} TCPHandler: Processed in 0.001626081 sec. 2026.03.18 18:26:52.153453 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.153549 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:52.153589 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:52.154005 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.154043 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.154442 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:52.154845 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.154976 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} executeQuery: Read 87 rows, 6.96 KiB in 0.001445 sec., 60207.6124567474 rows/sec., 4.70 MiB/sec. 2026.03.18 18:26:52.155014 [ 260 ] {52e06521-d4e2-4c23-a6d7-6b825857a6c4} TCPHandler: Processed in 0.001611651 sec. 2026.03.18 18:26:52.155126 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.155220 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:52.155264 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:52.155665 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.155700 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.156176 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:52.156575 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.156702 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. 2026.03.18 18:26:52.156740 [ 260 ] {31bb0a29-a53d-45c2-9539-20e728589262} TCPHandler: Processed in 0.001663402 sec. 2026.03.18 18:26:52.156849 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.156943 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:52.156996 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} 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.03.18 18:26:52.157780 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.157817 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.158409 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:26:52.158784 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.158909 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} executeQuery: Read 23 rows, 42.20 KiB in 0.002045 sec., 11246.943765281174 rows/sec., 20.15 MiB/sec. 2026.03.18 18:26:52.159022 [ 260 ] {1fd63830-df2f-4a46-bbfa-14b89c392c00} TCPHandler: Processed in 0.002222319 sec. 2026.03.18 18:26:52.159134 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:52.159230 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:52.159272 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:52.159590 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:52.159626 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:52.160016 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:52.160421 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:52.160550 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. 2026.03.18 18:26:52.160585 [ 260 ] {2aaf4db3-8485-4c77-9f2d-179d41bf8034} TCPHandler: Processed in 0.00150112 sec. 2026.03.18 18:26:54.689680 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42796 2026.03.18 18:26:54.689806 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.689833 [ 259 ] {} TCP-Session: 43284e48-53dc-4f3f-9267-9b65a993528e Authenticating user 'default' from [fd00:1122:3344:101::e]:42796 2026.03.18 18:26:54.689855 [ 259 ] {} TCP-Session: 43284e48-53dc-4f3f-9267-9b65a993528e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.689868 [ 259 ] {} TCP-Session: 43284e48-53dc-4f3f-9267-9b65a993528e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690040 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56035 2026.03.18 18:26:54.690099 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47970 2026.03.18 18:26:54.690136 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47416 2026.03.18 18:26:54.690159 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48183 2026.03.18 18:26:54.690176 [ 259 ] {} TCP-Session: 43284e48-53dc-4f3f-9267-9b65a993528e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:54.690170 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58330 2026.03.18 18:26:54.690228 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690228 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690288 [ 287 ] {} TCP-Session: 934a387b-5cc3-47f4-8b8f-f4331812d215 Authenticating user 'default' from [fd00:1122:3344:101::e]:47970 2026.03.18 18:26:54.690300 [ 291 ] {} TCP-Session: 2f41448f-04e9-4cf3-9554-06f026434b6a Authenticating user 'default' from [fd00:1122:3344:101::e]:47416 2026.03.18 18:26:54.690306 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690323 [ 291 ] {} TCP-Session: 2f41448f-04e9-4cf3-9554-06f026434b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690318 [ 287 ] {} TCP-Session: 934a387b-5cc3-47f4-8b8f-f4331812d215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690342 [ 292 ] {} TCP-Session: 7f5778d4-843c-4acc-b2f4-17376dba71f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48183 2026.03.18 18:26:54.690346 [ 291 ] {} TCP-Session: 2f41448f-04e9-4cf3-9554-06f026434b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690357 [ 287 ] {} TCP-Session: 934a387b-5cc3-47f4-8b8f-f4331812d215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690376 [ 292 ] {} TCP-Session: 7f5778d4-843c-4acc-b2f4-17376dba71f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690378 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} executeQuery: (from [fd00:1122:3344:101::e]:42796) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:54.690160 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690428 [ 292 ] {} TCP-Session: 7f5778d4-843c-4acc-b2f4-17376dba71f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690464 [ 286 ] {} TCP-Session: cf838e77-5ce2-4fca-a316-0489185fdd82 Authenticating user 'default' from [fd00:1122:3344:101::e]:56035 2026.03.18 18:26:54.690426 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690500 [ 286 ] {} TCP-Session: cf838e77-5ce2-4fca-a316-0489185fdd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690117 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58964 2026.03.18 18:26:54.690536 [ 293 ] {} TCP-Session: 5b23703d-be7e-43aa-a3d1-f0f53549665d Authenticating user 'default' from [fd00:1122:3344:101::e]:58330 2026.03.18 18:26:54.690535 [ 286 ] {} TCP-Session: cf838e77-5ce2-4fca-a316-0489185fdd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690587 [ 293 ] {} TCP-Session: 5b23703d-be7e-43aa-a3d1-f0f53549665d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690126 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63303 2026.03.18 18:26:54.690615 [ 293 ] {} TCP-Session: 5b23703d-be7e-43aa-a3d1-f0f53549665d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690103 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59637 2026.03.18 18:26:54.690705 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:54.690766 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:54.690807 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690807 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690843 [ 290 ] {} TCP-Session: 872f283e-c66b-493a-b497-71edf5fbd400 Authenticating user 'default' from [fd00:1122:3344:101::e]:63303 2026.03.18 18:26:54.690872 [ 289 ] {} TCP-Session: 2d487ec4-b9f6-4611-b822-d81f93f10c77 Authenticating user 'default' from [fd00:1122:3344:101::e]:58964 2026.03.18 18:26:54.690875 [ 290 ] {} TCP-Session: 872f283e-c66b-493a-b497-71edf5fbd400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690893 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:54.690911 [ 290 ] {} TCP-Session: 872f283e-c66b-493a-b497-71edf5fbd400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690933 [ 288 ] {} TCP-Session: b773c70f-7ca7-4e56-b314-acc650bcb8b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59637 2026.03.18 18:26:54.690902 [ 289 ] {} TCP-Session: 2d487ec4-b9f6-4611-b822-d81f93f10c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690961 [ 288 ] {} TCP-Session: b773c70f-7ca7-4e56-b314-acc650bcb8b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690980 [ 289 ] {} TCP-Session: 2d487ec4-b9f6-4611-b822-d81f93f10c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.690991 [ 288 ] {} TCP-Session: b773c70f-7ca7-4e56-b314-acc650bcb8b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:54.691081 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:54.691168 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} Aggregator: Compile expression max()(UInt64) 0 2026.03.18 18:26:55.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.32 MiB, peak 185.09 MiB, free memory in arenas 0.00 B, will set to 196.38 MiB (RSS), difference: 15.06 MiB 2026.03.18 18:26:55.071786 [ 302 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} AggregatingTransform: Aggregating 2026.03.18 18:26:55.071865 [ 302 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} Aggregator: Aggregation method: without_key 2026.03.18 18:26:55.071901 [ 302 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00156839 sec. (637.597 rows/sec., 24.91 KiB/sec.) 2026.03.18 18:26:55.071920 [ 302 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} Aggregator: Merging aggregated data 2026.03.18 18:26:55.073027 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} executeQuery: Read 1 rows, 40.00 B in 0.382704 sec., 2.6129854927045444 rows/sec., 104.52 B/sec. 2026.03.18 18:26:55.073180 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.18 18:26:55.073195 [ 259 ] {7fbc2de1-c5d5-4ec3-b710-397d1865001c} TCPHandler: Processed in 0.383133169 sec. 2026.03.18 18:26:55.073315 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073351 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073370 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073398 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073406 [ 286 ] {} TCP-Session: cf838e77-5ce2-4fca-a316-0489185fdd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073426 [ 288 ] {} TCP-Session: b773c70f-7ca7-4e56-b314-acc650bcb8b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073436 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073461 [ 293 ] {} TCP-Session: 5b23703d-be7e-43aa-a3d1-f0f53549665d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073469 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073499 [ 290 ] {} TCP-Session: 872f283e-c66b-493a-b497-71edf5fbd400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073455 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073530 [ 291 ] {} TCP-Session: 2f41448f-04e9-4cf3-9554-06f026434b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073414 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073574 [ 289 ] {} TCP-Session: 2d487ec4-b9f6-4611-b822-d81f93f10c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073404 [ 287 ] {} TCP-Session: 934a387b-5cc3-47f4-8b8f-f4331812d215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073610 [ 292 ] {} TCP-Session: 7f5778d4-843c-4acc-b2f4-17376dba71f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.073477 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.073671 [ 259 ] {} TCP-Session: 43284e48-53dc-4f3f-9267-9b65a993528e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.912600 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42954 2026.03.18 18:26:55.912718 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.912744 [ 288 ] {} TCP-Session: ab5d7f9a-ed9b-4a91-9444-c4c4bab6790e Authenticating user 'default' from [fd00:1122:3344:101::e]:42954 2026.03.18 18:26:55.912767 [ 288 ] {} TCP-Session: ab5d7f9a-ed9b-4a91-9444-c4c4bab6790e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.912780 [ 288 ] {} TCP-Session: ab5d7f9a-ed9b-4a91-9444-c4c4bab6790e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913040 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64195 2026.03.18 18:26:55.913050 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57717 2026.03.18 18:26:55.913117 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60316 2026.03.18 18:26:55.913125 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59153 2026.03.18 18:26:55.913157 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57271 2026.03.18 18:26:55.913194 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47698 2026.03.18 18:26:55.913222 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913240 [ 288 ] {} TCP-Session: ab5d7f9a-ed9b-4a91-9444-c4c4bab6790e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:55.913274 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913277 [ 292 ] {} TCP-Session: b4b53d67-548a-458b-9222-4cb93c5000c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60316 2026.03.18 18:26:55.913310 [ 259 ] {} TCP-Session: bf4662b6-dcb6-47a8-94a1-88a5793a3219 Authenticating user 'default' from [fd00:1122:3344:101::e]:57271 2026.03.18 18:26:55.913284 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913330 [ 292 ] {} TCP-Session: b4b53d67-548a-458b-9222-4cb93c5000c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913374 [ 286 ] {} TCP-Session: f9bfea44-5c70-450c-9ca2-bc83f59bfeb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47698 2026.03.18 18:26:55.913206 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913406 [ 286 ] {} TCP-Session: f9bfea44-5c70-450c-9ca2-bc83f59bfeb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913386 [ 292 ] {} TCP-Session: b4b53d67-548a-458b-9222-4cb93c5000c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913433 [ 290 ] {} TCP-Session: 9a3dc5b1-41c2-4cea-9773-2d6ecec91cc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57717 2026.03.18 18:26:55.913435 [ 286 ] {} TCP-Session: f9bfea44-5c70-450c-9ca2-bc83f59bfeb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913483 [ 290 ] {} TCP-Session: 9a3dc5b1-41c2-4cea-9773-2d6ecec91cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913150 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57264 2026.03.18 18:26:55.913498 [ 290 ] {} TCP-Session: 9a3dc5b1-41c2-4cea-9773-2d6ecec91cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913517 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} executeQuery: (from [fd00:1122:3344:101::e]:42954) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:55.913117 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51871 2026.03.18 18:26:55.913555 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913248 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913642 [ 294 ] {} TCP-Session: db1e3192-ca52-4fec-819d-290bfe7e2819 Authenticating user 'default' from [fd00:1122:3344:101::e]:57264 2026.03.18 18:26:55.913333 [ 259 ] {} TCP-Session: bf4662b6-dcb6-47a8-94a1-88a5793a3219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913678 [ 294 ] {} TCP-Session: db1e3192-ca52-4fec-819d-290bfe7e2819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913694 [ 259 ] {} TCP-Session: bf4662b6-dcb6-47a8-94a1-88a5793a3219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913706 [ 294 ] {} TCP-Session: db1e3192-ca52-4fec-819d-290bfe7e2819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913693 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913674 [ 293 ] {} TCP-Session: 90a1bb7d-88c4-4aae-b816-fb852ea0e0f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59153 2026.03.18 18:26:55.913182 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:55.913791 [ 291 ] {} TCP-Session: 6da45260-4c2d-4bbf-8148-3443b985503f Authenticating user 'default' from [fd00:1122:3344:101::e]:51871 2026.03.18 18:26:55.913819 [ 289 ] {} TCP-Session: 1f03ab1e-a697-4590-9161-eb93790a075c Authenticating user 'default' from [fd00:1122:3344:101::e]:64195 2026.03.18 18:26:55.913798 [ 293 ] {} TCP-Session: 90a1bb7d-88c4-4aae-b816-fb852ea0e0f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913846 [ 291 ] {} TCP-Session: 6da45260-4c2d-4bbf-8148-3443b985503f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913860 [ 293 ] {} TCP-Session: 90a1bb7d-88c4-4aae-b816-fb852ea0e0f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913853 [ 289 ] {} TCP-Session: 1f03ab1e-a697-4590-9161-eb93790a075c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913885 [ 291 ] {} TCP-Session: 6da45260-4c2d-4bbf-8148-3443b985503f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913905 [ 289 ] {} TCP-Session: 1f03ab1e-a697-4590-9161-eb93790a075c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.913932 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:55.914021 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:55.914447 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:55.915614 [ 307 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} AggregatingTransform: Aggregating 2026.03.18 18:26:55.915656 [ 307 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} Aggregator: Aggregation method: without_key 2026.03.18 18:26:55.915687 [ 307 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001133485 sec. (882.235 rows/sec., 34.46 KiB/sec.) 2026.03.18 18:26:55.915707 [ 307 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} Aggregator: Merging aggregated data 2026.03.18 18:26:55.917054 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} executeQuery: Read 1 rows, 40.00 B in 0.003637 sec., 274.95188342040143 rows/sec., 10.74 KiB/sec. 2026.03.18 18:26:55.917233 [ 288 ] {3ff3c937-97e1-4445-b9ff-dd43779dec22} TCPHandler: Processed in 0.004197306 sec. 2026.03.18 18:26:55.917347 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917370 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917384 [ 288 ] {} TCP-Session: ab5d7f9a-ed9b-4a91-9444-c4c4bab6790e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917390 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917418 [ 290 ] {} TCP-Session: 9a3dc5b1-41c2-4cea-9773-2d6ecec91cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917436 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917453 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917468 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917495 [ 294 ] {} TCP-Session: db1e3192-ca52-4fec-819d-290bfe7e2819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917479 [ 286 ] {} TCP-Session: f9bfea44-5c70-450c-9ca2-bc83f59bfeb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917526 [ 291 ] {} TCP-Session: 6da45260-4c2d-4bbf-8148-3443b985503f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917406 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917485 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917587 [ 293 ] {} TCP-Session: 90a1bb7d-88c4-4aae-b816-fb852ea0e0f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917422 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:55.917614 [ 292 ] {} TCP-Session: b4b53d67-548a-458b-9222-4cb93c5000c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917459 [ 289 ] {} TCP-Session: 1f03ab1e-a697-4590-9161-eb93790a075c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:55.917652 [ 259 ] {} TCP-Session: bf4662b6-dcb6-47a8-94a1-88a5793a3219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.000234 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 198.00 MiB, peak 208.10 MiB, free memory in arenas 0.00 B, will set to 201.86 MiB (RSS), difference: 3.87 MiB 2026.03.18 18:26:56.426413 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60250 2026.03.18 18:26:56.426525 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426551 [ 288 ] {} TCP-Session: d4e3f029-73d4-48f3-9263-298af971bece Authenticating user 'default' from [fd00:1122:3344:101::e]:60250 2026.03.18 18:26:56.426572 [ 288 ] {} TCP-Session: d4e3f029-73d4-48f3-9263-298af971bece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.426585 [ 288 ] {} TCP-Session: d4e3f029-73d4-48f3-9263-298af971bece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.426754 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61143 2026.03.18 18:26:56.426800 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59613 2026.03.18 18:26:56.426815 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53317 2026.03.18 18:26:56.426848 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39594 2026.03.18 18:26:56.426874 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38700 2026.03.18 18:26:56.426882 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426916 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426905 [ 288 ] {} TCP-Session: d4e3f029-73d4-48f3-9263-298af971bece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:56.426957 [ 290 ] {} TCP-Session: 2dd22618-eb3b-42a2-a5e9-5f08da200772 Authenticating user 'default' from [fd00:1122:3344:101::e]:59613 2026.03.18 18:26:56.426960 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426991 [ 290 ] {} TCP-Session: 2dd22618-eb3b-42a2-a5e9-5f08da200772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427002 [ 286 ] {} TCP-Session: 0714bcdd-cfab-485e-9db6-cb826145d1b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38700 2026.03.18 18:26:56.427009 [ 290 ] {} TCP-Session: 2dd22618-eb3b-42a2-a5e9-5f08da200772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427021 [ 286 ] {} TCP-Session: 0714bcdd-cfab-485e-9db6-cb826145d1b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.426951 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.427036 [ 286 ] {} TCP-Session: 0714bcdd-cfab-485e-9db6-cb826145d1b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.426944 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.427074 [ 291 ] {} TCP-Session: 6fb15ac7-061f-4a50-91a0-cc1ff591af51 Authenticating user 'default' from [fd00:1122:3344:101::e]:53317 2026.03.18 18:26:56.427092 [ 294 ] {} TCP-Session: d4a323be-d9eb-42d8-b717-eb6bd68b204e Authenticating user 'default' from [fd00:1122:3344:101::e]:39594 2026.03.18 18:26:56.426825 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62148 2026.03.18 18:26:56.427120 [ 294 ] {} TCP-Session: d4a323be-d9eb-42d8-b717-eb6bd68b204e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427124 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} executeQuery: (from [fd00:1122:3344:101::e]:60250) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:26:56.427167 [ 294 ] {} TCP-Session: d4a323be-d9eb-42d8-b717-eb6bd68b204e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.426819 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59419 2026.03.18 18:26:56.427205 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426867 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56940 2026.03.18 18:26:56.427261 [ 293 ] {} TCP-Session: 952c6b3d-8939-4856-86e7-e3c5b77c38ce Authenticating user 'default' from [fd00:1122:3344:101::e]:62148 2026.03.18 18:26:56.427281 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.426943 [ 289 ] {} TCP-Session: 9ffdd2d7-bb9d-454b-bd8f-6c5490e33dcf Authenticating user 'default' from [fd00:1122:3344:101::e]:61143 2026.03.18 18:26:56.427308 [ 293 ] {} TCP-Session: 952c6b3d-8939-4856-86e7-e3c5b77c38ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427318 [ 292 ] {} TCP-Session: 9b0ad9ac-68bd-489f-b26a-722c97e8e1f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59419 2026.03.18 18:26:56.427342 [ 293 ] {} TCP-Session: 952c6b3d-8939-4856-86e7-e3c5b77c38ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427361 [ 292 ] {} TCP-Session: 9b0ad9ac-68bd-489f-b26a-722c97e8e1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427320 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:26:56.427387 [ 292 ] {} TCP-Session: 9b0ad9ac-68bd-489f-b26a-722c97e8e1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427338 [ 289 ] {} TCP-Session: 9ffdd2d7-bb9d-454b-bd8f-6c5490e33dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427406 [ 259 ] {} TCP-Session: b9c39a82-c8a3-4840-934d-e8ecb730f7e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56940 2026.03.18 18:26:56.427431 [ 289 ] {} TCP-Session: 9ffdd2d7-bb9d-454b-bd8f-6c5490e33dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427438 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:26:56.427451 [ 259 ] {} TCP-Session: b9c39a82-c8a3-4840-934d-e8ecb730f7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427112 [ 291 ] {} TCP-Session: 6fb15ac7-061f-4a50-91a0-cc1ff591af51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427479 [ 259 ] {} TCP-Session: b9c39a82-c8a3-4840-934d-e8ecb730f7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427503 [ 291 ] {} TCP-Session: 6fb15ac7-061f-4a50-91a0-cc1ff591af51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.427505 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:56.427801 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:26:56.428727 [ 327 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} AggregatingTransform: Aggregating 2026.03.18 18:26:56.428779 [ 327 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} Aggregator: Aggregation method: without_key 2026.03.18 18:26:56.428817 [ 327 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000917722 sec. (1089.655 rows/sec., 42.56 KiB/sec.) 2026.03.18 18:26:56.428836 [ 327 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} Aggregator: Merging aggregated data 2026.03.18 18:26:56.429935 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} executeQuery: Read 1 rows, 40.00 B in 0.002868 sec., 348.6750348675035 rows/sec., 13.62 KiB/sec. 2026.03.18 18:26:56.430070 [ 288 ] {ced4f13b-0f59-46b7-84d8-5552082b02e2} TCPHandler: Processed in 0.003281954 sec. 2026.03.18 18:26:56.430157 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430181 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430185 [ 288 ] {} TCP-Session: d4e3f029-73d4-48f3-9263-298af971bece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430197 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430216 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430231 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430256 [ 289 ] {} TCP-Session: 9ffdd2d7-bb9d-454b-bd8f-6c5490e33dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430261 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430294 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430287 [ 293 ] {} TCP-Session: 952c6b3d-8939-4856-86e7-e3c5b77c38ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430326 [ 291 ] {} TCP-Session: 6fb15ac7-061f-4a50-91a0-cc1ff591af51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430339 [ 286 ] {} TCP-Session: 0714bcdd-cfab-485e-9db6-cb826145d1b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430280 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430272 [ 294 ] {} TCP-Session: d4a323be-d9eb-42d8-b717-eb6bd68b204e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430415 [ 292 ] {} TCP-Session: 9b0ad9ac-68bd-489f-b26a-722c97e8e1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430248 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:26:56.430215 [ 259 ] {} TCP-Session: b9c39a82-c8a3-4840-934d-e8ecb730f7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:56.430487 [ 290 ] {} TCP-Session: 2dd22618-eb3b-42a2-a5e9-5f08da200772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:26:57.063499 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4314 2026.03.18 18:26:57.064029 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.064076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.064739 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:57.065310 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.065457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4314 2026.03.18 18:26:57.143918 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.144151 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.144498 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.144534 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:57.144765 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.144835 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.144972 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.03.18 18:26:57.145069 [ 269 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.145069 [ 307 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.145167 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.145188 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.147259 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.147287 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.147338 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.147374 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.148275 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} executeQuery: Read 23 rows, 982.00 B in 0.004214 sec., 5457.997152349312 rows/sec., 227.57 KiB/sec. 2026.03.18 18:26:57.148378 [ 260 ] {f93105ec-ac8a-4af4-9504-2a111affe3ce} TCPHandler: Processed in 0.004589301 sec. 2026.03.18 18:26:57.148779 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.148911 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.149141 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.149176 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:57.149358 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.149413 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.149514 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.03.18 18:26:57.149587 [ 296 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.149596 [ 332 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.149706 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.149731 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.149788 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.149805 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.149835 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.149866 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.150421 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} executeQuery: Read 23 rows, 982.00 B in 0.001561 sec., 14734.144778987828 rows/sec., 614.34 KiB/sec. 2026.03.18 18:26:57.150490 [ 260 ] {403f4da7-5e3c-44df-9949-6a4b5aaba383} TCPHandler: Processed in 0.001766073 sec. 2026.03.18 18:26:57.151076 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.151207 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.151420 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.151453 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.18 18:26:57.151625 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.151676 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.151774 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.03.18 18:26:57.151826 [ 269 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.151832 [ 296 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.151904 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.151924 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.151976 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.151993 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.152021 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.152050 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2026.03.18 18:26:57.152816 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} executeQuery: Read 23 rows, 982.00 B in 0.00166 sec., 13855.421686746988 rows/sec., 577.70 KiB/sec. 2026.03.18 18:26:57.152901 [ 260 ] {bc2f75f1-6cca-4570-989a-aa109db2b378} TCPHandler: Processed in 0.001874635 sec. 2026.03.18 18:26:57.153124 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.153362 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.153579 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.153612 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.03.18 18:26:57.153900 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.153956 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.154054 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.03.18 18:26:57.154120 [ 296 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.154120 [ 338 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.154237 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.154261 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.154314 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.154330 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.154359 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.03.18 18:26:57.154390 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.03.18 18:26:57.154940 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} executeQuery: Read 23 rows, 982.00 B in 0.00163 sec., 14110.42944785276 rows/sec., 588.33 KiB/sec. 2026.03.18 18:26:57.155015 [ 260 ] {3405997f-6543-423e-a5fa-e0c2ce2adce1} TCPHandler: Processed in 0.001942155 sec. 2026.03.18 18:26:57.155244 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.155377 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.155597 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.155631 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 18:26:57.155819 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.155874 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.155975 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.18 18:26:57.156028 [ 269 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.156028 [ 315 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.156103 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.156124 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.156186 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.156203 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.156233 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.18 18:26:57.156263 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.18 18:26:57.156772 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} executeQuery: Read 23 rows, 982.00 B in 0.001448 sec., 15883.977900552485 rows/sec., 662.28 KiB/sec. 2026.03.18 18:26:57.156856 [ 260 ] {acac9d64-c58b-4219-92ad-8217c79ab74e} TCPHandler: Processed in 0.001662582 sec. 2026.03.18 18:26:57.157064 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.157195 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.157414 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.157447 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 18:26:57.157628 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.157681 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.157778 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.18 18:26:57.157836 [ 269 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.157839 [ 338 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.157922 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.157945 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.157999 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.158015 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.158045 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 18:26:57.158075 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 18:26:57.158767 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} executeQuery: Read 23 rows, 982.00 B in 0.001625 sec., 14153.846153846154 rows/sec., 590.14 KiB/sec. 2026.03.18 18:26:57.158867 [ 260 ] {5534a64c-7e49-4f41-82d3-b24012cc49f8} TCPHandler: Processed in 0.001850944 sec. 2026.03.18 18:26:57.159098 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.159229 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.159449 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.159483 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.18 18:26:57.159668 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.159725 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.159823 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.18 18:26:57.159892 [ 338 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.159894 [ 317 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.160010 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.160035 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.160089 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.160105 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.160135 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 18:26:57.160165 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.18 18:26:57.160735 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} executeQuery: Read 23 rows, 982.00 B in 0.001559 sec., 14753.046824887748 rows/sec., 615.13 KiB/sec. 2026.03.18 18:26:57.160820 [ 260 ] {2ad0c837-6e5c-4e2b-b450-a8845312224c} TCPHandler: Processed in 0.001771643 sec. 2026.03.18 18:26:57.161038 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.161173 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.161392 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.161425 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:26:57.161608 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.161660 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.161757 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.18 18:26:57.161816 [ 269 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.161818 [ 317 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.161907 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.161931 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.161984 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.161999 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.162028 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 18:26:57.162057 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 18:26:57.162622 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} executeQuery: Read 23 rows, 982.00 B in 0.001506 sec., 15272.244355909696 rows/sec., 636.78 KiB/sec. 2026.03.18 18:26:57.162716 [ 260 ] {acab2a69-72c6-40ec-ba50-007e1cdb218b} TCPHandler: Processed in 0.001727154 sec. 2026.03.18 18:26:57.162940 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.163071 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.163292 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.163326 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:26:57.163512 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.163563 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.163660 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.18 18:26:57.163720 [ 269 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.163734 [ 317 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.163807 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.163831 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.163885 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.163903 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.163932 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 18:26:57.163961 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.18 18:26:57.164597 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} executeQuery: Read 23 rows, 982.00 B in 0.001577 sec., 14584.654407102093 rows/sec., 608.11 KiB/sec. 2026.03.18 18:26:57.164697 [ 260 ] {0ebfe4d3-f84e-4876-9961-6ed6563ab591} TCPHandler: Processed in 0.001806104 sec. 2026.03.18 18:26:57.164916 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.165048 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.165284 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.165319 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:26:57.165506 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.165557 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.165654 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.18 18:26:57.165715 [ 348 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.165719 [ 317 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.165814 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.165838 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.165892 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.165909 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.165938 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.165966 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.166544 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} executeQuery: Read 23 rows, 982.00 B in 0.00155 sec., 14838.709677419356 rows/sec., 618.70 KiB/sec. 2026.03.18 18:26:57.166631 [ 260 ] {417dc846-5d2f-4c2c-bd47-91752e5bf4c3} TCPHandler: Processed in 0.001763884 sec. 2026.03.18 18:26:57.166843 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.166975 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.167193 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.167226 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:26:57.167429 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.167482 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.167577 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.18 18:26:57.167626 [ 269 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.167643 [ 348 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.167719 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.167744 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.167797 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.167814 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.167844 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.167887 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.168460 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} executeQuery: Read 23 rows, 982.00 B in 0.00154 sec., 14935.064935064936 rows/sec., 622.72 KiB/sec. 2026.03.18 18:26:57.168547 [ 260 ] {5135ce48-aaf3-4209-80f5-06d927e374f7} TCPHandler: Processed in 0.001752253 sec. 2026.03.18 18:26:57.177633 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.177796 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} executeQuery: (from [fd00:1122:3344:101::d]:53675) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:26:57.178067 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:26:57.178103 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:26:57.178315 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.178373 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:26:57.178484 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.18 18:26:57.178563 [ 269 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:26:57.178570 [ 348 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:26:57.178665 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:26:57.178694 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:26:57.178753 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:26:57.178771 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.03.18 18:26:57.178802 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.178834 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:26:57.179521 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} executeQuery: Read 23 rows, 982.00 B in 0.00179 sec., 12849.162011173185 rows/sec., 535.75 KiB/sec. 2026.03.18 18:26:57.179597 [ 260 ] {ce66c561-393b-4a2d-a81e-752775ac0618} TCPHandler: Processed in 0.002032097 sec. 2026.03.18 18:26:57.186239 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.186372 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 18:26:57.186421 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:26:57.187073 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.187120 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.187703 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:57.188093 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.188251 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} executeQuery: Read 12 rows, 4.37 KiB in 0.001915 sec., 6266.318537859008 rows/sec., 2.23 MiB/sec. 2026.03.18 18:26:57.188293 [ 260 ] {70a8b76e-768a-4842-9961-8a6cf7513325} TCPHandler: Processed in 0.002117938 sec. 2026.03.18 18:26:57.188421 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.188520 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.188561 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:26:57.191141 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.191172 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.191585 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:57.192134 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.192277 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} executeQuery: Read 284 rows, 18.47 KiB in 0.003779 sec., 75152.1566551998 rows/sec., 4.77 MiB/sec. 2026.03.18 18:26:57.192317 [ 260 ] {0d429d58-7450-4f2d-8113-e7d82ffd0ec0} TCPHandler: Processed in 0.003945062 sec. 2026.03.18 18:26:57.192430 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.192524 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:26:57.192564 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:26:57.192983 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.193023 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.193533 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:57.194061 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.194206 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} executeQuery: Read 4 rows, 334.00 B in 0.001701 sec., 2351.5579071134625 rows/sec., 191.75 KiB/sec. 2026.03.18 18:26:57.194246 [ 260 ] {fbf60131-2bba-42c9-907c-f27110a7afda} TCPHandler: Processed in 0.001864524 sec. 2026.03.18 18:26:57.194358 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.194454 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:26:57.194494 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:26:57.195274 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.195311 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.195837 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:26:57.196349 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.196475 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} executeQuery: Read 819 rows, 65.65 KiB in 0.00204 sec., 401470.5882352941 rows/sec., 31.43 MiB/sec. 2026.03.18 18:26:57.196512 [ 260 ] {687e7bd2-2e05-4b23-a437-21fab3e712b9} TCPHandler: Processed in 0.002203569 sec. 2026.03.18 18:26:57.196622 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.196716 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.196754 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:26:57.197238 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.197274 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.197733 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:26:57.198303 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.198455 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} executeQuery: Read 156 rows, 9.57 KiB in 0.001756 sec., 88838.2687927107 rows/sec., 5.32 MiB/sec. 2026.03.18 18:26:57.198497 [ 260 ] {633ede2d-e815-48ea-85f7-4ac09ece201d} TCPHandler: Processed in 0.001925266 sec. 2026.03.18 18:26:57.198619 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.198713 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.198754 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:26:57.201724 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.201759 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.202315 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:57.202798 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.202939 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} executeQuery: Read 149 rows, 9.86 KiB in 0.004243 sec., 35116.66273862833 rows/sec., 2.27 MiB/sec. 2026.03.18 18:26:57.202979 [ 260 ] {5cb5f223-7602-47b7-8f9a-e37969d3bfb7} TCPHandler: Processed in 0.004410018 sec. 2026.03.18 18:26:57.203100 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.203194 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.203234 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:26:57.203695 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.203733 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.206060 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:57.206566 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.206705 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} executeQuery: Read 148 rows, 8.62 KiB in 0.00353 sec., 41926.34560906515 rows/sec., 2.38 MiB/sec. 2026.03.18 18:26:57.206745 [ 260 ] {35cc92aa-1197-44db-9476-d7a2c2a23975} TCPHandler: Processed in 0.003694699 sec. 2026.03.18 18:26:57.206864 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.206958 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:26:57.206998 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:26:57.207604 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.207640 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.208138 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:26:57.208583 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.208726 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} executeQuery: Read 504 rows, 36.31 KiB in 0.001786 sec., 282194.8488241881 rows/sec., 19.85 MiB/sec. 2026.03.18 18:26:57.208764 [ 260 ] {c1ae9102-12b9-4938-a0bb-a28c7e42ab22} TCPHandler: Processed in 0.001950076 sec. 2026.03.18 18:26:57.208886 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.208979 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 18:26:57.209019 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 18:26:57.209361 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.209396 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.209817 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:57.210283 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.210415 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. 2026.03.18 18:26:57.210452 [ 260 ] {53195970-dd20-4eef-80fc-3e0fdb18e602} TCPHandler: Processed in 0.001616212 sec. 2026.03.18 18:26:57.210560 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.210653 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.210696 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:26:57.211137 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.211171 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.211626 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:26:57.212070 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.212207 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} executeQuery: Read 267 rows, 18.17 KiB in 0.001572 sec., 169847.3282442748 rows/sec., 11.29 MiB/sec. 2026.03.18 18:26:57.212243 [ 260 ] {35e8071d-7c85-48cc-9eab-9707f11a2f55} TCPHandler: Processed in 0.001732483 sec. 2026.03.18 18:26:57.212350 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.212443 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.212484 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 18:26:57.212798 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.212833 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.213378 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:26:57.213835 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.213969 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} executeQuery: Read 1 rows, 69.00 B in 0.001543 sec., 648.0881399870382 rows/sec., 43.67 KiB/sec. 2026.03.18 18:26:57.214005 [ 260 ] {84d98ed2-61b3-4f71-90b6-1ac6a6b67d06} TCPHandler: Processed in 0.001703553 sec. 2026.03.18 18:26:57.214112 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.214210 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.214262 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} 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.03.18 18:26:57.215024 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.215060 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.215692 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:26:57.216177 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.216320 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} executeQuery: Read 10 rows, 18.35 KiB in 0.002129 sec., 4697.040864255519 rows/sec., 8.42 MiB/sec. 2026.03.18 18:26:57.216369 [ 260 ] {b40f248e-aa33-4834-9db4-6a4787652d75} TCPHandler: Processed in 0.002306081 sec. 2026.03.18 18:26:57.216484 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:26:57.216577 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:26:57.216619 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:26:57.216959 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.216992 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.217424 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:26:57.217880 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.218007 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} executeQuery: Read 90 rows, 5.77 KiB in 0.001447 sec., 62197.650310988254 rows/sec., 3.89 MiB/sec. 2026.03.18 18:26:57.218040 [ 260 ] {4f04b453-ff4c-4bc5-8628-5ba631aa5482} TCPHandler: Processed in 0.001605621 sec. 2026.03.18 18:26:57.284890 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.18 18:26:57.303066 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:57.303129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. 2026.03.18 18:26:57.309391 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:26:57.310572 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:57.314093 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.18 18:26:58.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.01 MiB, peak 210.21 MiB, free memory in arenas 0.00 B, will set to 205.77 MiB (RSS), difference: 1.76 MiB 2026.03.18 18:26:59.564951 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 288 2026.03.18 18:26:59.568022 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:59.568076 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:26:59.569464 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:26:59.569980 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:59.570121 [ 50 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:26:59.570154 [ 50 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:26:59.570170 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:26:59.570293 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:26:59.570302 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2026.03.18 18:26:59.570920 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:26:59.571099 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:26:59.571584 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2026.03.18 18:26:59.571988 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:26:59.572351 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part 2026.03.18 18:26:59.572696 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part 2026.03.18 18:26:59.573050 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 68 rows starting from the beginning of the part 2026.03.18 18:26:59.579391 [ 186 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 72 columns (72 merged, 0 gathered) in 0.009159202 sec., 31443.78735178021 rows/sec., 31.90 MiB/sec. 2026.03.18 18:26:59.580482 [ 199 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:26:59.581348 [ 199 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:26:59.581437 [ 199 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_6_1} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:26:59.581681 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. 2026.03.18 18:27:00.000300 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 205.88 MiB, peak 210.41 MiB, free memory in arenas 0.00 B, will set to 207.02 MiB (RSS), difference: 1.13 MiB 2026.03.18 18:27:02.149698 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.149952 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:02.150048 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:02.150745 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.150794 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.151177 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:02.151396 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.151523 [ 47 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:02.151541 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} executeQuery: Read 102 rows, 8.74 KiB in 0.001657 sec., 61557.030778515385 rows/sec., 5.15 MiB/sec. 2026.03.18 18:27:02.151592 [ 47 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.151604 [ 260 ] {49f5c319-93e8-4280-bf2b-955374100ef0} TCPHandler: Processed in 0.002072358 sec. 2026.03.18 18:27:02.151623 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.151734 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.151757 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:27:02.151833 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:02.151878 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:02.151916 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:02.151976 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 27 rows starting from the beginning of the part 2026.03.18 18:27:02.152081 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 101 rows starting from the beginning of the part 2026.03.18 18:27:02.152138 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.03.18 18:27:02.152193 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 102 rows starting from the beginning of the part 2026.03.18 18:27:02.152238 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 819 rows starting from the beginning of the part 2026.03.18 18:27:02.152282 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 102 rows starting from the beginning of the part 2026.03.18 18:27:02.152311 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.152361 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.152788 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:27:02.153061 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.153221 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} executeQuery: Read 23 rows, 1.73 KiB in 0.001404 sec., 16381.766381766382 rows/sec., 1.20 MiB/sec. 2026.03.18 18:27:02.153258 [ 260 ] {190091c6-1835-418c-8122-0c4e74312229} TCPHandler: Processed in 0.001573531 sec. 2026.03.18 18:27:02.153346 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1207 rows, containing 5 columns (5 merged, 0 gathered) in 0.001653892 sec., 729793.7229274947 rows/sec., 60.76 MiB/sec. 2026.03.18 18:27:02.153372 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.153470 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:02.153511 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:02.153618 [ 197 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:02.153929 [ 197 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.153935 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.153976 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.154010 [ 197 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_11_2} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:02.154090 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.18 18:27:02.154273 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:02.154476 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.154599 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} executeQuery: Read 87 rows, 6.96 KiB in 0.001147 sec., 75850.04359197908 rows/sec., 5.92 MiB/sec. 2026.03.18 18:27:02.154604 [ 46 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:02.154635 [ 260 ] {71f6af75-adc5-4d20-bc1d-2c7d3d4d072a} TCPHandler: Processed in 0.001311127 sec. 2026.03.18 18:27:02.154657 [ 46 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.154683 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.154747 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.154766 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:27:02.154844 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:02.154886 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:02.154891 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:02.154928 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part 2026.03.18 18:27:02.155018 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 101 rows starting from the beginning of the part 2026.03.18 18:27:02.155065 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.03.18 18:27:02.155106 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 87 rows starting from the beginning of the part 2026.03.18 18:27:02.155148 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 504 rows starting from the beginning of the part 2026.03.18 18:27:02.155189 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 87 rows starting from the beginning of the part 2026.03.18 18:27:02.155305 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.155348 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.155692 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:02.155912 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.156012 [ 46 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:02.156042 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.03.18 18:27:02.156043 [ 46 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.156080 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.156084 [ 260 ] {c09ffae9-45ab-47c5-9c0a-62b86ac482ab} TCPHandler: Processed in 0.001383979 sec. 2026.03.18 18:27:02.156148 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:02.156196 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.156210 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 873 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148011 sec., 589821.0268155745 rows/sec., 45.69 MiB/sec. 2026.03.18 18:27:02.156259 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:02.156290 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 601 rows starting from the beginning of the part 2026.03.18 18:27:02.156296 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:02.156359 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 163 rows starting from the beginning of the part 2026.03.18 18:27:02.156362 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} 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.03.18 18:27:02.156409 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:02.156456 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:02.156501 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 267 rows starting from the beginning of the part 2026.03.18 18:27:02.156496 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:02.156545 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:02.156933 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.157034 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_11_2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:02.157141 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 18:27:02.157141 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.157194 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.157593 [ 194 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1511 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147178 sec., 1026648.0044571878 rows/sec., 70.80 MiB/sec. 2026.03.18 18:27:02.157727 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:02.157819 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:02.157994 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.158092 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.158144 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} executeQuery: Read 23 rows, 42.20 KiB in 0.001865 sec., 12332.439678284183 rows/sec., 22.10 MiB/sec. 2026.03.18 18:27:02.158166 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_11_2} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:02.158203 [ 260 ] {9ebd44a8-208c-4593-b053-78c5e8cef426} TCPHandler: Processed in 0.002053927 sec. 2026.03.18 18:27:02.158234 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.18 18:27:02.158321 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:02.158418 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:02.158458 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:02.158782 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.158818 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.159109 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:02.159315 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.159411 [ 46 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:02.159439 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2026.03.18 18:27:02.159443 [ 46 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:02.159479 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:02.159479 [ 260 ] {fbd3ff09-8a9e-4bcd-bcd5-3d756cd94143} TCPHandler: Processed in 0.001206186 sec. 2026.03.18 18:27:02.159553 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:02.159657 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:02.159694 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part 2026.03.18 18:27:02.159765 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:02.159810 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:02.159852 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:02.159889 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part 2026.03.18 18:27:02.159927 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:02.160684 [ 194 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 4 columns (4 merged, 0 gathered) in 0.001165425 sec., 437608.5977218611 rows/sec., 29.29 MiB/sec. 2026.03.18 18:27:02.160816 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:02.161055 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:02.161119 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_11_2} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:02.161172 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.18 18:27:04.504447 [ 43 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:27:04.504513 [ 43 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:27:04.565593 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4762 2026.03.18 18:27:04.566105 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:04.566152 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:04.566650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:27:04.566881 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:04.567025 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4762 2026.03.18 18:27:04.814233 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.18 18:27:04.831904 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:04.831951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:04.838189 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:27:04.838918 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:04.841774 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.18 18:27:05.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.81 MiB, peak 213.81 MiB, free memory in arenas 0.00 B, will set to 210.31 MiB (RSS), difference: 2.50 MiB 2026.03.18 18:27:07.156068 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.156259 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.156328 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:27:07.157080 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.157117 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.157504 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:07.157734 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.157873 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} executeQuery: Read 284 rows, 18.47 KiB in 0.001666 sec., 170468.18727490996 rows/sec., 10.83 MiB/sec. 2026.03.18 18:27:07.157911 [ 260 ] {93bf81a5-ee76-4a2c-a0da-6e7c71871829} TCPHandler: Processed in 0.001969196 sec. 2026.03.18 18:27:07.158025 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.158117 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:07.158157 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:07.158904 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.158937 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.159281 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:07.159492 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.159611 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} executeQuery: Read 817 rows, 65.50 KiB in 0.001512 sec., 540343.9153439153 rows/sec., 42.31 MiB/sec. 2026.03.18 18:27:07.159645 [ 260 ] {b74f7014-16ac-406a-9b68-1579e80af9df} TCPHandler: Processed in 0.001668122 sec. 2026.03.18 18:27:07.159749 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.159841 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.159879 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:07.160293 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.160327 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.160612 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:27:07.160812 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.160893 [ 41 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:27:07.160927 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} executeQuery: Read 152 rows, 9.29 KiB in 0.001105 sec., 137556.56108597285 rows/sec., 8.21 MiB/sec. 2026.03.18 18:27:07.160930 [ 41 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.160958 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.160963 [ 260 ] {2298cf47-0000-40b0-87f8-51edd871378e} TCPHandler: Processed in 0.001260987 sec. 2026.03.18 18:27:07.161069 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.161081 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:27:07.161160 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.161202 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:27:07.161249 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:07.161301 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.03.18 18:27:07.161398 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part 2026.03.18 18:27:07.161446 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2026.03.18 18:27:07.161503 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 156 rows starting from the beginning of the part 2026.03.18 18:27:07.161551 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:27:07.161591 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 152 rows starting from the beginning of the part 2026.03.18 18:27:07.161616 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.161654 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.161968 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:07.162193 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.162320 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} executeQuery: Read 149 rows, 9.86 KiB in 0.001177 sec., 126593.0331350892 rows/sec., 8.18 MiB/sec. 2026.03.18 18:27:07.162379 [ 260 ] {0611fbef-1165-485a-b43c-bf27a201d4a7} TCPHandler: Processed in 0.001357109 sec. 2026.03.18 18:27:07.162481 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.162552 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532341 sec., 249944.36616914903 rows/sec., 16.54 MiB/sec. 2026.03.18 18:27:07.162573 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.162619 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:27:07.162703 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:27:07.162952 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.163017 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_6_1} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:27:07.163032 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.163075 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.163110 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:27:07.163379 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:07.163589 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.163705 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} executeQuery: Read 148 rows, 8.62 KiB in 0.001149 sec., 128807.65883376848 rows/sec., 7.33 MiB/sec. 2026.03.18 18:27:07.163741 [ 260 ] {c939cdba-d78a-437b-adf1-11d41183537e} TCPHandler: Processed in 0.001306618 sec. 2026.03.18 18:27:07.163845 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.163936 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:07.163974 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:07.164524 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.164558 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.164867 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:07.165067 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.165187 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} executeQuery: Read 500 rows, 35.98 KiB in 0.001268 sec., 394321.7665615142 rows/sec., 27.71 MiB/sec. 2026.03.18 18:27:07.165221 [ 260 ] {ca3086c2-97a2-4702-873c-10c40f2e3f43} TCPHandler: Processed in 0.001423329 sec. 2026.03.18 18:27:07.165331 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.165422 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 18:27:07.165461 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 18:27:07.165768 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.165800 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.166088 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:07.166284 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.166399 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} executeQuery: Read 6 rows, 321.00 B in 0.000995 sec., 6030.150753768844 rows/sec., 315.05 KiB/sec. 2026.03.18 18:27:07.166432 [ 260 ] {fb6e895b-1892-463a-9e7a-934a2c4c74f0} TCPHandler: Processed in 0.001148116 sec. 2026.03.18 18:27:07.166529 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.166619 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.166659 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:07.167039 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.167072 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.167377 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:07.167584 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.167702 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} executeQuery: Read 265 rows, 18.03 KiB in 0.001101 sec., 240690.28156221617 rows/sec., 15.99 MiB/sec. 2026.03.18 18:27:07.167736 [ 260 ] {8b4fda55-3934-4a83-984e-03068d2fb283} TCPHandler: Processed in 0.001252797 sec. 2026.03.18 18:27:07.167836 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.167926 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.167966 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 18:27:07.168273 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.168306 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.168589 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:07.168785 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.168903 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} executeQuery: Read 1 rows, 69.00 B in 0.000994 sec., 1006.0362173038228 rows/sec., 67.79 KiB/sec. 2026.03.18 18:27:07.168936 [ 260 ] {f943195e-1372-4b8a-b78b-5d30ac58cd0d} TCPHandler: Processed in 0.001147455 sec. 2026.03.18 18:27:07.169048 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.169168 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.169231 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} 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.03.18 18:27:07.169991 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.170028 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.170540 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:27:07.170758 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.170895 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} executeQuery: Read 10 rows, 18.35 KiB in 0.001752 sec., 5707.762557077625 rows/sec., 10.23 MiB/sec. 2026.03.18 18:27:07.170943 [ 260 ] {a0a94834-74b1-4e74-a48c-1df489d1a1cd} TCPHandler: Processed in 0.001955926 sec. 2026.03.18 18:27:07.171045 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:07.171138 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:07.171178 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:07.171543 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:07.171581 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:07.171909 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:07.172119 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:07.172244 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} executeQuery: Read 90 rows, 5.77 KiB in 0.001124 sec., 80071.1743772242 rows/sec., 5.01 MiB/sec. 2026.03.18 18:27:07.172283 [ 260 ] {825060c9-149f-43eb-ad86-52e06951a70d} TCPHandler: Processed in 0.001286237 sec. 2026.03.18 18:27:09.570669 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 322 2026.03.18 18:27:09.572957 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:09.573009 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:09.574198 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:27:09.574471 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:09.574800 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2026.03.18 18:27:12.067178 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5274 2026.03.18 18:27:12.067744 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.067788 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.068286 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:12.068523 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.068654 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5274 2026.03.18 18:27:12.068651 [ 30 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:12.068728 [ 30 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.068747 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.068866 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.069021 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:12.069061 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2842 rows starting from the beginning of the part 2026.03.18 18:27:12.069127 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.069169 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.069208 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.069251 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.069290 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:12.070678 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5274 rows, containing 4 columns (4 merged, 0 gathered) in 0.001868745 sec., 2822214.9089362114 rows/sec., 40.37 MiB/sec. 2026.03.18 18:27:12.071220 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:12.071560 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.071646 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_11_2} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:12.071745 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.18 18:27:12.143858 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.144111 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:27:12.144496 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.144543 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:27:12.144798 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.144864 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.145001 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.18 18:27:12.145091 [ 347 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.145092 [ 303 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.145148 [ 348 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.145285 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.145315 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.145396 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.145415 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.145449 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.145486 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.145523 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.146373 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} executeQuery: Read 35 rows, 1.35 KiB in 0.002375 sec., 14736.842105263158 rows/sec., 567.02 KiB/sec. 2026.03.18 18:27:12.146477 [ 260 ] {cd276319-0d78-4829-ace7-88d19a0046ff} TCPHandler: Processed in 0.002749537 sec. 2026.03.18 18:27:12.147236 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.147371 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.18 18:27:12.147583 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.147618 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.18 18:27:12.147815 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.147867 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.147965 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.18 18:27:12.148025 [ 303 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.148036 [ 347 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.148040 [ 346 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.148133 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.148158 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.148226 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.148243 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.148271 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.148301 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.148327 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.18 18:27:12.148993 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} executeQuery: Read 35 rows, 1.35 KiB in 0.001679 sec., 20845.74151280524 rows/sec., 802.07 KiB/sec. 2026.03.18 18:27:12.149105 [ 260 ] {8444b49a-d70a-4f4e-9eb7-233d753ac65a} TCPHandler: Processed in 0.001919795 sec. 2026.03.18 18:27:12.149338 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.149473 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', '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.03.18 18:27:12.149683 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.149718 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', '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.03.18 18:27:12.149916 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.149967 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.150064 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.18 18:27:12.150129 [ 347 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.150130 [ 303 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.150129 [ 348 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.150245 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.150270 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.150337 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.150354 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.150382 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', '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.03.18 18:27:12.150413 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', '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.03.18 18:27:12.150440 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', '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.03.18 18:27:12.151049 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} executeQuery: Read 35 rows, 1.35 KiB in 0.001633 sec., 21432.945499081445 rows/sec., 824.67 KiB/sec. 2026.03.18 18:27:12.151165 [ 260 ] {efebc63c-97f3-4653-b217-83c9bb6d9b41} TCPHandler: Processed in 0.001875935 sec. 2026.03.18 18:27:12.151387 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.151522 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.151733 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.151768 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.151985 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.152038 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.152133 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.18 18:27:12.152192 [ 344 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.152196 [ 348 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.152202 [ 347 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.152308 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.152329 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.152396 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.152413 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.152442 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.152475 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.152504 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.153224 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} executeQuery: Read 35 rows, 1.35 KiB in 0.001759 sec., 19897.66913018761 rows/sec., 765.59 KiB/sec. 2026.03.18 18:27:12.153324 [ 260 ] {50d7e1bd-c56e-4baf-8be8-175fb0902c61} TCPHandler: Processed in 0.001985646 sec. 2026.03.18 18:27:12.153541 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.153676 [ 260 ] {8d563169-f672-471c-854c-c15199564451} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.153885 [ 260 ] {8d563169-f672-471c-854c-c15199564451} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.153921 [ 260 ] {8d563169-f672-471c-854c-c15199564451} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.154118 [ 260 ] {8d563169-f672-471c-854c-c15199564451} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.154169 [ 260 ] {8d563169-f672-471c-854c-c15199564451} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.154265 [ 260 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.18 18:27:12.154320 [ 303 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.154320 [ 347 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.154335 [ 348 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.154423 [ 260 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.154449 [ 260 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.154516 [ 260 ] {8d563169-f672-471c-854c-c15199564451} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.154532 [ 260 ] {8d563169-f672-471c-854c-c15199564451} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.154561 [ 260 ] {8d563169-f672-471c-854c-c15199564451} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.154590 [ 260 ] {8d563169-f672-471c-854c-c15199564451} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.154618 [ 260 ] {8d563169-f672-471c-854c-c15199564451} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_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.03.18 18:27:12.155250 [ 260 ] {8d563169-f672-471c-854c-c15199564451} executeQuery: Read 35 rows, 1.35 KiB in 0.00163 sec., 21472.39263803681 rows/sec., 826.18 KiB/sec. 2026.03.18 18:27:12.155350 [ 260 ] {8d563169-f672-471c-854c-c15199564451} TCPHandler: Processed in 0.001857584 sec. 2026.03.18 18:27:12.155564 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.155700 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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.03.18 18:27:12.155913 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.155948 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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.03.18 18:27:12.156151 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.156204 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.156300 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.18 18:27:12.156364 [ 330 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.156364 [ 303 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.156365 [ 347 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.156470 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.156491 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.156558 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.156574 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.156604 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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.03.18 18:27:12.156633 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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.03.18 18:27:12.156660 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', '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.03.18 18:27:12.157228 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} executeQuery: Read 35 rows, 1.35 KiB in 0.001585 sec., 22082.018927444795 rows/sec., 849.64 KiB/sec. 2026.03.18 18:27:12.157327 [ 260 ] {3e5cb87b-4e34-4129-9004-fb9306ca6912} TCPHandler: Processed in 0.001812034 sec. 2026.03.18 18:27:12.157541 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.157676 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_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.03.18 18:27:12.157890 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:27:12.157925 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_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.03.18 18:27:12.158131 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.158181 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:12.158278 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.18 18:27:12.158344 [ 303 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:27:12.158345 [ 347 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:27:12.158346 [ 348 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:27:12.158458 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (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.03.18 18:27:12.158484 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:27:12.158550 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:27:12.158567 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.03.18 18:27:12.158597 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_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.03.18 18:27:12.158626 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_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.03.18 18:27:12.158653 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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_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.03.18 18:27:12.159263 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} executeQuery: Read 35 rows, 1.35 KiB in 0.001645 sec., 21276.59574468085 rows/sec., 818.65 KiB/sec. 2026.03.18 18:27:12.159376 [ 260 ] {e9a2b4b3-af9b-4f58-9142-840b5265ee12} TCPHandler: Processed in 0.001884525 sec. 2026.03.18 18:27:12.176783 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.176915 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 18:27:12.176965 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:27:12.177591 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.177636 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.178046 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:12.178240 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.178378 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} executeQuery: Read 7 rows, 2.95 KiB in 0.001499 sec., 4669.779853235491 rows/sec., 1.92 MiB/sec. 2026.03.18 18:27:12.178417 [ 260 ] {5bb8cabb-7c0a-4b4e-84c6-578f632146f5} TCPHandler: Processed in 0.001696453 sec. 2026.03.18 18:27:12.178544 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.178638 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.178679 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:27:12.179146 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.179182 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.179545 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:27:12.179801 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.179929 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} executeQuery: Read 24 rows, 2.04 KiB in 0.001309 sec., 18334.606569900687 rows/sec., 1.52 MiB/sec. 2026.03.18 18:27:12.179967 [ 260 ] {536e6d53-e21c-4e12-b7f6-17d397f8b630} TCPHandler: Processed in 0.00147216 sec. 2026.03.18 18:27:12.180080 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.180176 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:27:12.180216 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:27:12.180582 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.180615 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.180875 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:12.181066 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.181182 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} executeQuery: Read 6 rows, 501.00 B in 0.001084 sec., 5535.055350553506 rows/sec., 451.34 KiB/sec. 2026.03.18 18:27:12.181218 [ 260 ] {09190eb4-bdb7-423a-8934-9c5b2ce53323} TCPHandler: Processed in 0.001249127 sec. 2026.03.18 18:27:12.181388 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.181482 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:12.181521 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:12.182006 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.182041 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.182352 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:12.182558 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.182679 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} executeQuery: Read 238 rows, 21.66 KiB in 0.001216 sec., 195723.6842105263 rows/sec., 17.39 MiB/sec. 2026.03.18 18:27:12.182715 [ 260 ] {e6a37e56-c1cf-40c9-a75b-19fd326b3f6f} TCPHandler: Processed in 0.001376828 sec. 2026.03.18 18:27:12.182822 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.182916 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.182955 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:12.183349 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.183384 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.183681 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:27:12.183885 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.184008 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} executeQuery: Read 47 rows, 3.56 KiB in 0.001111 sec., 42304.2304230423 rows/sec., 3.13 MiB/sec. 2026.03.18 18:27:12.184046 [ 260 ] {9ea37f5e-05bc-478f-8883-7208d7aa7c5c} TCPHandler: Processed in 0.001272797 sec. 2026.03.18 18:27:12.184149 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.184241 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.184280 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:27:12.184660 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.184695 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.184965 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:27:12.185167 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.185286 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} executeQuery: Read 25 rows, 2.11 KiB in 0.001062 sec., 23540.48964218456 rows/sec., 1.94 MiB/sec. 2026.03.18 18:27:12.185323 [ 260 ] {99a858ed-f58f-46ab-a12b-039ea2800070} TCPHandler: Processed in 0.001222667 sec. 2026.03.18 18:27:12.185426 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.185518 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.185556 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:27:12.185936 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.185971 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.186244 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:27:12.186452 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.186571 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} executeQuery: Read 12 rows, 960.00 B in 0.00107 sec., 11214.953271028038 rows/sec., 876.17 KiB/sec. 2026.03.18 18:27:12.186617 [ 260 ] {39834f15-af21-44f4-ba1e-cf6e788ede60} TCPHandler: Processed in 0.001239347 sec. 2026.03.18 18:27:12.186722 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.186814 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:12.186852 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:12.187283 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.187319 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.187632 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:12.187842 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.187963 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} executeQuery: Read 144 rows, 11.91 KiB in 0.001167 sec., 123393.31619537274 rows/sec., 9.96 MiB/sec. 2026.03.18 18:27:12.188002 [ 260 ] {c9360e75-8143-40b5-98d4-43febfaa5960} TCPHandler: Processed in 0.001329177 sec. 2026.03.18 18:27:12.188106 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.188198 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.188240 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:12.188666 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.188706 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.189235 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:12.189494 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.189622 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} executeQuery: Read 451 rows, 35.53 KiB in 0.001442 sec., 312760.0554785021 rows/sec., 24.06 MiB/sec. 2026.03.18 18:27:12.189660 [ 260 ] {3d71655f-809f-4575-b547-bdee5ab2bbcd} TCPHandler: Processed in 0.001601941 sec. 2026.03.18 18:27:12.189771 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.189864 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.189906 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 18:27:12.190216 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.190253 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.190556 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:27:12.190765 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.190885 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} executeQuery: Read 1 rows, 65.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 61.04 KiB/sec. 2026.03.18 18:27:12.190920 [ 260 ] {61002e71-a6a0-464f-a463-4d6e10ed7d88} TCPHandler: Processed in 0.001198526 sec. 2026.03.18 18:27:12.191039 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.191164 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.191228 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} 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.03.18 18:27:12.192168 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.192205 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.192734 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:27:12.192956 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.193075 [ 26 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:27:12.193085 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} executeQuery: Read 29 rows, 53.21 KiB in 0.001946 sec., 14902.363823227133 rows/sec., 26.70 MiB/sec. 2026.03.18 18:27:12.193105 [ 26 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.193122 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.193136 [ 260 ] {272fb785-568c-4a65-ba2a-c4da61ca00af} TCPHandler: Processed in 0.002159758 sec. 2026.03.18 18:27:12.193223 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:27:12.193243 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.193344 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.193387 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.18 18:27:12.193462 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:12.193528 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2026.03.18 18:27:12.193678 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2026.03.18 18:27:12.193695 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.193733 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.193796 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:12.193917 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part 2026.03.18 18:27:12.194024 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:12.194029 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:27:12.194128 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:12.194265 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} oximeter.measurements_i64 (5ae59ae4-a567-47f9-b338-b1a327e22d8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.194399 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} executeQuery: Read 9 rows, 651.00 B in 0.001074 sec., 8379.888268156425 rows/sec., 591.94 KiB/sec. 2026.03.18 18:27:12.194437 [ 260 ] {8a62d9e8-39cf-41e0-a755-c3f10a4e1224} TCPHandler: Processed in 0.001241967 sec. 2026.03.18 18:27:12.194541 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:12.194638 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:12.194678 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:12.195001 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.195036 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.195370 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:12.195599 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.195725 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.18 18:27:12.195759 [ 260 ] {ac088b49-2bc7-4d2f-9da2-b61a595cc243} TCPHandler: Processed in 0.001267527 sec. 2026.03.18 18:27:12.196078 [ 188 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 19 columns (19 merged, 0 gathered) in 0.002895268 sec., 40065.37564052793 rows/sec., 71.80 MiB/sec. 2026.03.18 18:27:12.196322 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:27:12.196623 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.196686 [ 190 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_6_1} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:27:12.196758 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.03.18 18:27:12.341910 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.18 18:27:12.360194 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.360250 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.366508 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:12.367219 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.367544 [ 26 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:12.367599 [ 26 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:12.367633 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:12.367749 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.370165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.18 18:27:12.370750 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:12.371506 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.374787 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.378101 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.381876 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.386223 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.390825 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:12.440689 [ 188 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07301099 sec., 1136.8151561840211 rows/sec., 5.88 MiB/sec. 2026.03.18 18:27:12.442387 [ 191 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:12.444094 [ 191 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_11_2} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:12.444177 [ 191 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_11_2} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:12.445153 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.18 18:27:13.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.17 MiB, peak 223.04 MiB, free memory in arenas 0.00 B, will set to 221.05 MiB (RSS), difference: 7.88 MiB 2026.03.18 18:27:17.148984 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.149283 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:17.149389 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:17.150184 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.150226 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.150607 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:17.150831 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.150977 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} executeQuery: Read 76 rows, 6.41 KiB in 0.001768 sec., 42986.42533936651 rows/sec., 3.54 MiB/sec. 2026.03.18 18:27:17.151017 [ 260 ] {fb2a12ad-82dc-4075-9551-afeb951374d1} TCPHandler: Processed in 0.00220909 sec. 2026.03.18 18:27:17.151131 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.151226 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:17.151265 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:17.151647 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.151682 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.151965 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:27:17.152171 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.152296 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} executeQuery: Read 10 rows, 770.00 B in 0.001088 sec., 9191.176470588236 rows/sec., 691.13 KiB/sec. 2026.03.18 18:27:17.152333 [ 260 ] {ab5d4e25-f67f-4be2-9cd7-40a3a05f8721} TCPHandler: Processed in 0.001251256 sec. 2026.03.18 18:27:17.152437 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.152531 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:17.152570 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:17.152978 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.153013 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.153302 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:17.153515 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.153631 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} executeQuery: Read 74 rows, 5.92 KiB in 0.001136 sec., 65140.84507042253 rows/sec., 5.09 MiB/sec. 2026.03.18 18:27:17.153665 [ 260 ] {681a10c0-9d6a-436f-873e-1d6f2d632d55} TCPHandler: Processed in 0.001296907 sec. 2026.03.18 18:27:17.153766 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.153853 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:17.153893 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:17.154252 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.154284 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.154678 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:17.154900 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.155027 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.03.18 18:27:17.155064 [ 260 ] {7df82004-56b6-42ac-8f4b-89e19347938b} TCPHandler: Processed in 0.001319337 sec. 2026.03.18 18:27:17.155171 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.155283 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:17.155340 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} 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.03.18 18:27:17.156129 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.156167 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.156697 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:27:17.156932 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.157092 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} executeQuery: Read 10 rows, 18.35 KiB in 0.001829 sec., 5467.468562055768 rows/sec., 9.80 MiB/sec. 2026.03.18 18:27:17.157144 [ 260 ] {ec987944-d026-4542-ad49-1c5aa0690b39} TCPHandler: Processed in 0.002028187 sec. 2026.03.18 18:27:17.157249 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:17.157344 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:17.157388 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:17.157707 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:17.157743 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. 2026.03.18 18:27:17.158048 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:17.158284 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:17.158409 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.03.18 18:27:17.158445 [ 260 ] {158a5269-2dce-4539-8e71-73eeb639a29f} TCPHandler: Processed in 0.001245537 sec. 2026.03.18 18:27:19.504771 [ 149 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:27:19.504823 [ 149 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:27:19.568832 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5722 2026.03.18 18:27:19.569348 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:19.569397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:19.570012 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:19.570257 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:19.570406 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5722 2026.03.18 18:27:19.575042 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 374 2026.03.18 18:27:19.577637 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:19.577695 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:19.578985 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:27:19.579263 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:19.579599 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 374 2026.03.18 18:27:19.870327 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.18 18:27:19.885754 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:19.885825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:19.891888 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:19.892593 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:19.895334 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.18 18:27:22.152879 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.153126 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:22.153189 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:22.153837 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.153883 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.154275 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:22.154496 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.154644 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} executeQuery: Read 114 rows, 9.89 KiB in 0.001568 sec., 72704.08163265306 rows/sec., 6.16 MiB/sec. 2026.03.18 18:27:22.154684 [ 260 ] {0cda7c15-bdcd-4a2f-9d60-3071e9befad4} TCPHandler: Processed in 0.001988066 sec. 2026.03.18 18:27:22.154800 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.154895 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:22.154935 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:22.155332 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.155368 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.155655 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:27:22.155860 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.155983 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} executeQuery: Read 29 rows, 2.18 KiB in 0.001106 sec., 26220.614828209764 rows/sec., 1.93 MiB/sec. 2026.03.18 18:27:22.156021 [ 260 ] {d2c3d5a4-4d46-4b62-8ee2-ed72c28d56ec} TCPHandler: Processed in 0.001269467 sec. 2026.03.18 18:27:22.156139 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.156259 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:22.156307 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:22.156809 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.156854 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.157186 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:22.157413 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.157540 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} executeQuery: Read 93 rows, 7.44 KiB in 0.001306 sec., 71209.80091883613 rows/sec., 5.56 MiB/sec. 2026.03.18 18:27:22.157578 [ 260 ] {3f09fd16-8f0e-43fa-9d5b-83992248b14f} TCPHandler: Processed in 0.001500448 sec. 2026.03.18 18:27:22.157686 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.157780 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:22.157824 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:22.158220 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.158256 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.158577 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:22.158798 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.158926 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2026.03.18 18:27:22.158963 [ 260 ] {e0989c26-bde9-4e56-8efa-b9c00d2bcbdb} TCPHandler: Processed in 0.001326178 sec. 2026.03.18 18:27:22.159066 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.159158 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:22.159211 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} 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.03.18 18:27:22.159987 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.160024 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.160539 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:27:22.160761 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.160891 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} executeQuery: Read 29 rows, 53.21 KiB in 0.001751 sec., 16561.96459166191 rows/sec., 29.68 MiB/sec. 2026.03.18 18:27:22.160942 [ 260 ] {f0bae1ae-d65f-47bb-b2fd-7a44887b21d8} TCPHandler: Processed in 0.001924965 sec. 2026.03.18 18:27:22.161049 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:22.161141 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:22.161182 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:22.161503 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:22.161539 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:22.161839 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:22.162059 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:22.162184 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.03.18 18:27:22.162219 [ 260 ] {9b8eaefe-84a1-4860-9a34-e30df7faeed6} TCPHandler: Processed in 0.001220336 sec. 2026.03.18 18:27:27.072217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6234 2026.03.18 18:27:27.072820 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.072856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.073408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:27.073638 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.073762 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6234 2026.03.18 18:27:27.149876 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.150053 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:27.150119 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:27.150725 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.150777 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.151179 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:27.151418 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.151556 [ 172 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:27.151575 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} executeQuery: Read 76 rows, 6.41 KiB in 0.001573 sec., 48315.32104259377 rows/sec., 3.98 MiB/sec. 2026.03.18 18:27:27.151610 [ 172 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.151633 [ 260 ] {6be8a02e-90c4-42fb-8f1c-e1385199041c} TCPHandler: Processed in 0.001880355 sec. 2026.03.18 18:27:27.151637 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.151762 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.151783 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:27:27.151867 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:27.151916 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:27.151936 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:27.151979 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 869 rows starting from the beginning of the part 2026.03.18 18:27:27.152051 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 817 rows starting from the beginning of the part 2026.03.18 18:27:27.152103 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:27:27.152152 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part 2026.03.18 18:27:27.152195 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 114 rows starting from the beginning of the part 2026.03.18 18:27:27.152242 [ 195 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part 2026.03.18 18:27:27.152330 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.152374 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.152711 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:27:27.152946 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.153083 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} executeQuery: Read 10 rows, 770.00 B in 0.001238 sec., 8077.544426494346 rows/sec., 607.39 KiB/sec. 2026.03.18 18:27:27.153121 [ 260 ] {b8acb3e2-fcfb-4402-91d4-2b7ecc7b12f1} TCPHandler: Processed in 0.001410589 sec. 2026.03.18 18:27:27.153237 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.153331 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:27.153371 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:27.153507 [ 188 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001787883 sec., 1224912.368426793 rows/sec., 103.08 MiB/sec. 2026.03.18 18:27:27.153711 [ 187 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:27.153771 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.153814 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.154020 [ 187 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.154102 [ 187 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_16_3} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:27.154158 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:27.154195 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.03.18 18:27:27.154384 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.154499 [ 172 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:27.154517 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} executeQuery: Read 74 rows, 5.92 KiB in 0.001205 sec., 61410.78838174274 rows/sec., 4.79 MiB/sec. 2026.03.18 18:27:27.154542 [ 172 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.154561 [ 260 ] {189b3778-a521-4d7b-bfeb-3531f6a2de65} TCPHandler: Processed in 0.001372668 sec. 2026.03.18 18:27:27.154567 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.154655 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:27:27.154679 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.154758 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:27.154779 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:27.154788 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 545 rows starting from the beginning of the part 2026.03.18 18:27:27.154831 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:27.154868 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 500 rows starting from the beginning of the part 2026.03.18 18:27:27.154917 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 144 rows starting from the beginning of the part 2026.03.18 18:27:27.154956 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part 2026.03.18 18:27:27.154991 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 93 rows starting from the beginning of the part 2026.03.18 18:27:27.155033 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 74 rows starting from the beginning of the part 2026.03.18 18:27:27.155225 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.155267 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.155640 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:27.155862 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.155921 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 5 columns (5 merged, 0 gathered) in 0.001296427 sec., 1103031.6400383515 rows/sec., 84.63 MiB/sec. 2026.03.18 18:27:27.155972 [ 172 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:27.155989 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.03.18 18:27:27.156018 [ 172 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.156040 [ 260 ] {b6163594-1310-4622-8251-0245e0c8d6a3} TCPHandler: Processed in 0.001411059 sec. 2026.03.18 18:27:27.156041 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.156131 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:27.156134 [ 188 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:27.156154 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.156236 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:27.156265 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:27.156268 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1511 rows starting from the beginning of the part 2026.03.18 18:27:27.156328 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} 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.03.18 18:27:27.156356 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part 2026.03.18 18:27:27.156407 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 451 rows starting from the beginning of the part 2026.03.18 18:27:27.156449 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:27.156469 [ 188 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.156489 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:27.156538 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:27.156549 [ 188 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_16_3} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:27.156638 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2026.03.18 18:27:27.157083 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.157126 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.157650 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:27:27.157666 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2707 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015633 sec., 1731593.4241668265 rows/sec., 121.49 MiB/sec. 2026.03.18 18:27:27.157881 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.157970 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:27.158034 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2026.03.18 18:27:27.158102 [ 260 ] {a67fed82-8bce-4f95-b116-295fa5af4de6} TCPHandler: Processed in 0.001996706 sec. 2026.03.18 18:27:27.158213 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:27.158232 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.158300 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_16_3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:27.158308 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:27.158355 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:27.158368 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.03.18 18:27:27.158678 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.158718 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.159024 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:27.159244 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.159343 [ 172 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:27.159371 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.18 18:27:27.159380 [ 172 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.159411 [ 172 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.159413 [ 260 ] {a59304bf-6db5-4446-9aaf-16db64f89288} TCPHandler: Processed in 0.001248426 sec. 2026.03.18 18:27:27.159480 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:27.159566 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:27.159593 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part 2026.03.18 18:27:27.159663 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part 2026.03.18 18:27:27.159703 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:27.159741 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:27.159780 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:27.159824 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:27.160716 [ 188 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001263477 sec., 664832.0468041761 rows/sec., 44.28 MiB/sec. 2026.03.18 18:27:27.160923 [ 189 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:27.161197 [ 189 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.161264 [ 189 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_16_3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:27.161337 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 18:27:27.397096 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.18 18:27:27.414133 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:27.414181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:27.420051 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:27.420759 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:27.423370 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.18 18:27:29.582028 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 398 2026.03.18 18:27:29.583976 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:29.584017 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:29.585130 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:27:29.585383 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:29.585616 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 398 2026.03.18 18:27:32.152240 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.152435 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:32.152507 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:32.153223 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.153279 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.153719 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:32.153955 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.154104 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} executeQuery: Read 114 rows, 9.89 KiB in 0.001722 sec., 66202.0905923345 rows/sec., 5.61 MiB/sec. 2026.03.18 18:27:32.154145 [ 260 ] {9301de7d-fd8d-4c6f-a50b-03f27b7f0f57} TCPHandler: Processed in 0.002036447 sec. 2026.03.18 18:27:32.154261 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.154354 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:32.154396 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:32.154789 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.154825 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.155115 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:32.155324 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.155426 [ 144 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:32.155446 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} executeQuery: Read 29 rows, 2.18 KiB in 0.00111 sec., 26126.126126126124 rows/sec., 1.92 MiB/sec. 2026.03.18 18:27:32.155496 [ 144 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.155503 [ 260 ] {81bb6862-4364-4b1a-aa68-5a0c2356f8b6} TCPHandler: Processed in 0.001292527 sec. 2026.03.18 18:27:32.155528 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.155625 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.155638 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:27:32.155738 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:32.155760 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:32.155783 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:32.155798 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 187 rows starting from the beginning of the part 2026.03.18 18:27:32.155872 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part 2026.03.18 18:27:32.155915 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:32.155957 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:32.155998 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:32.156042 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:32.156205 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.156248 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.156601 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:32.156833 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.156959 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} executeQuery: Read 93 rows, 7.44 KiB in 0.001239 sec., 75060.53268765133 rows/sec., 5.86 MiB/sec. 2026.03.18 18:27:32.156964 [ 189 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373978 sec., 227077.8716980912 rows/sec., 16.00 MiB/sec. 2026.03.18 18:27:32.156995 [ 260 ] {6da3d3d1-695a-4f9d-aea6-cebc1ed00eee} TCPHandler: Processed in 0.001419768 sec. 2026.03.18 18:27:32.157100 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.157128 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:32.157193 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:32.157242 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:32.157397 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.157470 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_11_2} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:32.157540 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:27:32.157637 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.157677 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.158009 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:32.158227 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.158353 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.03.18 18:27:32.158389 [ 260 ] {42673d4e-2864-477f-9c46-08af86630447} TCPHandler: Processed in 0.001337908 sec. 2026.03.18 18:27:32.158491 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.158584 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:32.158638 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} 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.03.18 18:27:32.159406 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.159442 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.159959 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:27:32.160177 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.160308 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} executeQuery: Read 29 rows, 53.21 KiB in 0.001741 sec., 16657.09362435382 rows/sec., 29.85 MiB/sec. 2026.03.18 18:27:32.160358 [ 260 ] {9d8e5e0e-63aa-4f3f-b57f-87776ef0334c} TCPHandler: Processed in 0.001914846 sec. 2026.03.18 18:27:32.160462 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:32.160555 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:32.160596 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:32.160938 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:32.160974 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:32.161269 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:32.161481 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:32.161605 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.03.18 18:27:32.161639 [ 260 ] {2296aa5f-0cf6-4dd2-a5d2-e7e49563b497} TCPHandler: Processed in 0.001227106 sec. 2026.03.18 18:27:34.504867 [ 150 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:27:34.504920 [ 150 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:27:34.574109 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6682 2026.03.18 18:27:34.574859 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:34.574932 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:34.575551 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:34.575784 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:34.575929 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6682 2026.03.18 18:27:34.923703 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.18 18:27:34.940844 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:34.940916 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:34.947281 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:34.948043 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:34.951551 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.18 18:27:37.150652 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.150826 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:37.150888 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:37.151541 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.151589 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.151971 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:27:37.152205 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.152353 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} executeQuery: Read 76 rows, 6.41 KiB in 0.001575 sec., 48253.968253968254 rows/sec., 3.98 MiB/sec. 2026.03.18 18:27:37.152393 [ 260 ] {6675a645-131d-4c2d-a320-583b539d6f40} TCPHandler: Processed in 0.001863175 sec. 2026.03.18 18:27:37.152510 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.152604 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:37.152643 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:37.153025 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.153060 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.153337 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:37.153540 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.153662 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} executeQuery: Read 10 rows, 770.00 B in 0.001078 sec., 9276.43784786642 rows/sec., 697.54 KiB/sec. 2026.03.18 18:27:37.153698 [ 260 ] {bafa8ae0-2b2d-452f-8d79-0ff9d73318fd} TCPHandler: Processed in 0.001236986 sec. 2026.03.18 18:27:37.153800 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.153892 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:37.153930 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:37.154342 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.154377 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.154662 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:27:37.154864 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.154989 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} executeQuery: Read 74 rows, 5.92 KiB in 0.001114 sec., 66427.28904847398 rows/sec., 5.19 MiB/sec. 2026.03.18 18:27:37.155024 [ 260 ] {1dd7bbe9-2ab2-4534-a069-af01d16b31a2} TCPHandler: Processed in 0.001270667 sec. 2026.03.18 18:27:37.155127 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.155218 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:37.155259 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:37.155652 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.155687 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.155995 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:27:37.156204 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.156328 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} executeQuery: Read 160 rows, 11.41 KiB in 0.001128 sec., 141843.97163120567 rows/sec., 9.88 MiB/sec. 2026.03.18 18:27:37.156364 [ 260 ] {5ba859a3-65dd-46d5-8f0b-6a549c5df620} TCPHandler: Processed in 0.001283456 sec. 2026.03.18 18:27:37.156466 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.156557 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:37.156610 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} 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.03.18 18:27:37.157318 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.157353 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.157832 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:37.158042 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.158152 [ 146 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:37.158176 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} executeQuery: Read 10 rows, 18.35 KiB in 0.001636 sec., 6112.469437652811 rows/sec., 10.95 MiB/sec. 2026.03.18 18:27:37.158227 [ 146 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.158246 [ 260 ] {49fffd86-43bd-4ac6-ac63-cd9e1129c838} TCPHandler: Processed in 0.001825885 sec. 2026.03.18 18:27:37.158256 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.158357 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:27:37.158373 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:37.158497 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:37.158533 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:37.158547 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:37.158589 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part 2026.03.18 18:27:37.158706 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:37.158803 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:37.158908 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:37.158950 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:37.158993 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:37.159003 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:37.159099 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:37.159336 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:27:37.159548 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.159684 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2026.03.18 18:27:37.159719 [ 260 ] {3825e7ff-d987-47b2-b857-1d33846f0a97} TCPHandler: Processed in 0.001406668 sec. 2026.03.18 18:27:37.161859 [ 188 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 19 columns (19 merged, 0 gathered) in 0.003532647 sec., 57747.066151811945 rows/sec., 103.48 MiB/sec. 2026.03.18 18:27:37.162244 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:37.162552 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:37.162616 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_11_2} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:37.162684 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2026.03.18 18:27:39.586206 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 422 2026.03.18 18:27:39.588168 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:39.588210 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:39.589328 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:27:39.589580 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:39.589808 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 422 2026.03.18 18:27:42.076080 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7194 2026.03.18 18:27:42.076774 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.076814 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.077297 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:42.077545 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.077686 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7194 2026.03.18 18:27:42.154366 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.154539 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.154598 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:27:42.155167 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.155201 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.155632 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:42.155856 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.155999 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} executeQuery: Read 24 rows, 2.04 KiB in 0.001506 sec., 15936.254980079682 rows/sec., 1.32 MiB/sec. 2026.03.18 18:27:42.156041 [ 260 ] {e53fb19e-3630-42b4-92ae-cb0997a15874} TCPHandler: Processed in 0.001794054 sec. 2026.03.18 18:27:42.156156 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.156250 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:27:42.156291 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:27:42.156695 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.156734 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.157041 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:27:42.157250 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.157380 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} executeQuery: Read 6 rows, 501.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 426.18 KiB/sec. 2026.03.18 18:27:42.157418 [ 260 ] {a5a11812-7cf6-49ea-9e57-14d6497bbef0} TCPHandler: Processed in 0.001312147 sec. 2026.03.18 18:27:42.157535 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.157630 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:42.157670 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:42.158194 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.158230 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.158549 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:27:42.158762 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.158891 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} executeQuery: Read 237 rows, 21.57 KiB in 0.001278 sec., 185446.00938967135 rows/sec., 16.48 MiB/sec. 2026.03.18 18:27:42.158930 [ 260 ] {c913faf4-d8c0-42bf-b6cb-7a56d218ad07} TCPHandler: Processed in 0.00144549 sec. 2026.03.18 18:27:42.159045 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.159139 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.159178 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:42.159581 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.159614 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.159886 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:42.160083 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.160200 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} executeQuery: Read 47 rows, 3.56 KiB in 0.001125 sec., 41777.77777777778 rows/sec., 3.09 MiB/sec. 2026.03.18 18:27:42.160234 [ 260 ] {032c1618-4594-417a-a57b-4f29223a355b} TCPHandler: Processed in 0.001286448 sec. 2026.03.18 18:27:42.160334 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.160420 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.160521 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:27:42.160905 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.160940 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.161235 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:42.161445 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.161569 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} executeQuery: Read 24 rows, 2.04 KiB in 0.001104 sec., 21739.130434782608 rows/sec., 1.80 MiB/sec. 2026.03.18 18:27:42.161604 [ 260 ] {6039481a-dcb8-43ad-9cff-a61b259e560a} TCPHandler: Processed in 0.001263897 sec. 2026.03.18 18:27:42.161716 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.161809 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.161847 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:27:42.162229 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.162264 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.162552 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:27:42.162759 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.162882 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} executeQuery: Read 12 rows, 960.00 B in 0.00109 sec., 11009.174311926605 rows/sec., 860.09 KiB/sec. 2026.03.18 18:27:42.162919 [ 260 ] {d97b366b-b41c-4ad5-a5bd-7f82acac1fad} TCPHandler: Processed in 0.001252856 sec. 2026.03.18 18:27:42.163024 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.163118 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:42.163156 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:42.163593 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.163629 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.163967 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:27:42.164236 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.164416 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} executeQuery: Read 135 rows, 11.18 KiB in 0.001314 sec., 102739.72602739725 rows/sec., 8.31 MiB/sec. 2026.03.18 18:27:42.164463 [ 260 ] {a0045fd4-14e5-4dc0-aeb0-0e83bf0c2f17} TCPHandler: Processed in 0.00148711 sec. 2026.03.18 18:27:42.164578 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.164686 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.164735 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:42.165172 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.165213 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.165642 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:27:42.165864 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.165993 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} executeQuery: Read 199 rows, 14.61 KiB in 0.001319 sec., 150871.87263078088 rows/sec., 10.82 MiB/sec. 2026.03.18 18:27:42.166029 [ 260 ] {48093ffc-f12e-414d-8885-4a5b6ac6ae07} TCPHandler: Processed in 0.00150625 sec. 2026.03.18 18:27:42.166133 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.166228 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.166282 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} 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.03.18 18:27:42.167092 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.167128 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.167637 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:42.167852 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.167986 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} executeQuery: Read 29 rows, 53.21 KiB in 0.001776 sec., 16328.82882882883 rows/sec., 29.26 MiB/sec. 2026.03.18 18:27:42.168038 [ 260 ] {38ac3051-cbef-4136-a386-49d36d501f08} TCPHandler: Processed in 0.001953766 sec. 2026.03.18 18:27:42.168150 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:42.168250 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:42.168291 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:42.168653 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.168689 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.169007 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:27:42.169214 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.169339 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.03.18 18:27:42.169374 [ 260 ] {c9b46cf5-5fac-4b62-8fe0-803830123547} TCPHandler: Processed in 0.001272497 sec. 2026.03.18 18:27:42.451782 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.18 18:27:42.469565 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:42.469639 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:42.475006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:42.475695 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:42.478666 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.18 18:27:43.000377 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 226.82 MiB, peak 230.82 MiB, free memory in arenas 0.00 B, will set to 225.61 MiB (RSS), difference: -1.21 MiB 2026.03.18 18:27:47.150993 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.151295 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:47.151400 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:47.152259 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.152302 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.152684 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:27:47.152909 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.153056 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} executeQuery: Read 76 rows, 6.41 KiB in 0.001837 sec., 41371.80185084377 rows/sec., 3.41 MiB/sec. 2026.03.18 18:27:47.153096 [ 260 ] {6f90d17f-daff-496e-a12a-15febc2091ac} TCPHandler: Processed in 0.00228334 sec. 2026.03.18 18:27:47.153215 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.153309 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:47.153350 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:47.153733 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.153769 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.154054 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:47.154258 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.154382 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} executeQuery: Read 10 rows, 770.00 B in 0.001092 sec., 9157.509157509157 rows/sec., 688.60 KiB/sec. 2026.03.18 18:27:47.154419 [ 260 ] {bcf522e4-8dba-4bf8-b473-53ec7c43aa80} TCPHandler: Processed in 0.001254017 sec. 2026.03.18 18:27:47.154538 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.154659 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:47.154708 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:47.155150 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.155187 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.155497 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:27:47.155712 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.155842 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} executeQuery: Read 74 rows, 5.92 KiB in 0.001207 sec., 61309.03065451533 rows/sec., 4.79 MiB/sec. 2026.03.18 18:27:47.155879 [ 260 ] {9237891c-1f57-45cb-9f9d-084395f52dd7} TCPHandler: Processed in 0.001403439 sec. 2026.03.18 18:27:47.155987 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.156082 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:47.156125 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:47.156523 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.156559 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.156875 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:27:47.157094 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.157219 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.03.18 18:27:47.157254 [ 260 ] {5cdda31d-2df0-4ee7-9255-b752235070d8} TCPHandler: Processed in 0.001317207 sec. 2026.03.18 18:27:47.157383 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.157479 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:47.157531 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} 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.03.18 18:27:47.158251 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.158286 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.158768 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:27:47.158997 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.159130 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} executeQuery: Read 10 rows, 18.35 KiB in 0.001669 sec., 5991.611743559018 rows/sec., 10.74 MiB/sec. 2026.03.18 18:27:47.159181 [ 260 ] {a2e63a0d-1333-4352-86c3-19231e46b46a} TCPHandler: Processed in 0.001848004 sec. 2026.03.18 18:27:47.159307 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:47.159422 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:47.159470 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:47.159857 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:47.159899 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. 2026.03.18 18:27:47.160192 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:27:47.160397 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:47.160523 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.03.18 18:27:47.160558 [ 260 ] {a18576e0-12f9-4a50-9a87-d2675a2af8b7} TCPHandler: Processed in 0.001310868 sec. 2026.03.18 18:27:49.504970 [ 130 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:27:49.505026 [ 130 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:27:49.578130 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7642 2026.03.18 18:27:49.578891 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:49.578963 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:49.579485 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:49.579881 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:49.580027 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7642 2026.03.18 18:27:49.580027 [ 130 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:49.580098 [ 130 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:49.580117 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:49.580240 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.580399 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:49.580439 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5274 rows starting from the beginning of the part 2026.03.18 18:27:49.580501 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.580544 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.580584 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.580622 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.580661 [ 193 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:27:49.582031 [ 201 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7642 rows, containing 4 columns (4 merged, 0 gathered) in 0.001853735 sec., 4122487.8421133547 rows/sec., 58.97 MiB/sec. 2026.03.18 18:27:49.582647 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:49.582913 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:49.582986 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_16_3} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:49.583061 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.18 18:27:49.590590 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 454 2026.03.18 18:27:49.593162 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:49.593203 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:49.594390 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:27:49.594660 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:49.594786 [ 130 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:27:49.594820 [ 130 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:49.594840 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:49.594935 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:27:49.594970 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 454 2026.03.18 18:27:49.595443 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:49.595571 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part 2026.03.18 18:27:49.595899 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2026.03.18 18:27:49.596200 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part 2026.03.18 18:27:49.596480 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.18 18:27:49.596818 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.18 18:27:49.597200 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2026.03.18 18:27:49.603001 [ 189 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 72 columns (72 merged, 0 gathered) in 0.008111658 sec., 55968.82906059402 rows/sec., 52.86 MiB/sec. 2026.03.18 18:27:49.603736 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:27:49.604318 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:49.604399 [ 200 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_11_2} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:27:49.604580 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2026.03.18 18:27:49.979015 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.18 18:27:49.995627 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:49.995684 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:50.000242 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.24 MiB, peak 232.06 MiB, free memory in arenas 0.00 B, will set to 226.59 MiB (RSS), difference: -3.64 MiB 2026.03.18 18:27:50.001349 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000909501 sec. 2026.03.18 18:27:50.001581 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:50.002287 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:50.002605 [ 129 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:50.002684 [ 129 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:50.002713 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:50.002832 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.005271 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.18 18:27:50.007346 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:50.008814 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.013658 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.017986 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.022400 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.027166 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.031414 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:27:50.085615 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.08282749 sec., 1460.8676418903917 rows/sec., 7.55 MiB/sec. 2026.03.18 18:27:50.088278 [ 192 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:50.090441 [ 192 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_16_3} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:50.090545 [ 192 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_16_3} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:50.092716 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.03.18 18:27:51.000227 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.12 MiB, peak 233.10 MiB, free memory in arenas 0.00 B, will set to 236.61 MiB (RSS), difference: 13.49 MiB 2026.03.18 18:27:52.152335 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.152510 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:52.152573 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:52.153217 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.153257 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.153652 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:27:52.153869 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.154019 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} executeQuery: Read 114 rows, 9.89 KiB in 0.001556 sec., 73264.78149100256 rows/sec., 6.21 MiB/sec. 2026.03.18 18:27:52.154029 [ 126 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:27:52.154059 [ 260 ] {68dd124e-99c2-498b-8992-2ecb1996e29d} TCPHandler: Processed in 0.001863005 sec. 2026.03.18 18:27:52.154094 [ 126 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.154118 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.154191 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.154221 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:27:52.154289 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:52.154333 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:52.154343 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:52.154383 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1004 rows starting from the beginning of the part 2026.03.18 18:27:52.154453 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 114 rows starting from the beginning of the part 2026.03.18 18:27:52.154504 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2026.03.18 18:27:52.154556 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part 2026.03.18 18:27:52.154598 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part 2026.03.18 18:27:52.154638 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 114 rows starting from the beginning of the part 2026.03.18 18:27:52.154743 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.154785 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.155227 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:52.155447 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.155581 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} executeQuery: Read 29 rows, 2.18 KiB in 0.001311 sec., 22120.518688024407 rows/sec., 1.62 MiB/sec. 2026.03.18 18:27:52.155618 [ 260 ] {92b0eb4c-d5c8-480c-8c11-c8477b135f24} TCPHandler: Processed in 0.001477 sec. 2026.03.18 18:27:52.155726 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.155819 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:52.155858 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:52.156006 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1621 rows, containing 5 columns (5 merged, 0 gathered) in 0.001826475 sec., 887501.8820405427 rows/sec., 76.79 MiB/sec. 2026.03.18 18:27:52.156231 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:27:52.156294 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.156339 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.156497 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.156574 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_21_4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:27:52.156643 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.18 18:27:52.156661 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:27:52.156873 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.156970 [ 126 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:27:52.156999 [ 126 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.156999 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} executeQuery: Read 93 rows, 7.44 KiB in 0.001198 sec., 77629.38230383972 rows/sec., 6.06 MiB/sec. 2026.03.18 18:27:52.157016 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.157049 [ 260 ] {d0b47986-6c3b-4159-9856-c072330180db} TCPHandler: Processed in 0.001373407 sec. 2026.03.18 18:27:52.157112 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:27:52.157167 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.157227 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:52.157263 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 599 rows starting from the beginning of the part 2026.03.18 18:27:52.157266 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:52.157318 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:52.157356 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 93 rows starting from the beginning of the part 2026.03.18 18:27:52.157405 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part 2026.03.18 18:27:52.157449 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 135 rows starting from the beginning of the part 2026.03.18 18:27:52.157489 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part 2026.03.18 18:27:52.157528 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 93 rows starting from the beginning of the part 2026.03.18 18:27:52.157711 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.157751 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.158099 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:27:52.158326 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.158453 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.18 18:27:52.158459 [ 124 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:27:52.158493 [ 260 ] {e16c600b-8a2e-4ae2-bf74-221f63026aec} TCPHandler: Processed in 0.001380338 sec. 2026.03.18 18:27:52.158508 [ 124 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.158516 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 5 columns (5 merged, 0 gathered) in 0.00144422 sec., 739499.5222334547 rows/sec., 58.41 MiB/sec. 2026.03.18 18:27:52.158535 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.158605 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.158612 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:52.158691 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:27:52.158705 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:52.158716 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:52.158753 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2707 rows starting from the beginning of the part 2026.03.18 18:27:52.158768 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} 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.03.18 18:27:52.158798 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:52.158855 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:52.158891 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 199 rows starting from the beginning of the part 2026.03.18 18:27:52.158923 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.03.18 18:27:52.158958 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:27:52.158970 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.159047 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_21_4} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:27:52.159150 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.03.18 18:27:52.159606 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.159649 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.160221 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:27:52.160445 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.160466 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3546 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882116 sec., 1884049.6547502917 rows/sec., 132.18 MiB/sec. 2026.03.18 18:27:52.160587 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} executeQuery: Read 29 rows, 53.21 KiB in 0.0019 sec., 15263.157894736842 rows/sec., 27.35 MiB/sec. 2026.03.18 18:27:52.160643 [ 260 ] {d0a8de6e-f02f-4f41-9294-21960287c7ee} TCPHandler: Processed in 0.002088088 sec. 2026.03.18 18:27:52.160751 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:52.160802 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:27:52.160845 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:52.160892 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:52.161065 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.161129 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_21_4} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:27:52.161188 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.03.18 18:27:52.161220 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.161259 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.161557 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:27:52.161763 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.161885 [ 124 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:27:52.161889 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.03.18 18:27:52.161929 [ 124 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:52.161949 [ 260 ] {2b6378ae-70f9-4ea9-a8bb-c6722b9ec0d2} TCPHandler: Processed in 0.001247126 sec. 2026.03.18 18:27:52.161955 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:52.162027 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:52.162107 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:52.162139 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2026.03.18 18:27:52.162181 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:52.162214 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:52.162246 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:52.162277 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.18 18:27:52.162308 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:27:52.163077 [ 198 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001073124 sec., 1062318.986435864 rows/sec., 70.97 MiB/sec. 2026.03.18 18:27:52.163280 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:27:52.163578 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:52.163658 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_21_4} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:27:52.163738 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.18 18:27:54.657687 [ 123 ] {} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 18:27:54.657783 [ 123 ] {} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:54.657810 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:54.657955 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::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.03.18 18:27:54.658147 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:54.658195 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.03.18 18:27:54.658277 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.18 18:27:54.658322 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::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.03.18 18:27:54.658361 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.18 18:27:54.658398 [ 192 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.18 18:27:54.659142 [ 190 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252277 sec., 19165.08887410693 rows/sec., 1.60 MiB/sec. 2026.03.18 18:27:54.659318 [ 198 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 18:27:54.659619 [ 198 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:54.659696 [ 198 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_5_1} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 18:27:54.659787 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.18 18:27:54.832840 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47608 2026.03.18 18:27:54.832954 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.832979 [ 288 ] {} TCP-Session: d442b3d7-9fbb-4b1e-b85c-fc915671e61d Authenticating user 'default' from [fd00:1122:3344:101::e]:47608 2026.03.18 18:27:54.833001 [ 288 ] {} TCP-Session: d442b3d7-9fbb-4b1e-b85c-fc915671e61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833014 [ 288 ] {} TCP-Session: d442b3d7-9fbb-4b1e-b85c-fc915671e61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833181 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65403 2026.03.18 18:27:54.833199 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55269 2026.03.18 18:27:54.833229 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55639 2026.03.18 18:27:54.833257 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63720 2026.03.18 18:27:54.833288 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58553 2026.03.18 18:27:54.833324 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833345 [ 288 ] {} TCP-Session: d442b3d7-9fbb-4b1e-b85c-fc915671e61d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:54.833361 [ 290 ] {} TCP-Session: 870ae283-edfe-4ac7-9d94-faff5b69b78f Authenticating user 'default' from [fd00:1122:3344:101::e]:55269 2026.03.18 18:27:54.833301 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833399 [ 290 ] {} TCP-Session: 870ae283-edfe-4ac7-9d94-faff5b69b78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833278 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63380 2026.03.18 18:27:54.833429 [ 289 ] {} TCP-Session: 6d2ee74e-9c5a-4f85-b934-93d4ee1ad094 Authenticating user 'default' from [fd00:1122:3344:101::e]:65403 2026.03.18 18:27:54.833429 [ 290 ] {} TCP-Session: 870ae283-edfe-4ac7-9d94-faff5b69b78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833498 [ 289 ] {} TCP-Session: 6d2ee74e-9c5a-4f85-b934-93d4ee1ad094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833232 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60851 2026.03.18 18:27:54.833524 [ 289 ] {} TCP-Session: 6d2ee74e-9c5a-4f85-b934-93d4ee1ad094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833527 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} executeQuery: (from [fd00:1122:3344:101::e]:47608) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:27:54.833227 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34259 2026.03.18 18:27:54.833691 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833734 [ 291 ] {} TCP-Session: d04f42ee-4d72-4940-8a01-c3f8884a4e3d Authenticating user 'default' from [fd00:1122:3344:101::e]:55639 2026.03.18 18:27:54.833757 [ 291 ] {} TCP-Session: d04f42ee-4d72-4940-8a01-c3f8884a4e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833770 [ 291 ] {} TCP-Session: d04f42ee-4d72-4940-8a01-c3f8884a4e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833802 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833812 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:27:54.833837 [ 292 ] {} TCP-Session: 1ff7df29-950d-456b-9f46-2b24e3121f50 Authenticating user 'default' from [fd00:1122:3344:101::e]:34259 2026.03.18 18:27:54.833839 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833858 [ 292 ] {} TCP-Session: 1ff7df29-950d-456b-9f46-2b24e3121f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833880 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:54.833888 [ 292 ] {} TCP-Session: 1ff7df29-950d-456b-9f46-2b24e3121f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833883 [ 286 ] {} TCP-Session: 7fc03a2b-307d-4cc1-8353-d9f6499d35e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58553 2026.03.18 18:27:54.833806 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.833930 [ 286 ] {} TCP-Session: 7fc03a2b-307d-4cc1-8353-d9f6499d35e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833954 [ 294 ] {} TCP-Session: 77ac8138-3084-4650-8977-e326ea87ed8a Authenticating user 'default' from [fd00:1122:3344:101::e]:63720 2026.03.18 18:27:54.833955 [ 286 ] {} TCP-Session: 7fc03a2b-307d-4cc1-8353-d9f6499d35e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.833983 [ 294 ] {} TCP-Session: 77ac8138-3084-4650-8977-e326ea87ed8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.834002 [ 294 ] {} TCP-Session: 77ac8138-3084-4650-8977-e326ea87ed8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.834091 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.834124 [ 293 ] {} TCP-Session: afc0626f-cdc2-4ac0-b10d-bd88216cb23e Authenticating user 'default' from [fd00:1122:3344:101::e]:60851 2026.03.18 18:27:54.834141 [ 293 ] {} TCP-Session: afc0626f-cdc2-4ac0-b10d-bd88216cb23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.834154 [ 293 ] {} TCP-Session: afc0626f-cdc2-4ac0-b10d-bd88216cb23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.834167 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:54.834197 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:27:54.834211 [ 259 ] {} TCP-Session: ff424cc6-40b3-4395-89a8-8b2dd0ea225c Authenticating user 'default' from [fd00:1122:3344:101::e]:63380 2026.03.18 18:27:54.834237 [ 259 ] {} TCP-Session: ff424cc6-40b3-4395-89a8-8b2dd0ea225c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.834250 [ 259 ] {} TCP-Session: ff424cc6-40b3-4395-89a8-8b2dd0ea225c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.835149 [ 330 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} AggregatingTransform: Aggregating 2026.03.18 18:27:54.835192 [ 330 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} Aggregator: Aggregation method: without_key 2026.03.18 18:27:54.835228 [ 330 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000927852 sec. (1077.758 rows/sec., 42.10 KiB/sec.) 2026.03.18 18:27:54.835246 [ 330 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} Aggregator: Merging aggregated data 2026.03.18 18:27:54.836576 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} executeQuery: Read 1 rows, 40.00 B in 0.00311 sec., 321.54340836012864 rows/sec., 12.56 KiB/sec. 2026.03.18 18:27:54.836730 [ 288 ] {85ae016b-a68c-464a-9b45-de2b49d9e847} TCPHandler: Processed in 0.003507187 sec. 2026.03.18 18:27:54.836858 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.836889 [ 288 ] {} TCP-Session: d442b3d7-9fbb-4b1e-b85c-fc915671e61d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.836888 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.836903 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.836927 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.836951 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.836964 [ 259 ] {} TCP-Session: ff424cc6-40b3-4395-89a8-8b2dd0ea225c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.836985 [ 294 ] {} TCP-Session: 77ac8138-3084-4650-8977-e326ea87ed8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.837003 [ 290 ] {} TCP-Session: 870ae283-edfe-4ac7-9d94-faff5b69b78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.836989 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.837036 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.837012 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.837070 [ 291 ] {} TCP-Session: d04f42ee-4d72-4940-8a01-c3f8884a4e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.837083 [ 286 ] {} TCP-Session: 7fc03a2b-307d-4cc1-8353-d9f6499d35e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.837105 [ 292 ] {} TCP-Session: 1ff7df29-950d-456b-9f46-2b24e3121f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.836952 [ 289 ] {} TCP-Session: 6d2ee74e-9c5a-4f85-b934-93d4ee1ad094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:54.836993 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:54.837196 [ 293 ] {} TCP-Session: afc0626f-cdc2-4ac0-b10d-bd88216cb23e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824105 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54971 2026.03.18 18:27:55.824223 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824248 [ 286 ] {} TCP-Session: 3d71162a-534f-4f74-8c7b-8904255738d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54971 2026.03.18 18:27:55.824270 [ 286 ] {} TCP-Session: 3d71162a-534f-4f74-8c7b-8904255738d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824282 [ 286 ] {} TCP-Session: 3d71162a-534f-4f74-8c7b-8904255738d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824447 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42124 2026.03.18 18:27:55.824512 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53440 2026.03.18 18:27:55.824526 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55258 2026.03.18 18:27:55.824553 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63320 2026.03.18 18:27:55.824566 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824589 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824614 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824617 [ 287 ] {} TCP-Session: 808bbc0b-3a9c-4251-9f32-a8d5add7ea50 Authenticating user 'default' from [fd00:1122:3344:101::e]:42124 2026.03.18 18:27:55.824635 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824645 [ 291 ] {} TCP-Session: f39dc01e-2d8a-450c-a08e-353608a728eb Authenticating user 'default' from [fd00:1122:3344:101::e]:55258 2026.03.18 18:27:55.824656 [ 287 ] {} TCP-Session: 808bbc0b-3a9c-4251-9f32-a8d5add7ea50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824667 [ 294 ] {} TCP-Session: 882f859c-b825-443a-899e-0942a649769c Authenticating user 'default' from [fd00:1122:3344:101::e]:63320 2026.03.18 18:27:55.824681 [ 287 ] {} TCP-Session: 808bbc0b-3a9c-4251-9f32-a8d5add7ea50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824678 [ 291 ] {} TCP-Session: f39dc01e-2d8a-450c-a08e-353608a728eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824698 [ 294 ] {} TCP-Session: 882f859c-b825-443a-899e-0942a649769c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824691 [ 286 ] {} TCP-Session: 3d71162a-534f-4f74-8c7b-8904255738d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:55.824732 [ 294 ] {} TCP-Session: 882f859c-b825-443a-899e-0942a649769c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824726 [ 291 ] {} TCP-Session: f39dc01e-2d8a-450c-a08e-353608a728eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824631 [ 290 ] {} TCP-Session: 6a0e9bad-29fc-4460-9c87-d85a78e99f08 Authenticating user 'default' from [fd00:1122:3344:101::e]:53440 2026.03.18 18:27:55.824548 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55281 2026.03.18 18:27:55.824820 [ 290 ] {} TCP-Session: 6a0e9bad-29fc-4460-9c87-d85a78e99f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824540 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48228 2026.03.18 18:27:55.824873 [ 290 ] {} TCP-Session: 6a0e9bad-29fc-4460-9c87-d85a78e99f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824515 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45920 2026.03.18 18:27:55.824928 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.824946 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} executeQuery: (from [fd00:1122:3344:101::e]:54971) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:27:55.824977 [ 293 ] {} TCP-Session: 24c21d70-efea-4ce1-9576-2f3f454385b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:55281 2026.03.18 18:27:55.824984 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.825006 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.825015 [ 293 ] {} TCP-Session: 24c21d70-efea-4ce1-9576-2f3f454385b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825030 [ 292 ] {} TCP-Session: ea742c9a-7997-493f-b198-f5cd6dd8758b Authenticating user 'default' from [fd00:1122:3344:101::e]:48228 2026.03.18 18:27:55.825039 [ 288 ] {} TCP-Session: 89b0577d-2f86-4010-8bd9-06a31e1af4dc Authenticating user 'default' from [fd00:1122:3344:101::e]:45920 2026.03.18 18:27:55.825047 [ 293 ] {} TCP-Session: 24c21d70-efea-4ce1-9576-2f3f454385b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825077 [ 288 ] {} TCP-Session: 89b0577d-2f86-4010-8bd9-06a31e1af4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825069 [ 292 ] {} TCP-Session: ea742c9a-7997-493f-b198-f5cd6dd8758b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825109 [ 288 ] {} TCP-Session: 89b0577d-2f86-4010-8bd9-06a31e1af4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825123 [ 292 ] {} TCP-Session: ea742c9a-7997-493f-b198-f5cd6dd8758b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.824510 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33465 2026.03.18 18:27:55.825214 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:55.825236 [ 289 ] {} TCP-Session: 99d98d3c-49ed-4d79-90d8-ab76c416ba89 Authenticating user 'default' from [fd00:1122:3344:101::e]:33465 2026.03.18 18:27:55.825252 [ 289 ] {} TCP-Session: 99d98d3c-49ed-4d79-90d8-ab76c416ba89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825264 [ 289 ] {} TCP-Session: 99d98d3c-49ed-4d79-90d8-ab76c416ba89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.825302 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:27:55.825380 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:55.825669 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:27:55.826835 [ 304 ] {6665743f-ffed-409a-a27c-6b278152bdfa} AggregatingTransform: Aggregating 2026.03.18 18:27:55.826899 [ 304 ] {6665743f-ffed-409a-a27c-6b278152bdfa} Aggregator: Aggregation method: without_key 2026.03.18 18:27:55.826941 [ 304 ] {6665743f-ffed-409a-a27c-6b278152bdfa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001170746 sec. (854.156 rows/sec., 33.37 KiB/sec.) 2026.03.18 18:27:55.826975 [ 304 ] {6665743f-ffed-409a-a27c-6b278152bdfa} Aggregator: Merging aggregated data 2026.03.18 18:27:55.828113 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} executeQuery: Read 1 rows, 40.00 B in 0.003243 sec., 308.35646006783844 rows/sec., 12.05 KiB/sec. 2026.03.18 18:27:55.828252 [ 286 ] {6665743f-ffed-409a-a27c-6b278152bdfa} TCPHandler: Processed in 0.003729829 sec. 2026.03.18 18:27:55.828354 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828381 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828387 [ 286 ] {} TCP-Session: 3d71162a-534f-4f74-8c7b-8904255738d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828404 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828434 [ 287 ] {} TCP-Session: 808bbc0b-3a9c-4251-9f32-a8d5add7ea50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828449 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828461 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828476 [ 288 ] {} TCP-Session: 89b0577d-2f86-4010-8bd9-06a31e1af4dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828505 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828523 [ 290 ] {} TCP-Session: 6a0e9bad-29fc-4460-9c87-d85a78e99f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828505 [ 294 ] {} TCP-Session: 882f859c-b825-443a-899e-0942a649769c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828556 [ 292 ] {} TCP-Session: ea742c9a-7997-493f-b198-f5cd6dd8758b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828476 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828432 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828648 [ 291 ] {} TCP-Session: f39dc01e-2d8a-450c-a08e-353608a728eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828418 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:55.828680 [ 293 ] {} TCP-Session: 24c21d70-efea-4ce1-9576-2f3f454385b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:55.828707 [ 289 ] {} TCP-Session: 99d98d3c-49ed-4d79-90d8-ab76c416ba89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029116 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47276 2026.03.18 18:27:56.029224 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029248 [ 286 ] {} TCP-Session: 33413e75-01d0-4218-b8d8-e8a02f61b468 Authenticating user 'default' from [fd00:1122:3344:101::e]:47276 2026.03.18 18:27:56.029268 [ 286 ] {} TCP-Session: 33413e75-01d0-4218-b8d8-e8a02f61b468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029280 [ 286 ] {} TCP-Session: 33413e75-01d0-4218-b8d8-e8a02f61b468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029472 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46069 2026.03.18 18:27:56.029495 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47783 2026.03.18 18:27:56.029506 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56663 2026.03.18 18:27:56.029545 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52980 2026.03.18 18:27:56.029527 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64053 2026.03.18 18:27:56.029610 [ 286 ] {} TCP-Session: 33413e75-01d0-4218-b8d8-e8a02f61b468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:56.029624 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029608 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029662 [ 294 ] {} TCP-Session: d2a717f0-cc3b-45d2-8ad7-68cde5d2d285 Authenticating user 'default' from [fd00:1122:3344:101::e]:52980 2026.03.18 18:27:56.029594 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029690 [ 291 ] {} TCP-Session: 45e32614-7ebe-4ebc-9208-7b68b22a6d62 Authenticating user 'default' from [fd00:1122:3344:101::e]:56663 2026.03.18 18:27:56.029695 [ 294 ] {} TCP-Session: d2a717f0-cc3b-45d2-8ad7-68cde5d2d285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029719 [ 287 ] {} TCP-Session: 4e6462fd-bdaf-486b-9592-d5756d2b9f4c Authenticating user 'default' from [fd00:1122:3344:101::e]:46069 2026.03.18 18:27:56.029728 [ 291 ] {} TCP-Session: 45e32614-7ebe-4ebc-9208-7b68b22a6d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029735 [ 294 ] {} TCP-Session: d2a717f0-cc3b-45d2-8ad7-68cde5d2d285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029756 [ 291 ] {} TCP-Session: 45e32614-7ebe-4ebc-9208-7b68b22a6d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029749 [ 287 ] {} TCP-Session: 4e6462fd-bdaf-486b-9592-d5756d2b9f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029704 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029788 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} executeQuery: (from [fd00:1122:3344:101::e]:47276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:27:56.029828 [ 293 ] {} TCP-Session: ec50835d-3b7e-45ca-abba-3db6440ab26e Authenticating user 'default' from [fd00:1122:3344:101::e]:64053 2026.03.18 18:27:56.029786 [ 287 ] {} TCP-Session: 4e6462fd-bdaf-486b-9592-d5756d2b9f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029868 [ 293 ] {} TCP-Session: ec50835d-3b7e-45ca-abba-3db6440ab26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029592 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.029894 [ 293 ] {} TCP-Session: ec50835d-3b7e-45ca-abba-3db6440ab26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.029922 [ 290 ] {} TCP-Session: 8d084d8a-92db-4411-9add-4c9828911881 Authenticating user 'default' from [fd00:1122:3344:101::e]:47783 2026.03.18 18:27:56.029519 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33484 2026.03.18 18:27:56.029486 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55216 2026.03.18 18:27:56.029486 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58908 2026.03.18 18:27:56.029951 [ 290 ] {} TCP-Session: 8d084d8a-92db-4411-9add-4c9828911881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030061 [ 290 ] {} TCP-Session: 8d084d8a-92db-4411-9add-4c9828911881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030066 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.030066 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.030087 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:27:56.030102 [ 292 ] {} TCP-Session: 5b8bde7e-dca3-4a08-9072-91815ade662a Authenticating user 'default' from [fd00:1122:3344:101::e]:33484 2026.03.18 18:27:56.030106 [ 288 ] {} TCP-Session: 5f6e3662-5099-465c-b053-ff02a655894e Authenticating user 'default' from [fd00:1122:3344:101::e]:55216 2026.03.18 18:27:56.030090 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:27:56.030150 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:27:56.030173 [ 289 ] {} TCP-Session: ebda4902-a06d-444b-9755-1d88d516fd93 Authenticating user 'default' from [fd00:1122:3344:101::e]:58908 2026.03.18 18:27:56.030144 [ 288 ] {} TCP-Session: 5f6e3662-5099-465c-b053-ff02a655894e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030202 [ 289 ] {} TCP-Session: ebda4902-a06d-444b-9755-1d88d516fd93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030218 [ 288 ] {} TCP-Session: 5f6e3662-5099-465c-b053-ff02a655894e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030231 [ 289 ] {} TCP-Session: ebda4902-a06d-444b-9755-1d88d516fd93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030142 [ 292 ] {} TCP-Session: 5b8bde7e-dca3-4a08-9072-91815ade662a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030275 [ 292 ] {} TCP-Session: 5b8bde7e-dca3-4a08-9072-91815ade662a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.030449 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:27:56.031453 [ 311 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} AggregatingTransform: Aggregating 2026.03.18 18:27:56.031514 [ 311 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} Aggregator: Aggregation method: without_key 2026.03.18 18:27:56.031554 [ 311 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001007703 sec. (992.356 rows/sec., 38.76 KiB/sec.) 2026.03.18 18:27:56.031570 [ 311 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} Aggregator: Merging aggregated data 2026.03.18 18:27:56.032790 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} executeQuery: Read 1 rows, 40.00 B in 0.003055 sec., 327.33224222585926 rows/sec., 12.79 KiB/sec. 2026.03.18 18:27:56.032931 [ 286 ] {070b6143-c7f5-4bcc-8d8f-abe1f96cfe55} TCPHandler: Processed in 0.003459836 sec. 2026.03.18 18:27:56.033032 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033061 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033061 [ 286 ] {} TCP-Session: 33413e75-01d0-4218-b8d8-e8a02f61b468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033093 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033106 [ 287 ] {} TCP-Session: 4e6462fd-bdaf-486b-9592-d5756d2b9f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033111 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033144 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033164 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033175 [ 293 ] {} TCP-Session: ec50835d-3b7e-45ca-abba-3db6440ab26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033197 [ 292 ] {} TCP-Session: 5b8bde7e-dca3-4a08-9072-91815ade662a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033212 [ 289 ] {} TCP-Session: ebda4902-a06d-444b-9755-1d88d516fd93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033132 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033094 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033280 [ 288 ] {} TCP-Session: 5f6e3662-5099-465c-b053-ff02a655894e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033182 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:27:56.033305 [ 291 ] {} TCP-Session: 45e32614-7ebe-4ebc-9208-7b68b22a6d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033139 [ 290 ] {} TCP-Session: 8d084d8a-92db-4411-9add-4c9828911881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:56.033346 [ 294 ] {} TCP-Session: d2a717f0-cc3b-45d2-8ad7-68cde5d2d285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:27:57.080209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8154 2026.03.18 18:27:57.080794 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.080840 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.081423 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:57.081657 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.081785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8154 2026.03.18 18:27:57.152440 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.152719 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:27:57.152823 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:27:57.153665 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.153703 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.154092 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:27:57.154337 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.154486 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} executeQuery: Read 4 rows, 334.00 B in 0.001841 sec., 2172.7322107550244 rows/sec., 177.17 KiB/sec. 2026.03.18 18:27:57.154531 [ 260 ] {bbc6868b-863c-4da6-b7fa-824f3c3df20f} TCPHandler: Processed in 0.00226871 sec. 2026.03.18 18:27:57.154649 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.154743 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:27:57.154783 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:27:57.155201 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.155235 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.155542 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:27:57.155755 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.155880 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} executeQuery: Read 78 rows, 6.56 KiB in 0.001155 sec., 67532.46753246753 rows/sec., 5.55 MiB/sec. 2026.03.18 18:27:57.155917 [ 260 ] {f4c6f300-8d7f-414c-82ca-18432f54c784} TCPHandler: Processed in 0.001319377 sec. 2026.03.18 18:27:57.156031 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.156124 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:27:57.156164 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:27:57.156547 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.156583 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.156874 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:27:57.157082 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.157193 [ 120 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:27:57.157210 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} executeQuery: Read 14 rows, 1.03 KiB in 0.001105 sec., 12669.68325791855 rows/sec., 933.26 KiB/sec. 2026.03.18 18:27:57.157260 [ 120 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.157268 [ 260 ] {e6b0ba89-3dab-44bb-a9ab-4aa12b15e9da} TCPHandler: Processed in 0.001290256 sec. 2026.03.18 18:27:57.157290 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.157398 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.157427 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:27:57.157498 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:27:57.157543 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:27:57.157579 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:27:57.157622 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 209 rows starting from the beginning of the part 2026.03.18 18:27:57.157694 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:57.157744 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part 2026.03.18 18:27:57.157787 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2026.03.18 18:27:57.157833 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part 2026.03.18 18:27:57.157882 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.03.18 18:27:57.157976 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.158017 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.158364 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:27:57.158610 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.158739 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} executeQuery: Read 78 rows, 6.24 KiB in 0.001258 sec., 62003.179650238475 rows/sec., 4.85 MiB/sec. 2026.03.18 18:27:57.158772 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 319 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405658 sec., 226939.98113339092 rows/sec., 16.03 MiB/sec. 2026.03.18 18:27:57.158777 [ 260 ] {c33081a3-4739-4945-b2ca-0d3279b76eb6} TCPHandler: Processed in 0.00142829 sec. 2026.03.18 18:27:57.158910 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.158921 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:27:57.159012 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:57.159061 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:27:57.159175 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.159248 [ 190 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_16_3} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:27:57.159318 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:27:57.159477 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.159517 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.159851 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:27:57.160058 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.160184 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} executeQuery: Read 162 rows, 11.55 KiB in 0.00119 sec., 136134.4537815126 rows/sec., 9.48 MiB/sec. 2026.03.18 18:27:57.160224 [ 260 ] {23e4f536-442e-4d5c-bc96-1956c9a86d26} TCPHandler: Processed in 0.001363468 sec. 2026.03.18 18:27:57.160329 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.160421 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:27:57.160475 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} 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.03.18 18:27:57.161209 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.161245 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.161745 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:27:57.161963 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.162099 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} executeQuery: Read 10 rows, 18.35 KiB in 0.001695 sec., 5899.705014749263 rows/sec., 10.57 MiB/sec. 2026.03.18 18:27:57.162154 [ 260 ] {3db0fe56-ae07-494c-b8e4-fb1825bb6c7b} TCPHandler: Processed in 0.001875225 sec. 2026.03.18 18:27:57.162260 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:27:57.162355 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:27:57.162397 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:27:57.162729 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.162764 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.163067 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:27:57.163270 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.163397 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.03.18 18:27:57.163432 [ 260 ] {900bb82b-6c0b-480b-995f-b86c05b732ed} TCPHandler: Processed in 0.001221366 sec. 2026.03.18 18:27:57.505421 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.18 18:27:57.521684 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:57.521746 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:57.528133 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:27:57.528882 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:57.531601 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.18 18:27:58.000244 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 238.59 MiB, peak 247.84 MiB, free memory in arenas 0.00 B, will set to 239.88 MiB (RSS), difference: 1.29 MiB 2026.03.18 18:27:59.595226 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 486 2026.03.18 18:27:59.597386 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:27:59.597431 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:27:59.598624 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:27:59.598888 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:27:59.599131 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 486 2026.03.18 18:28:02.152764 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.152957 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:02.153031 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:02.153729 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.153774 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.154169 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:02.154396 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.154545 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} executeQuery: Read 114 rows, 9.89 KiB in 0.001639 sec., 69554.60646735814 rows/sec., 5.89 MiB/sec. 2026.03.18 18:28:02.154588 [ 260 ] {6f6ec949-1ca6-4dd3-bed4-31a450cedba8} TCPHandler: Processed in 0.001956096 sec. 2026.03.18 18:28:02.154709 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.154808 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:02.154848 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:02.155264 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.155302 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.155605 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:28:02.155810 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.155937 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} executeQuery: Read 29 rows, 2.18 KiB in 0.00115 sec., 25217.391304347828 rows/sec., 1.85 MiB/sec. 2026.03.18 18:28:02.155974 [ 260 ] {bb8bfda9-fadc-4f19-8593-e149b2724a9f} TCPHandler: Processed in 0.001317768 sec. 2026.03.18 18:28:02.156085 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.156178 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:02.156217 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:02.156639 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.156675 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.156975 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:02.157183 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.157311 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} executeQuery: Read 93 rows, 7.44 KiB in 0.00115 sec., 80869.56521739131 rows/sec., 6.32 MiB/sec. 2026.03.18 18:28:02.157348 [ 260 ] {970ffe95-a80d-4886-9d92-8ef952278b9c} TCPHandler: Processed in 0.001313257 sec. 2026.03.18 18:28:02.157465 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.157558 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:02.157602 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:02.158001 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.158036 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.158369 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:02.158576 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.158702 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.03.18 18:28:02.158738 [ 260 ] {da327b6e-cd99-4139-a8f5-232923e52f8f} TCPHandler: Processed in 0.001323728 sec. 2026.03.18 18:28:02.158844 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.158937 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:02.158991 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} 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.03.18 18:28:02.159777 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.159813 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.160335 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:28:02.160557 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.160676 [ 115 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:28:02.160691 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} executeQuery: Read 29 rows, 53.21 KiB in 0.001772 sec., 16365.688487584652 rows/sec., 29.33 MiB/sec. 2026.03.18 18:28:02.160773 [ 115 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.160796 [ 260 ] {dc8c76fa-caf6-4519-a8cb-5c0a62f1a402} TCPHandler: Processed in 0.002000867 sec. 2026.03.18 18:28:02.160814 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.160911 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:02.160965 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:28:02.161011 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:02.161058 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:02.161303 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:02.161382 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:02.161398 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 204 rows starting from the beginning of the part 2026.03.18 18:28:02.161426 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:02.161570 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:02.161675 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:02.161745 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:02.161763 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:02.161859 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:02.161955 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:02.161970 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.162108 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.03.18 18:28:02.162144 [ 260 ] {fc5eb64c-3f5f-4889-86c3-a7d5b7b10640} TCPHandler: Processed in 0.001283177 sec. 2026.03.18 18:28:02.165012 [ 198 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 19 columns (19 merged, 0 gathered) in 0.004111635 sec., 75639.00978564488 rows/sec., 135.54 MiB/sec. 2026.03.18 18:28:02.165534 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:28:02.165884 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:02.165955 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_16_3} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:28:02.166038 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. 2026.03.18 18:28:04.505078 [ 113 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:28:04.505132 [ 113 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:28:04.582749 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8602 2026.03.18 18:28:04.583247 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:04.583291 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:04.583770 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:28:04.583997 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:04.584131 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8602 2026.03.18 18:28:05.034824 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.18 18:28:05.053069 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:05.053154 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:05.059585 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:28:05.060359 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:05.065592 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.18 18:28:07.150973 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.151169 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:07.151243 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:07.151927 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.151977 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.152367 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:07.152613 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.152768 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} executeQuery: Read 76 rows, 6.41 KiB in 0.001652 sec., 46004.84261501211 rows/sec., 3.79 MiB/sec. 2026.03.18 18:28:07.152817 [ 260 ] {492a7ce1-f163-415f-9912-01219c4ae910} TCPHandler: Processed in 0.001977927 sec. 2026.03.18 18:28:07.152943 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.153044 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:07.153088 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:07.153500 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.153538 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.153833 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:28:07.154045 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.154188 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} executeQuery: Read 10 rows, 770.00 B in 0.001167 sec., 8568.98029134533 rows/sec., 644.35 KiB/sec. 2026.03.18 18:28:07.154226 [ 260 ] {6d9a4a2d-30d1-4bfb-b3be-616c6d493217} TCPHandler: Processed in 0.001336918 sec. 2026.03.18 18:28:07.154342 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.154437 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:07.154477 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:07.154888 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.154923 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.155225 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:07.155429 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.155555 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} executeQuery: Read 74 rows, 5.92 KiB in 0.001138 sec., 65026.36203866433 rows/sec., 5.08 MiB/sec. 2026.03.18 18:28:07.155592 [ 260 ] {71d1a53b-7049-46f8-8203-f3e4ba6beebe} TCPHandler: Processed in 0.001299978 sec. 2026.03.18 18:28:07.155705 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.155799 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:07.155842 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:07.156239 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.156273 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.156596 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:07.156822 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.156953 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.03.18 18:28:07.156989 [ 260 ] {be9ea8f4-b42f-4b87-ae98-dc99772f5670} TCPHandler: Processed in 0.001333797 sec. 2026.03.18 18:28:07.157099 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.157191 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:07.157245 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} 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.03.18 18:28:07.157971 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.158005 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.158517 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:28:07.158736 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.158870 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} executeQuery: Read 10 rows, 18.35 KiB in 0.001697 sec., 5892.751915144373 rows/sec., 10.56 MiB/sec. 2026.03.18 18:28:07.158929 [ 260 ] {ec9c0f38-dfae-4ff7-99b2-eba380ee6ced} TCPHandler: Processed in 0.001879785 sec. 2026.03.18 18:28:07.159034 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:07.159122 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:07.159161 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:07.159470 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:07.159501 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. 2026.03.18 18:28:07.159779 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:07.160043 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:07.160165 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.03.18 18:28:07.160200 [ 260 ] {7770b206-1a69-4257-93ff-f89bc811e952} TCPHandler: Processed in 0.001211316 sec. 2026.03.18 18:28:09.599340 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 510 2026.03.18 18:28:09.601393 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:09.601449 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:09.602604 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:28:09.602873 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:09.603209 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 510 2026.03.18 18:28:12.084473 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9114 2026.03.18 18:28:12.085009 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.085057 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.085560 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:28:12.085805 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.085934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9114 2026.03.18 18:28:12.154690 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.154867 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.154930 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:28:12.155540 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.155579 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.155962 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:28:12.156197 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.156348 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} executeQuery: Read 24 rows, 2.04 KiB in 0.001529 sec., 15696.533682145193 rows/sec., 1.30 MiB/sec. 2026.03.18 18:28:12.156389 [ 260 ] {b92747a5-4914-4418-85e9-1a9259d08183} TCPHandler: Processed in 0.001821585 sec. 2026.03.18 18:28:12.156505 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.156599 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:28:12.156639 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:28:12.157016 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.157050 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.157335 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:28:12.157546 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.157671 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} executeQuery: Read 6 rows, 501.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 448.86 KiB/sec. 2026.03.18 18:28:12.157709 [ 260 ] {4d36ab41-4973-401f-b2ae-c9ac0ad3aff2} TCPHandler: Processed in 0.001254946 sec. 2026.03.18 18:28:12.157811 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.157904 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:12.157942 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:12.158444 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.158480 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.158818 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:12.159027 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.159154 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} executeQuery: Read 237 rows, 21.57 KiB in 0.001267 sec., 187056.03788476717 rows/sec., 16.62 MiB/sec. 2026.03.18 18:28:12.159191 [ 260 ] {eacb7530-213c-489d-b9d8-23046dc30ceb} TCPHandler: Processed in 0.001428879 sec. 2026.03.18 18:28:12.159295 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.159388 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.159427 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:12.159818 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.159851 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.160144 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:28:12.160345 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.160470 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} executeQuery: Read 47 rows, 3.56 KiB in 0.001101 sec., 42688.46503178928 rows/sec., 3.16 MiB/sec. 2026.03.18 18:28:12.160506 [ 260 ] {5adeba9b-1b3e-45b3-afc9-7e927a965e22} TCPHandler: Processed in 0.001261147 sec. 2026.03.18 18:28:12.160620 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.160712 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.160750 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:28:12.161135 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.161175 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.161469 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:28:12.161674 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.161801 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} executeQuery: Read 24 rows, 2.04 KiB in 0.001106 sec., 21699.8191681736 rows/sec., 1.80 MiB/sec. 2026.03.18 18:28:12.161839 [ 260 ] {d7b643ba-f4a6-448d-9768-c99139df1057} TCPHandler: Processed in 0.001268447 sec. 2026.03.18 18:28:12.161958 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.162078 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.162128 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:28:12.162603 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.162648 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.162984 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:28:12.163199 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.163330 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} executeQuery: Read 12 rows, 960.00 B in 0.001276 sec., 9404.388714733543 rows/sec., 734.72 KiB/sec. 2026.03.18 18:28:12.163370 [ 260 ] {70fd6a53-76ad-4b28-8512-ce0507bd4090} TCPHandler: Processed in 0.001473629 sec. 2026.03.18 18:28:12.163487 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.163607 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:12.163657 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:12.164200 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.164244 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.164630 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:12.164870 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.165007 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} executeQuery: Read 135 rows, 11.18 KiB in 0.001425 sec., 94736.84210526316 rows/sec., 7.66 MiB/sec. 2026.03.18 18:28:12.165046 [ 260 ] {72465f67-e2b0-4134-9d05-ab1577590acf} TCPHandler: Processed in 0.001620691 sec. 2026.03.18 18:28:12.165153 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.165247 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.165289 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:12.165681 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.165716 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.166065 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:12.166269 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.166403 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} executeQuery: Read 199 rows, 14.61 KiB in 0.001175 sec., 169361.70212765958 rows/sec., 12.14 MiB/sec. 2026.03.18 18:28:12.166439 [ 260 ] {4fd70a8e-28c2-4cf8-ad6a-0ef62c580cd1} TCPHandler: Processed in 0.001335008 sec. 2026.03.18 18:28:12.166546 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.166639 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.166691 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} 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.03.18 18:28:12.167461 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.167497 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.168019 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:28:12.168235 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.168377 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} executeQuery: Read 29 rows, 53.21 KiB in 0.001756 sec., 16514.806378132118 rows/sec., 29.59 MiB/sec. 2026.03.18 18:28:12.168427 [ 260 ] {8d07edc0-9746-42c8-b39a-14f49c64fd0e} TCPHandler: Processed in 0.001928965 sec. 2026.03.18 18:28:12.168533 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:12.168626 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:12.168668 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:12.168992 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.169026 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.169326 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:12.169533 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.169661 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.03.18 18:28:12.169696 [ 260 ] {fd8ae519-9ecd-43aa-a1ae-1ede8ea446a1} TCPHandler: Processed in 0.001211706 sec. 2026.03.18 18:28:12.565921 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.18 18:28:12.583017 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:12.583085 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:12.589875 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:28:12.590572 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:12.593430 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.18 18:28:17.151824 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.152031 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:17.152095 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:17.152730 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.152773 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.153164 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:17.153410 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.153564 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} executeQuery: Read 76 rows, 6.41 KiB in 0.001585 sec., 47949.526813880126 rows/sec., 3.95 MiB/sec. 2026.03.18 18:28:17.153598 [ 100 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:17.153605 [ 260 ] {06d0f72b-a177-425c-a9a2-c931a7b2b3cd} TCPHandler: Processed in 0.001912215 sec. 2026.03.18 18:28:17.153691 [ 100 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.153723 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.153795 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.153864 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:28:17.153894 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:17.153956 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:17.154042 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:17.154087 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1004 rows starting from the beginning of the part 2026.03.18 18:28:17.154154 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2026.03.18 18:28:17.154196 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 114 rows starting from the beginning of the part 2026.03.18 18:28:17.154241 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 76 rows starting from the beginning of the part 2026.03.18 18:28:17.154283 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part 2026.03.18 18:28:17.154324 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part 2026.03.18 18:28:17.154378 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.154420 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.154756 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:28:17.154988 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.155125 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} executeQuery: Read 10 rows, 770.00 B in 0.001249 sec., 8006.40512409928 rows/sec., 602.04 KiB/sec. 2026.03.18 18:28:17.155162 [ 260 ] {e33bd3c8-73dc-4d2d-bd08-5d4c9ec3bbe4} TCPHandler: Processed in 0.001427829 sec. 2026.03.18 18:28:17.155276 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.155370 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:17.155409 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:17.155496 [ 198 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1585 rows, containing 5 columns (5 merged, 0 gathered) in 0.001695453 sec., 934853.3990620796 rows/sec., 80.73 MiB/sec. 2026.03.18 18:28:17.155727 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:17.155817 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.155860 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.156164 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.156202 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:17.156279 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_26_5} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:17.156370 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.18 18:28:17.156461 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.156596 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} executeQuery: Read 74 rows, 5.92 KiB in 0.001244 sec., 59485.53054662379 rows/sec., 4.64 MiB/sec. 2026.03.18 18:28:17.156607 [ 100 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:17.156634 [ 260 ] {4eee6808-9c75-4649-a340-9276441c5ec6} TCPHandler: Processed in 0.001410709 sec. 2026.03.18 18:28:17.156646 [ 100 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.156687 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.156759 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.156765 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:28:17.156862 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:17.156877 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:17.156909 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 599 rows starting from the beginning of the part 2026.03.18 18:28:17.156912 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:17.156963 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2026.03.18 18:28:17.157009 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 93 rows starting from the beginning of the part 2026.03.18 18:28:17.157048 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part 2026.03.18 18:28:17.157085 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 135 rows starting from the beginning of the part 2026.03.18 18:28:17.157120 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part 2026.03.18 18:28:17.157410 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.157461 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.157909 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:17.157996 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1053 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264416 sec., 832795.5356464961 rows/sec., 65.74 MiB/sec. 2026.03.18 18:28:17.158167 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.158224 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:17.158316 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. 2026.03.18 18:28:17.158302 [ 100 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:17.158362 [ 260 ] {03a19606-0a6f-40eb-b37c-9d8a606cc796} TCPHandler: Processed in 0.001652052 sec. 2026.03.18 18:28:17.158381 [ 100 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.158497 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.158524 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.158600 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:17.158620 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.158660 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:28:17.158660 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} 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.03.18 18:28:17.158722 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_26_5} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:17.158758 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:17.158789 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3546 rows starting from the beginning of the part 2026.03.18 18:28:17.158823 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.03.18 18:28:17.158842 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2026.03.18 18:28:17.158885 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:28:17.158923 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.03.18 18:28:17.158959 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 199 rows starting from the beginning of the part 2026.03.18 18:28:17.159010 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.18 18:28:17.159500 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.159543 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.160128 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:28:17.160366 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.160505 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} executeQuery: Read 10 rows, 18.35 KiB in 0.001924 sec., 5197.505197505197 rows/sec., 9.31 MiB/sec. 2026.03.18 18:28:17.160560 [ 260 ] {59e77b7d-5cff-49cd-820d-a0bd7f6bd0dc} TCPHandler: Processed in 0.002112908 sec. 2026.03.18 18:28:17.160673 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:17.160768 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:17.160810 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:17.160958 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4387 rows, containing 5 columns (5 merged, 0 gathered) in 0.002326261 sec., 1885858.8954549811 rows/sec., 132.30 MiB/sec. 2026.03.18 18:28:17.161144 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.161185 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.161348 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:17.161503 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:17.161698 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.161765 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.161786 [ 198 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_26_5} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:17.161875 [ 100 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:17.161877 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.03.18 18:28:17.161904 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2026.03.18 18:28:17.161913 [ 100 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:17.161948 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:17.161950 [ 260 ] {83bed82b-cb34-468b-b853-c438096683f8} TCPHandler: Processed in 0.001326857 sec. 2026.03.18 18:28:17.162018 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:17.162111 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:17.162213 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2026.03.18 18:28:17.162257 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:17.162288 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:17.162319 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:17.162348 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:17.162381 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:17.163209 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001219716 sec., 1180602.697677164 rows/sec., 79.02 MiB/sec. 2026.03.18 18:28:17.163472 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:17.163709 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:17.163774 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_26_5} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:17.163833 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.18 18:28:19.505169 [ 97 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:28:19.505225 [ 97 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:28:19.586130 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9562 2026.03.18 18:28:19.586890 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:19.586958 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:19.587522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:28:19.587753 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:19.587885 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9562 2026.03.18 18:28:19.603515 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 542 2026.03.18 18:28:19.605741 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:19.605785 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:19.606967 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:28:19.607236 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:19.607476 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 542 2026.03.18 18:28:20.093618 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.18 18:28:20.110468 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:20.110520 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:20.116414 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:28:20.117140 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:20.119836 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.18 18:28:22.152878 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.153076 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:22.153152 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:22.153823 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.153872 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.154282 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:22.154513 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.154666 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} executeQuery: Read 114 rows, 9.89 KiB in 0.001641 sec., 69469.83546617915 rows/sec., 5.88 MiB/sec. 2026.03.18 18:28:22.154716 [ 260 ] {8909ab82-e5c7-4446-a83b-59a6436b132b} TCPHandler: Processed in 0.001970637 sec. 2026.03.18 18:28:22.154841 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.154942 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.154986 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:22.155398 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.155436 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.155738 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:28:22.155967 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.156073 [ 94 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:28:22.156098 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} executeQuery: Read 29 rows, 2.18 KiB in 0.001177 sec., 24638.912489379778 rows/sec., 1.81 MiB/sec. 2026.03.18 18:28:22.156144 [ 94 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.156152 [ 260 ] {45d61916-ff72-4aa0-8b80-ac382babb7a0} TCPHandler: Processed in 0.001362149 sec. 2026.03.18 18:28:22.156174 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.156273 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.156291 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:28:22.156375 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:22.156419 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:22.156421 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:22.156467 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 211 rows starting from the beginning of the part 2026.03.18 18:28:22.156531 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:22.156578 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:22.156623 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 47 rows starting from the beginning of the part 2026.03.18 18:28:22.156666 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:22.156710 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:22.156865 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.156912 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.157275 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:22.157499 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.157589 [ 191 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346117 sec., 249606.83209557564 rows/sec., 17.72 MiB/sec. 2026.03.18 18:28:22.157644 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} executeQuery: Read 93 rows, 7.44 KiB in 0.001275 sec., 72941.17647058822 rows/sec., 5.70 MiB/sec. 2026.03.18 18:28:22.157694 [ 260 ] {ee0042c5-408c-4ae9-a44e-dd5f91a9e8c8} TCPHandler: Processed in 0.001471308 sec. 2026.03.18 18:28:22.157761 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:28:22.157809 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.157912 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.157958 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:22.158024 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.158097 [ 196 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_21_4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:28:22.158169 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:28:22.158357 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.158399 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.158773 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:22.158990 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.159117 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2026.03.18 18:28:22.159153 [ 260 ] {376d68af-7152-4d65-b156-b64fffa3d517} TCPHandler: Processed in 0.001395269 sec. 2026.03.18 18:28:22.159260 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.159363 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.159419 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} 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.03.18 18:28:22.160218 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.160256 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.160818 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:28:22.161046 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.161186 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} executeQuery: Read 29 rows, 53.21 KiB in 0.001841 sec., 15752.308527973928 rows/sec., 28.23 MiB/sec. 2026.03.18 18:28:22.161239 [ 260 ] {6476f327-c9a5-4820-8aba-c4f3f39e6ebb} TCPHandler: Processed in 0.002029967 sec. 2026.03.18 18:28:22.161351 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.161447 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.161489 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:22.161815 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.161851 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.162163 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:22.162377 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.162503 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.03.18 18:28:22.162538 [ 260 ] {27bbfa8c-f926-4f84-8595-fe5233da191c} TCPHandler: Processed in 0.001237527 sec. 2026.03.18 18:28:22.755333 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.755607 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.756009 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.756059 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.756347 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.756415 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.756556 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.18 18:28:22.756653 [ 342 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.756659 [ 311 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.756718 [ 317 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.756723 [ 332 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.756902 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.756932 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.757026 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.757047 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.757082 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.757123 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.757158 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.757194 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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.03.18 18:28:22.758165 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} executeQuery: Read 42 rows, 1.69 KiB in 0.002676 sec., 15695.06726457399 rows/sec., 631.70 KiB/sec. 2026.03.18 18:28:22.758301 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} MemoryTracker: Peak memory usage (for query): 147.70 KiB. 2026.03.18 18:28:22.758317 [ 260 ] {53dfc31a-47a8-462c-a7f5-80f77da7c649} TCPHandler: Processed in 0.003118061 sec. 2026.03.18 18:28:22.758613 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.758752 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.758974 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.759012 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.759225 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.759277 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.759383 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.18 18:28:22.759446 [ 332 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.759448 [ 342 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.759459 [ 317 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.759448 [ 323 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.759598 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.759619 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.759699 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.759717 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.759748 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.759779 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.759807 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.759834 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.760539 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} executeQuery: Read 42 rows, 1.69 KiB in 0.001846 sec., 22751.89599133261 rows/sec., 915.73 KiB/sec. 2026.03.18 18:28:22.760668 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} MemoryTracker: Peak memory usage (for query): 145.76 KiB. 2026.03.18 18:28:22.760683 [ 260 ] {5fddba2b-68f0-4be2-bc80-50953617b692} TCPHandler: Processed in 0.002120168 sec. 2026.03.18 18:28:22.760918 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.761053 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.761275 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.761312 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.761532 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.761585 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.761684 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.18 18:28:22.761748 [ 323 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.761754 [ 342 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.761756 [ 297 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.761777 [ 319 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.761898 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.761919 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.762001 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.762019 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.762051 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.762084 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.762118 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.762148 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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.03.18 18:28:22.762809 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} executeQuery: Read 42 rows, 1.69 KiB in 0.001813 sec., 23166.023166023166 rows/sec., 932.39 KiB/sec. 2026.03.18 18:28:22.762925 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} MemoryTracker: Peak memory usage (for query): 147.74 KiB. 2026.03.18 18:28:22.762941 [ 260 ] {d4ee55bb-40b4-4f49-8844-3297d32210b7} TCPHandler: Processed in 0.002073568 sec. 2026.03.18 18:28:22.763244 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.763389 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.763615 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.763653 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.763870 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.763924 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.764025 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.18 18:28:22.764078 [ 296 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.764088 [ 319 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.764095 [ 297 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.764109 [ 323 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.764208 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.764231 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.764332 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.764363 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.764396 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.764425 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.764454 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.764482 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.765215 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} executeQuery: Read 42 rows, 1.69 KiB in 0.001884 sec., 22292.993630573248 rows/sec., 897.26 KiB/sec. 2026.03.18 18:28:22.765342 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} MemoryTracker: Peak memory usage (for query): 146.46 KiB. 2026.03.18 18:28:22.765357 [ 260 ] {9e46537a-e084-4724-a0dc-935b44b0a83b} TCPHandler: Processed in 0.002165819 sec. 2026.03.18 18:28:22.765573 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.765712 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.765938 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.765976 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.766193 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.766245 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.766345 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.18 18:28:22.766403 [ 319 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.766418 [ 296 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.766422 [ 297 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.766428 [ 340 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.766547 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.766573 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.766650 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.766668 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.766698 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.766729 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.766758 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.766785 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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.03.18 18:28:22.767434 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} executeQuery: Read 42 rows, 1.69 KiB in 0.00178 sec., 23595.50561797753 rows/sec., 949.68 KiB/sec. 2026.03.18 18:28:22.767554 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} MemoryTracker: Peak memory usage (for query): 146.86 KiB. 2026.03.18 18:28:22.767568 [ 260 ] {d8b1d1d6-0c3b-4bbd-a099-895c641022ef} TCPHandler: Processed in 0.002046617 sec. 2026.03.18 18:28:22.767780 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.767917 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.768136 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.768174 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.768390 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.768442 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.768536 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.18 18:28:22.768584 [ 319 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.768593 [ 296 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.768607 [ 323 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.768610 [ 340 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.768709 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.768735 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.768811 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.768828 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.768858 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.768889 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.768917 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.768944 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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.03.18 18:28:22.769666 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} executeQuery: Read 42 rows, 1.69 KiB in 0.001807 sec., 23242.944106253457 rows/sec., 935.49 KiB/sec. 2026.03.18 18:28:22.769792 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} MemoryTracker: Peak memory usage (for query): 146.95 KiB. 2026.03.18 18:28:22.769809 [ 260 ] {4f7a261c-5f07-4580-831a-07ce6c01b307} TCPHandler: Processed in 0.002079438 sec. 2026.03.18 18:28:22.905472 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.905620 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.905854 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.905893 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.906119 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.906173 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.906276 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.18 18:28:22.906341 [ 319 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.906352 [ 323 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.906374 [ 343 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.906351 [ 296 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.906488 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.906509 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.906590 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.906608 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.906638 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.906670 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.906698 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.906738 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.03.18 18:28:22.907447 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} executeQuery: Read 42 rows, 1.69 KiB in 0.001888 sec., 22245.76271186441 rows/sec., 895.35 KiB/sec. 2026.03.18 18:28:22.907572 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} MemoryTracker: Peak memory usage (for query): 147.18 KiB. 2026.03.18 18:28:22.907587 [ 260 ] {b4b75480-fe9c-42df-85dd-b1383aefc013} TCPHandler: Processed in 0.002170809 sec. 2026.03.18 18:28:22.959969 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.960154 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} executeQuery: (from [fd00:1122:3344:101::d]:53675) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.960442 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.18 18:28:22.960489 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.960765 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.960830 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:22.960967 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.18 18:28:22.961035 [ 319 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.18 18:28:22.961058 [ 296 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.18 18:28:22.961060 [ 343 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.18 18:28:22.961060 [ 310 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.18 18:28:22.961189 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.18 18:28:22.961217 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.18 18:28:22.961297 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.18 18:28:22.961315 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (SelectExecutor): Reading approx. 42 rows with 4 streams 2026.03.18 18:28:22.961347 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.961377 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.961405 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.961433 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', '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.03.18 18:28:22.962258 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} executeQuery: Read 42 rows, 1.69 KiB in 0.002193 sec., 19151.846785225716 rows/sec., 770.83 KiB/sec. 2026.03.18 18:28:22.962384 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} MemoryTracker: Peak memory usage (for query): 147.71 KiB. 2026.03.18 18:28:22.962400 [ 260 ] {dab9fbdd-ac7d-4334-81f9-8924e73a4b89} TCPHandler: Processed in 0.002493483 sec. 2026.03.18 18:28:22.964335 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.964443 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.18 18:28:22.964485 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.18 18:28:22.964973 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.965015 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.965472 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:28:22.965669 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.965822 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} executeQuery: Read 8 rows, 1.66 KiB in 0.001409 sec., 5677.785663591199 rows/sec., 1.15 MiB/sec. 2026.03.18 18:28:22.965868 [ 260 ] {19482542-afe5-43d8-988a-eda4b504d3e3} TCPHandler: Processed in 0.001584171 sec. 2026.03.18 18:28:22.965988 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.966081 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:28:22.966122 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:28:22.966533 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.966567 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.966851 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:28:22.967062 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.967189 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} executeQuery: Read 2 rows, 167.00 B in 0.001126 sec., 1776.1989342806394 rows/sec., 144.84 KiB/sec. 2026.03.18 18:28:22.967226 [ 260 ] {ab0296d5-f756-4971-842f-2225ae055249} TCPHandler: Processed in 0.001286507 sec. 2026.03.18 18:28:22.967342 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.967435 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:22.967473 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:22.969262 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.969298 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.969710 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:28:22.969935 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.970066 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} executeQuery: Read 1957 rows, 151.20 KiB in 0.002649 sec., 738769.3469233674 rows/sec., 55.74 MiB/sec. 2026.03.18 18:28:22.970104 [ 260 ] {b965b7d9-8398-4848-8870-c09ebd5adc3f} TCPHandler: Processed in 0.002811597 sec. 2026.03.18 18:28:22.970220 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.970315 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.970354 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:22.970792 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.970828 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.971156 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:28:22.971376 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.971502 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} executeQuery: Read 21 rows, 1.57 KiB in 0.001206 sec., 17412.935323383084 rows/sec., 1.27 MiB/sec. 2026.03.18 18:28:22.971539 [ 260 ] {d50583d4-933e-481e-91e0-4133c70e9fe8} TCPHandler: Processed in 0.001369208 sec. 2026.03.18 18:28:22.971646 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.971739 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.971779 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:28:22.972455 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.972491 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.972805 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:28:22.973012 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.973100 [ 93 ] {} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.18 18:28:22.973135 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} executeQuery: Read 708 rows, 42.29 KiB in 0.001413 sec., 501061.5711252654 rows/sec., 29.23 MiB/sec. 2026.03.18 18:28:22.973136 [ 93 ] {} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.973167 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.973172 [ 260 ] {38779185-016d-464e-b5bc-252759b2c8cc} TCPHandler: Processed in 0.001574591 sec. 2026.03.18 18:28:22.973266 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::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.03.18 18:28:22.973288 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.973383 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:22.973392 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.973422 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 149 rows starting from the beginning of the part 2026.03.18 18:28:22.973445 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 18:28:22.973487 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.18 18:28:22.973534 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part 2026.03.18 18:28:22.973577 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:22.973613 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:22.973651 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 708 rows starting from the beginning of the part 2026.03.18 18:28:22.973837 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.973878 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.974190 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.18 18:28:22.974424 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.974549 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} executeQuery: Read 1 rows, 72.00 B in 0.001175 sec., 851.063829787234 rows/sec., 59.84 KiB/sec. 2026.03.18 18:28:22.974586 [ 260 ] {c3a949c3-a558-4f24-a5a4-9f67d15faf49} TCPHandler: Processed in 0.001352538 sec. 2026.03.18 18:28:22.974615 [ 191 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390608 sec., 775919.5977586783 rows/sec., 50.85 MiB/sec. 2026.03.18 18:28:22.974692 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.974785 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.18 18:28:22.974790 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:22.974846 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:22.975035 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.975102 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_6_1} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.18 18:28:22.975165 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.03.18 18:28:22.975667 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.975708 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.976067 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:28:22.976278 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.976407 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} executeQuery: Read 1021 rows, 72.03 KiB in 0.001635 sec., 624464.8318042813 rows/sec., 43.02 MiB/sec. 2026.03.18 18:28:22.976444 [ 260 ] {90882b90-0b69-469b-870d-26cecc3880a7} TCPHandler: Processed in 0.001801514 sec. 2026.03.18 18:28:22.976552 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.976646 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.976688 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:22.978773 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.978808 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.979556 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:28:22.979775 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.979905 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} executeQuery: Read 5193 rows, 349.74 KiB in 0.003277 sec., 1584681.1107720477 rows/sec., 104.23 MiB/sec. 2026.03.18 18:28:22.979950 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} MemoryTracker: Peak memory usage (for query): 4.17 MiB. 2026.03.18 18:28:22.979965 [ 260 ] {7417ee73-8973-4b76-8255-6c4a8239d899} TCPHandler: Processed in 0.003463235 sec. 2026.03.18 18:28:22.980077 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.980171 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.980226 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} 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.03.18 18:28:22.980948 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.980984 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.981492 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:28:22.981716 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.981811 [ 93 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:28:22.981838 [ 93 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.981852 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} executeQuery: Read 19 rows, 34.86 KiB in 0.001699 sec., 11183.048852266038 rows/sec., 20.04 MiB/sec. 2026.03.18 18:28:22.981854 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.981913 [ 260 ] {6cc4d086-8756-42df-a3e9-e6593999e880} TCPHandler: Processed in 0.001884385 sec. 2026.03.18 18:28:22.981946 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:28:22.982021 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:22.982120 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:22.982161 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:22.982164 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:22.982245 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 311 rows starting from the beginning of the part 2026.03.18 18:28:22.982443 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:22.982474 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:22.982517 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:22.982607 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:22.982767 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:22.982836 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:28:22.982921 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:22.983060 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.983082 [ 191 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 19 rows starting from the beginning of the part 2026.03.18 18:28:22.983200 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} executeQuery: Read 12 rows, 848.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 754.21 KiB/sec. 2026.03.18 18:28:22.983250 [ 260 ] {ec0342dc-a94f-4e07-80dd-78bef6d43297} TCPHandler: Processed in 0.001277747 sec. 2026.03.18 18:28:22.986677 [ 188 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 19 columns (19 merged, 0 gathered) in 0.004766953 sec., 85589.26425328717 rows/sec., 153.37 MiB/sec. 2026.03.18 18:28:22.987429 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:28:22.987776 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:22.987839 [ 193 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_21_4} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:28:22.987942 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.03.18 18:28:23.581988 [ 91 ] {} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 18:28:23.582086 [ 91 ] {} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:23.582124 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:23.582279 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::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.03.18 18:28:23.582410 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:23.582443 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.18 18:28:23.582509 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.18 18:28:23.582555 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:23.582594 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:23.582633 [ 191 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:23.583431 [ 188 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217866 sec., 525509.3745945777 rows/sec., 36.53 MiB/sec. 2026.03.18 18:28:23.583665 [ 201 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 18:28:23.583999 [ 201 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:23.584082 [ 201 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_5_1} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 18:28:23.584176 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.18 18:28:24.000271 [ 91 ] {} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 18:28:24.000355 [ 91 ] {} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:24.000392 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:24.000535 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::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.03.18 18:28:24.000705 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:24.000757 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.18 18:28:24.000856 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.18 18:28:24.000928 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:24.000993 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:24.001055 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:24.001900 [ 201 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424859 sec., 233005.51142253372 rows/sec., 14.63 MiB/sec. 2026.03.18 18:28:24.002072 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 18:28:24.002318 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:24.002381 [ 191 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_5_1} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 18:28:24.002440 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.18 18:28:27.087957 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10074 2026.03.18 18:28:27.088486 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.088522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.089032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:28:27.089262 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.089384 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10074 2026.03.18 18:28:27.089398 [ 88 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:28:27.089447 [ 88 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.089471 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.089606 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.089759 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:27.089801 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7642 rows starting from the beginning of the part 2026.03.18 18:28:27.089898 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.089951 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.089998 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.090043 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.090095 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:28:27.092110 [ 191 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10074 rows, containing 4 columns (4 merged, 0 gathered) in 0.002565034 sec., 3927433.3205719693 rows/sec., 56.18 MiB/sec. 2026.03.18 18:28:27.092472 [ 191 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:28:27.092788 [ 191 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.092872 [ 191 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_21_4} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:28:27.092977 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.03.18 18:28:27.149581 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:27.149750 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:27.149818 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:27.150494 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.150537 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.150893 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:28:27.151128 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.151275 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} executeQuery: Read 56 rows, 4.41 KiB in 0.001571 sec., 35646.08529598982 rows/sec., 2.74 MiB/sec. 2026.03.18 18:28:27.151322 [ 260 ] {3fec4e2a-4ef3-4f35-a599-c11ba0105027} TCPHandler: Processed in 0.001861824 sec. 2026.03.18 18:28:27.151455 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:27.151578 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:27.151628 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:27.152133 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.152176 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.152506 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:28:27.152713 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.152840 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} executeQuery: Read 64 rows, 5.12 KiB in 0.001286 sec., 49766.71850699844 rows/sec., 3.88 MiB/sec. 2026.03.18 18:28:27.152877 [ 260 ] {c973f2f8-0da3-4013-a641-f036ec8fa30a} TCPHandler: Processed in 0.00148388 sec. 2026.03.18 18:28:27.152987 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:27.153080 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:27.153122 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:27.153514 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.153550 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.153884 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:28:27.154112 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.154238 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} executeQuery: Read 128 rows, 9.13 KiB in 0.001177 sec., 108751.06202209005 rows/sec., 7.57 MiB/sec. 2026.03.18 18:28:27.154279 [ 260 ] {2955d7e8-9ed4-44aa-95c3-02ef75469508} TCPHandler: Processed in 0.001342198 sec. 2026.03.18 18:28:27.154391 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:27.154484 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:27.154524 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:27.154860 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.154895 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.155186 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:28:27.155413 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.155562 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} executeQuery: Read 48 rows, 3.31 KiB in 0.001096 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2026.03.18 18:28:27.155598 [ 260 ] {e7211b37-5557-4d49-82c0-9c12ef3a630b} TCPHandler: Processed in 0.001256896 sec. 2026.03.18 18:28:27.619890 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.18 18:28:27.638271 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.638322 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.643929 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:28:27.644648 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.644930 [ 87 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:28:27.644968 [ 87 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:27.644987 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:27.645116 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.648376 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.18 18:28:27.648938 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:27.650355 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.654943 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.18 18:28:27.659255 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.663334 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.667621 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.672034 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:28:27.726108 [ 201 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.081055816 sec., 1961.6112432943737 rows/sec., 10.14 MiB/sec. 2026.03.18 18:28:27.728786 [ 194 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:28:27.731047 [ 194 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:27.731163 [ 194 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_21_4} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:28:27.733125 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.18 18:28:28.001190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.89 MiB, peak 259.43 MiB, free memory in arenas 0.00 B, will set to 253.45 MiB (RSS), difference: 4.56 MiB 2026.03.18 18:28:29.608588 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 598 2026.03.18 18:28:29.611348 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:29.611401 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:29.612676 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.18 18:28:29.612962 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:29.613325 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 598 2026.03.18 18:28:32.152735 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.152914 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:32.152980 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:32.153646 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.153696 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.154089 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:28:32.154312 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.154458 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} executeQuery: Read 114 rows, 9.89 KiB in 0.001592 sec., 71608.04020100502 rows/sec., 6.07 MiB/sec. 2026.03.18 18:28:32.154498 [ 260 ] {e9019a7d-beb7-43ce-9bea-5dcdcafd80d4} TCPHandler: Processed in 0.001886715 sec. 2026.03.18 18:28:32.154621 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.154716 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:32.154757 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:32.155162 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.155198 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.155493 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:32.155728 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.155854 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} executeQuery: Read 29 rows, 2.18 KiB in 0.001156 sec., 25086.50519031142 rows/sec., 1.84 MiB/sec. 2026.03.18 18:28:32.155891 [ 260 ] {7e12bd94-768c-4e2e-9735-8ac7a3201446} TCPHandler: Processed in 0.001322567 sec. 2026.03.18 18:28:32.156005 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.156132 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:32.156183 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:32.156622 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.156658 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.156978 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:28:32.157193 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.157328 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} executeQuery: Read 93 rows, 7.44 KiB in 0.001222 sec., 76104.74631751227 rows/sec., 5.94 MiB/sec. 2026.03.18 18:28:32.157367 [ 260 ] {473cf8d2-92d7-4cfb-83b4-e0d452ffd6a7} TCPHandler: Processed in 0.001423138 sec. 2026.03.18 18:28:32.157474 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.157570 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:32.157614 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:32.158012 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.158048 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.158385 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:28:32.158600 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.158729 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.18 18:28:32.158766 [ 260 ] {32a67524-39dd-4221-94fa-f32ac7fce639} TCPHandler: Processed in 0.001341918 sec. 2026.03.18 18:28:32.158870 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.158965 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:32.159019 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} 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.03.18 18:28:32.159847 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.159884 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.160425 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:28:32.160642 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.160778 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} executeQuery: Read 29 rows, 53.21 KiB in 0.001831 sec., 15838.339705079192 rows/sec., 28.38 MiB/sec. 2026.03.18 18:28:32.160831 [ 260 ] {dbde2316-f03f-4764-b2a4-6a05149c727d} TCPHandler: Processed in 0.002009547 sec. 2026.03.18 18:28:32.160953 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:32.161049 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:32.161092 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:32.161440 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:32.161475 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2026.03.18 18:28:32.161770 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:28:32.161980 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:32.162107 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.03.18 18:28:32.162142 [ 260 ] {ef2b4363-6522-4fa9-9d25-13e69d05827e} TCPHandler: Processed in 0.001239076 sec. 2026.03.18 18:28:34.505291 [ 79 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:28:34.505336 [ 79 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:28:34.589565 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10522 2026.03.18 18:28:34.590436 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:34.590507 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:34.591106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:28:34.591342 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:34.591474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10522 2026.03.18 18:28:34.618714 [ 79 ] {} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 18:28:34.618779 [ 79 ] {} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:34.618806 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:34.618916 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::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.03.18 18:28:34.619162 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:34.619203 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part 2026.03.18 18:28:34.619286 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.18 18:28:34.619356 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:34.619424 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part 2026.03.18 18:28:34.619501 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.03.18 18:28:34.620960 [ 194 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 6 columns (6 merged, 0 gathered) in 0.002085568 sec., 23974.284223770217 rows/sec., 5.68 MiB/sec. 2026.03.18 18:28:34.621111 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 18:28:34.621392 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:34.621451 [ 200 ] {1b111f1c-265e-48f6-ac44-b59cfc7f10f0::all_1_5_1} oximeter.timeseries_schema (1b111f1c-265e-48f6-ac44-b59cfc7f10f0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 18:28:34.621507 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.18 18:28:35.148617 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.18 18:28:35.164135 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:35.164202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:35.170572 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:28:35.171287 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:35.173880 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.18 18:28:37.151861 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.152042 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:37.152108 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:37.152781 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.152831 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.153222 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:28:37.153448 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.153602 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} executeQuery: Read 76 rows, 6.41 KiB in 0.001609 sec., 47234.30702299565 rows/sec., 3.89 MiB/sec. 2026.03.18 18:28:37.153605 [ 76 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:28:37.153645 [ 260 ] {b35d1cf9-7c90-4474-ad9c-ed2ac1415727} TCPHandler: Processed in 0.001938356 sec. 2026.03.18 18:28:37.153687 [ 76 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.153717 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.153787 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.153844 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:28:37.153886 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:37.153932 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:37.153987 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:37.154025 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1005 rows starting from the beginning of the part 2026.03.18 18:28:37.154091 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 114 rows starting from the beginning of the part 2026.03.18 18:28:37.154136 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1957 rows starting from the beginning of the part 2026.03.18 18:28:37.154201 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::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.03.18 18:28:37.154243 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 114 rows starting from the beginning of the part 2026.03.18 18:28:37.154298 [ 186 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 76 rows starting from the beginning of the part 2026.03.18 18:28:37.154353 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.154394 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.154768 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:37.154989 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.155122 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} executeQuery: Read 10 rows, 770.00 B in 0.001254 sec., 7974.481658692185 rows/sec., 599.64 KiB/sec. 2026.03.18 18:28:37.155161 [ 260 ] {9284992b-26b3-4998-b2da-b7ad7e61b869} TCPHandler: Processed in 0.001425899 sec. 2026.03.18 18:28:37.155274 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.155368 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:37.155408 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:37.155838 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.155875 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.155906 [ 200 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.002120778 sec., 1566406.290521686 rows/sec., 128.00 MiB/sec. 2026.03.18 18:28:37.156192 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:28:37.156308 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:28:37.156443 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.156586 [ 76 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:28:37.156591 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} executeQuery: Read 74 rows, 5.92 KiB in 0.00124 sec., 59677.41935483871 rows/sec., 4.66 MiB/sec. 2026.03.18 18:28:37.156625 [ 76 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.156643 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.156649 [ 260 ] {76c9527b-5624-4844-a246-3d656acdc99e} TCPHandler: Processed in 0.001423769 sec. 2026.03.18 18:28:37.156650 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.156744 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_31_6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:28:37.156752 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:28:37.156784 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.156835 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.03.18 18:28:37.156848 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:37.156874 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 601 rows starting from the beginning of the part 2026.03.18 18:28:37.156882 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:37.156916 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 93 rows starting from the beginning of the part 2026.03.18 18:28:37.156931 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:37.156957 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1021 rows starting from the beginning of the part 2026.03.18 18:28:37.156993 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::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.03.18 18:28:37.157024 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 93 rows starting from the beginning of the part 2026.03.18 18:28:37.157056 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 74 rows starting from the beginning of the part 2026.03.18 18:28:37.157352 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.157391 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.157774 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:28:37.157991 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.158013 [ 192 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288126 sec., 1510721.7772174461 rows/sec., 113.73 MiB/sec. 2026.03.18 18:28:37.158097 [ 76 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:28:37.158121 [ 76 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.158125 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.03.18 18:28:37.158138 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.158174 [ 260 ] {f19cc581-b18a-41aa-a118-14edbe698650} TCPHandler: Processed in 0.001440549 sec. 2026.03.18 18:28:37.158189 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:28:37.158216 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:28:37.158289 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.158307 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:37.158342 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4387 rows starting from the beginning of the part 2026.03.18 18:28:37.158386 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:28:37.158392 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:37.158425 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5193 rows starting from the beginning of the part 2026.03.18 18:28:37.158433 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.158459 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} 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.03.18 18:28:37.158473 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part 2026.03.18 18:28:37.158515 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::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.03.18 18:28:37.158516 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_31_6} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:28:37.158551 [ 186 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.03.18 18:28:37.158594 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.18 18:28:37.159256 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.159297 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.159872 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:37.160118 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.160258 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} executeQuery: Read 10 rows, 18.35 KiB in 0.001883 sec., 5310.674455655869 rows/sec., 9.52 MiB/sec. 2026.03.18 18:28:37.160312 [ 260 ] {316c24c1-a933-4230-87e6-5557909f2361} TCPHandler: Processed in 0.002071898 sec. 2026.03.18 18:28:37.160422 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:37.160516 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:37.160558 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:37.160892 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.160928 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.161262 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:28:37.161491 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.161590 [ 76 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:28:37.161617 [ 76 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:37.161619 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.03.18 18:28:37.161634 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:37.161669 [ 260 ] {d1b0d250-b3d3-4228-a380-ca5f5a93412f} TCPHandler: Processed in 0.001296607 sec. 2026.03.18 18:28:37.161731 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:37.161870 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:37.161911 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1440 rows starting from the beginning of the part 2026.03.18 18:28:37.161981 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:37.162029 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:37.162076 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2026.03.18 18:28:37.162109 [ 190 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10188 rows, containing 5 columns (5 merged, 0 gathered) in 0.003916272 sec., 2601453.627327213 rows/sec., 176.61 MiB/sec. 2026.03.18 18:28:37.162118 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::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.03.18 18:28:37.162198 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:37.162411 [ 190 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:28:37.162730 [ 190 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.162808 [ 190 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_31_6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:28:37.162869 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2026.03.18 18:28:37.163323 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001632952 sec., 1028811.6245915373 rows/sec., 68.93 MiB/sec. 2026.03.18 18:28:37.163488 [ 186 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:28:37.163744 [ 186 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:37.163818 [ 186 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_31_6} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:28:37.163889 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.18 18:28:38.000223 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.50 MiB, peak 262.49 MiB, free memory in arenas 0.00 B, will set to 257.27 MiB (RSS), difference: 1.77 MiB 2026.03.18 18:28:39.613939 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 622 2026.03.18 18:28:39.615961 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:39.616003 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:39.617132 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.18 18:28:39.617386 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:39.617550 [ 73 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.18 18:28:39.617631 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2026.03.18 18:28:39.617639 [ 73 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:39.617690 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:39.617873 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:28:39.618808 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:39.619042 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 454 rows starting from the beginning of the part 2026.03.18 18:28:39.619451 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2026.03.18 18:28:39.619812 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:39.620137 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2026.03.18 18:28:39.620449 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2026.03.18 18:28:39.620750 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.03.18 18:28:39.627353 [ 186 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 72 columns (72 merged, 0 gathered) in 0.009569587 sec., 64997.58035534868 rows/sec., 60.10 MiB/sec. 2026.03.18 18:28:39.628276 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.18 18:28:39.628807 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:39.628878 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_16_3} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.18 18:28:39.629061 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. 2026.03.18 18:28:42.091796 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11034 2026.03.18 18:28:42.092312 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.092350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.092829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:42.093052 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.093176 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11034 2026.03.18 18:28:42.154337 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.154645 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.154764 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:28:42.155547 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.155589 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.156002 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:28:42.156254 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.156416 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} executeQuery: Read 24 rows, 2.04 KiB in 0.001871 sec., 12827.365045430251 rows/sec., 1.06 MiB/sec. 2026.03.18 18:28:42.156474 [ 260 ] {699db7b9-00d2-4822-8aca-5a3486c6ced3} TCPHandler: Processed in 0.002343431 sec. 2026.03.18 18:28:42.156598 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.156702 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:28:42.156748 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:28:42.157177 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.157212 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.157526 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:28:42.157752 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.157887 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} executeQuery: Read 6 rows, 501.00 B in 0.00121 sec., 4958.677685950413 rows/sec., 404.35 KiB/sec. 2026.03.18 18:28:42.157927 [ 260 ] {07a9882b-9825-42cd-b58d-b6719ce5189e} TCPHandler: Processed in 0.001381417 sec. 2026.03.18 18:28:42.158033 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.158135 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:42.158176 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:42.158730 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.158765 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.159092 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:28:42.159308 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.159434 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} executeQuery: Read 237 rows, 21.57 KiB in 0.001321 sec., 179409.5382286147 rows/sec., 15.95 MiB/sec. 2026.03.18 18:28:42.159471 [ 260 ] {4ac23660-3d37-4f17-ad8e-a05bb4613f4a} TCPHandler: Processed in 0.00148941 sec. 2026.03.18 18:28:42.159600 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.159697 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.159736 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:42.160144 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.160179 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.160467 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:42.160670 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.160799 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} executeQuery: Read 47 rows, 3.56 KiB in 0.001121 sec., 41926.85102586976 rows/sec., 3.10 MiB/sec. 2026.03.18 18:28:42.160835 [ 260 ] {2cc4b3b4-fbe8-4f34-91c1-52a8ade99639} TCPHandler: Processed in 0.001293607 sec. 2026.03.18 18:28:42.160934 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.161033 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.161074 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:28:42.161471 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.161507 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.161834 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:28:42.162053 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.162181 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} executeQuery: Read 24 rows, 2.04 KiB in 0.001167 sec., 20565.552699228792 rows/sec., 1.71 MiB/sec. 2026.03.18 18:28:42.162220 [ 260 ] {3ae7d29b-a18c-4901-bdbf-fbc1e166e432} TCPHandler: Processed in 0.001335667 sec. 2026.03.18 18:28:42.162321 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.162416 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.162464 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:28:42.162856 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.162890 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.163181 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.18 18:28:42.163404 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.163528 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} executeQuery: Read 12 rows, 960.00 B in 0.001131 sec., 10610.079575596816 rows/sec., 828.91 KiB/sec. 2026.03.18 18:28:42.163565 [ 260 ] {8929e054-5f8f-4223-b77a-c1d3b73ecefd} TCPHandler: Processed in 0.001293297 sec. 2026.03.18 18:28:42.163690 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.163803 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:42.163851 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:42.164394 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.164436 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.164870 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:28:42.165073 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.165198 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} executeQuery: Read 135 rows, 11.18 KiB in 0.001418 sec., 95204.51339915374 rows/sec., 7.70 MiB/sec. 2026.03.18 18:28:42.165241 [ 260 ] {242a8f1a-bd7a-4285-bb69-311eaf6bf03f} TCPHandler: Processed in 0.001610282 sec. 2026.03.18 18:28:42.165359 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.165453 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.165495 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:42.165902 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.165936 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.166261 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:28:42.166479 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.166602 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} executeQuery: Read 199 rows, 14.61 KiB in 0.001168 sec., 170376.7123287671 rows/sec., 12.22 MiB/sec. 2026.03.18 18:28:42.166638 [ 260 ] {a45d09e7-d932-4282-a3d7-304e51b98044} TCPHandler: Processed in 0.001326867 sec. 2026.03.18 18:28:42.166748 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.166840 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.166893 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} 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.03.18 18:28:42.167674 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.167708 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.168239 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:42.168497 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.168635 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} executeQuery: Read 29 rows, 53.21 KiB in 0.001812 sec., 16004.415011037527 rows/sec., 28.68 MiB/sec. 2026.03.18 18:28:42.168689 [ 260 ] {734f8f60-819e-409f-8379-3fe4727c7253} TCPHandler: Processed in 0.001986756 sec. 2026.03.18 18:28:42.168824 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:42.168949 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:42.169008 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:42.169362 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.169397 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.169695 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:28:42.169900 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.170022 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.03.18 18:28:42.170056 [ 260 ] {a1dada9f-a1b2-459c-b961-e3f0ce5c65cd} TCPHandler: Processed in 0.001294857 sec. 2026.03.18 18:28:42.674179 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.18 18:28:42.690080 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:42.690139 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:42.696568 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:28:42.697283 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:42.700722 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.18 18:28:47.152996 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.153240 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:47.153305 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:47.153909 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.153958 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.154349 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:28:47.154573 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.154722 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} executeQuery: Read 76 rows, 6.41 KiB in 0.001544 sec., 49222.79792746114 rows/sec., 4.06 MiB/sec. 2026.03.18 18:28:47.154764 [ 260 ] {75f456e1-0b2c-4a8b-8846-bc2f9b1108dd} TCPHandler: Processed in 0.001920575 sec. 2026.03.18 18:28:47.154879 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.154975 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:47.155017 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:47.155404 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.155442 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.155729 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:47.155938 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.156050 [ 63 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:47.156066 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} executeQuery: Read 10 rows, 770.00 B in 0.00111 sec., 9009.009009009009 rows/sec., 677.44 KiB/sec. 2026.03.18 18:28:47.156122 [ 63 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.156128 [ 260 ] {2e6c186d-793e-4250-bd89-ff93d22f139d} TCPHandler: Processed in 0.001299447 sec. 2026.03.18 18:28:47.156154 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.156250 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.156267 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:28:47.156349 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:47.156394 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:47.156404 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:47.156448 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 211 rows starting from the beginning of the part 2026.03.18 18:28:47.156525 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 21 rows starting from the beginning of the part 2026.03.18 18:28:47.156577 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:47.156625 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:47.156667 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 47 rows starting from the beginning of the part 2026.03.18 18:28:47.156715 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:47.156805 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.156846 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.157228 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:28:47.157459 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.157592 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} executeQuery: Read 74 rows, 5.92 KiB in 0.00126 sec., 58730.15873015873 rows/sec., 4.59 MiB/sec. 2026.03.18 18:28:47.157628 [ 260 ] {c1244789-1982-4be6-ac62-c9141cb7f4ae} TCPHandler: Processed in 0.001427949 sec. 2026.03.18 18:28:47.157662 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 5 columns (5 merged, 0 gathered) in 0.0014442 sec., 227115.35798365876 rows/sec., 16.08 MiB/sec. 2026.03.18 18:28:47.157735 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.157803 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:47.157834 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:47.157883 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:47.158062 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.158137 [ 199 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_26_5} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:47.158212 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:28:47.158271 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.158311 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.158658 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:28:47.158873 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.159005 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.03.18 18:28:47.159043 [ 260 ] {6c621977-3e95-4c23-9e7f-8cc560259a83} TCPHandler: Processed in 0.001357027 sec. 2026.03.18 18:28:47.159140 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.159233 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:47.159286 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} 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.03.18 18:28:47.160001 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.160037 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.160537 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:47.160750 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.160889 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} executeQuery: Read 10 rows, 18.35 KiB in 0.001674 sec., 5973.715651135006 rows/sec., 10.70 MiB/sec. 2026.03.18 18:28:47.160941 [ 260 ] {23a5f004-f7d2-4276-a7ca-080a8bd54d1c} TCPHandler: Processed in 0.001850314 sec. 2026.03.18 18:28:47.161045 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:47.161139 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:47.161180 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:47.161501 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:47.161537 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:47.161818 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:28:47.162006 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:47.162124 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2026.03.18 18:28:47.162157 [ 260 ] {8edc68b2-50c1-4381-867e-765f39fbd319} TCPHandler: Processed in 0.001192476 sec. 2026.03.18 18:28:49.505594 [ 52 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:28:49.505652 [ 52 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:28:49.593353 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11482 2026.03.18 18:28:49.593859 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:49.593906 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:49.594419 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:49.594656 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:49.594815 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11482 2026.03.18 18:28:49.617912 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 654 2026.03.18 18:28:49.620089 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:49.620135 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:49.621250 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.18 18:28:49.621502 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:49.621811 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 654 2026.03.18 18:28:50.200891 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.18 18:28:50.217511 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:50.217581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:50.224115 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:28:50.224825 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:50.227979 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.18 18:28:52.153550 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.153751 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:52.153823 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:52.154576 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.154623 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.155009 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:28:52.155238 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.155387 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} executeQuery: Read 116 rows, 10.09 KiB in 0.001695 sec., 68436.57817109145 rows/sec., 5.81 MiB/sec. 2026.03.18 18:28:52.155428 [ 260 ] {532fa02d-94b1-4d26-bf34-50b2b3ca864a} TCPHandler: Processed in 0.002019127 sec. 2026.03.18 18:28:52.155543 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.155636 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.155675 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:52.156073 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.156108 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.156398 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:52.156602 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.156724 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} executeQuery: Read 30 rows, 2.26 KiB in 0.001106 sec., 27124.773960216997 rows/sec., 1.99 MiB/sec. 2026.03.18 18:28:52.156781 [ 260 ] {7cfe46e6-4536-4fc9-bf0f-d3f76eac38c8} TCPHandler: Processed in 0.001286747 sec. 2026.03.18 18:28:52.156885 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.156978 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:52.157016 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:52.157423 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.157458 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.157755 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:28:52.157959 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.158107 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} executeQuery: Read 94 rows, 7.52 KiB in 0.001147 sec., 81952.92066259809 rows/sec., 6.40 MiB/sec. 2026.03.18 18:28:52.158143 [ 260 ] {a1229bc9-abe9-4761-b138-267cb8e2817f} TCPHandler: Processed in 0.001304836 sec. 2026.03.18 18:28:52.158246 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.158339 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.158382 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:52.158788 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.158825 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.159152 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:28:52.159365 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.159491 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.03.18 18:28:52.159528 [ 260 ] {250252b7-bce4-40cf-ae81-fd10a41b691c} TCPHandler: Processed in 0.001328668 sec. 2026.03.18 18:28:52.159627 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.159720 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.159774 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} 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.03.18 18:28:52.160551 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.160587 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.161100 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:28:52.161312 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.161415 [ 24 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:28:52.161442 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} executeQuery: Read 30 rows, 55.05 KiB in 0.00174 sec., 17241.379310344826 rows/sec., 30.90 MiB/sec. 2026.03.18 18:28:52.161484 [ 24 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.161506 [ 260 ] {dc485829-66ce-4212-b1ca-86c9001f8bc8} TCPHandler: Processed in 0.001925976 sec. 2026.03.18 18:28:52.161509 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.161617 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.161633 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:28:52.161714 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.161759 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:52.161874 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:52.161937 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 408 rows starting from the beginning of the part 2026.03.18 18:28:52.162063 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:52.162080 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.162121 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.162161 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:52.162255 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part 2026.03.18 18:28:52.162339 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.03.18 18:28:52.162426 [ 195 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part 2026.03.18 18:28:52.162430 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:28:52.162653 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.162787 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.03.18 18:28:52.162823 [ 260 ] {168e596c-33a6-427c-8fcd-201528870c61} TCPHandler: Processed in 0.001253917 sec. 2026.03.18 18:28:52.175297 [ 198 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.013708162 sec., 37641.80785140998 rows/sec., 67.45 MiB/sec. 2026.03.18 18:28:52.176105 [ 187 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:28:52.176447 [ 187 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.176522 [ 187 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_26_5} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:28:52.176638 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2026.03.18 18:28:52.563117 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.563393 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:28:52.563486 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:28:52.564110 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.564160 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.564543 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:28:52.564761 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.564911 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} executeQuery: Read 4 rows, 334.00 B in 0.001592 sec., 2512.5628140703516 rows/sec., 204.88 KiB/sec. 2026.03.18 18:28:52.564913 [ 24 ] {} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.18 18:28:52.564953 [ 260 ] {a67d7738-676c-4af1-ad12-1a9f10396eb5} TCPHandler: Processed in 0.002012187 sec. 2026.03.18 18:28:52.564993 [ 24 ] {} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.565023 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.565092 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.565219 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:52.565222 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::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.03.18 18:28:52.565272 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:52.565447 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:52.565498 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2026.03.18 18:28:52.565567 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.03.18 18:28:52.565610 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::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.03.18 18:28:52.565651 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.03.18 18:28:52.565687 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::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.03.18 18:28:52.565722 [ 199 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.03.18 18:28:52.566446 [ 198 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001358778 sec., 27966.30501818546 rows/sec., 2.33 MiB/sec. 2026.03.18 18:28:52.566627 [ 196 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.18 18:28:52.566832 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.566877 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.567011 [ 196 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.567096 [ 196 ] {09f45871-9079-4fd9-a24f-28d4c45d9950::all_1_10_2} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.18 18:28:52.567204 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.18 18:28:52.567438 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:28:52.567754 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.567950 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} executeQuery: Read 1958 rows, 151.27 KiB in 0.002752 sec., 711482.5581395349 rows/sec., 53.68 MiB/sec. 2026.03.18 18:28:52.567999 [ 260 ] {ced0b31a-94a0-4d3d-a3c3-ab3f422496dd} TCPHandler: Processed in 0.002968819 sec. 2026.03.18 18:28:52.568143 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.568256 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.568303 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:28:52.568743 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.568780 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.569079 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:28:52.569294 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.569419 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} executeQuery: Read 23 rows, 1.71 KiB in 0.001187 sec., 19376.57961246841 rows/sec., 1.41 MiB/sec. 2026.03.18 18:28:52.569455 [ 260 ] {7b5e0afa-eac4-4923-92a1-5708ccc162b8} TCPHandler: Processed in 0.001373279 sec. 2026.03.18 18:28:52.569587 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.569680 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.569718 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:28:52.570402 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.570438 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.570764 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:28:52.570975 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.571098 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} executeQuery: Read 708 rows, 42.29 KiB in 0.001436 sec., 493036.21169916436 rows/sec., 28.76 MiB/sec. 2026.03.18 18:28:52.571135 [ 260 ] {5e13c3d6-39e9-4adf-8cb4-e078f88cbc1c} TCPHandler: Processed in 0.001595881 sec. 2026.03.18 18:28:52.571241 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.571334 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.571373 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 18:28:52.571763 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.571798 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.572077 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.18 18:28:52.572279 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.572407 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} executeQuery: Read 1 rows, 72.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 64.45 KiB/sec. 2026.03.18 18:28:52.572443 [ 260 ] {9980ff96-eb85-4ca0-8cdf-74fc42af68a3} TCPHandler: Processed in 0.001249066 sec. 2026.03.18 18:28:52.572564 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.572656 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:52.572694 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:52.573554 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.573588 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.573919 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:28:52.574138 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.574262 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} executeQuery: Read 1023 rows, 72.19 KiB in 0.001624 sec., 629926.1083743842 rows/sec., 43.41 MiB/sec. 2026.03.18 18:28:52.574297 [ 260 ] {5c548f51-ff07-4e13-b396-378a2be94e8b} TCPHandler: Processed in 0.001780874 sec. 2026.03.18 18:28:52.574408 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.574500 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.574543 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:52.575234 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.575267 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.575662 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:28:52.575876 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.576000 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} executeQuery: Read 1219 rows, 78.06 KiB in 0.001518 sec., 803030.303030303 rows/sec., 50.22 MiB/sec. 2026.03.18 18:28:52.576034 [ 260 ] {c416cc81-82ca-4116-8044-e9c185fb31d9} TCPHandler: Processed in 0.001674002 sec. 2026.03.18 18:28:52.576151 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.576244 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.576297 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} 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.03.18 18:28:52.577059 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.577092 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.577589 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:28:52.577807 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.577937 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} executeQuery: Read 19 rows, 34.86 KiB in 0.00171 sec., 11111.111111111111 rows/sec., 19.91 MiB/sec. 2026.03.18 18:28:52.577987 [ 260 ] {df56d900-fe87-494e-8160-7768680d3dcd} TCPHandler: Processed in 0.001882595 sec. 2026.03.18 18:28:52.578092 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:52.578184 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:52.578223 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:52.578528 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:52.578561 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2026.03.18 18:28:52.578845 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:28:52.579052 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:52.579172 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} executeQuery: Read 12 rows, 848.00 B in 0.001007 sec., 11916.583912611717 rows/sec., 822.37 KiB/sec. 2026.03.18 18:28:52.579207 [ 260 ] {9e7fb9c1-e719-4a2e-8af7-bf85b11d913a} TCPHandler: Processed in 0.001161915 sec. 2026.03.18 18:28:54.927221 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47997 2026.03.18 18:28:54.927351 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.927380 [ 286 ] {} TCP-Session: 09228b98-df14-4a7f-98e8-e03bec5e18d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47997 2026.03.18 18:28:54.927404 [ 286 ] {} TCP-Session: 09228b98-df14-4a7f-98e8-e03bec5e18d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927420 [ 286 ] {} TCP-Session: 09228b98-df14-4a7f-98e8-e03bec5e18d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927623 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42404 2026.03.18 18:28:54.927641 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46866 2026.03.18 18:28:54.927690 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41820 2026.03.18 18:28:54.927708 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53489 2026.03.18 18:28:54.927727 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.927747 [ 286 ] {} TCP-Session: 09228b98-df14-4a7f-98e8-e03bec5e18d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:54.927780 [ 287 ] {} TCP-Session: 9f7b4832-a58f-4031-a906-73d2691e32d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:42404 2026.03.18 18:28:54.927701 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42465 2026.03.18 18:28:54.927814 [ 287 ] {} TCP-Session: 9f7b4832-a58f-4031-a906-73d2691e32d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927806 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.927863 [ 287 ] {} TCP-Session: 9f7b4832-a58f-4031-a906-73d2691e32d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927682 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33364 2026.03.18 18:28:54.927903 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.927892 [ 292 ] {} TCP-Session: e4436cb1-416b-4094-9f24-0f9c93be9722 Authenticating user 'default' from [fd00:1122:3344:101::e]:41820 2026.03.18 18:28:54.927949 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} executeQuery: (from [fd00:1122:3344:101::e]:47997) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:28:54.927950 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.927980 [ 292 ] {} TCP-Session: e4436cb1-416b-4094-9f24-0f9c93be9722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927954 [ 288 ] {} TCP-Session: 69db2725-04c9-44a2-9fa0-ddc954725fbc Authenticating user 'default' from [fd00:1122:3344:101::e]:46866 2026.03.18 18:28:54.928014 [ 292 ] {} TCP-Session: e4436cb1-416b-4094-9f24-0f9c93be9722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928008 [ 294 ] {} TCP-Session: 7b47effb-b180-482e-9d99-6abead648e9c Authenticating user 'default' from [fd00:1122:3344:101::e]:53489 2026.03.18 18:28:54.928030 [ 288 ] {} TCP-Session: 69db2725-04c9-44a2-9fa0-ddc954725fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928056 [ 294 ] {} TCP-Session: 7b47effb-b180-482e-9d99-6abead648e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928067 [ 288 ] {} TCP-Session: 69db2725-04c9-44a2-9fa0-ddc954725fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928079 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.928084 [ 294 ] {} TCP-Session: 7b47effb-b180-482e-9d99-6abead648e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928079 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.928126 [ 291 ] {} TCP-Session: 6d3db1f6-53e4-452d-82db-f8e5c6dd858c Authenticating user 'default' from [fd00:1122:3344:101::e]:33364 2026.03.18 18:28:54.927667 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62671 2026.03.18 18:28:54.928175 [ 291 ] {} TCP-Session: 6d3db1f6-53e4-452d-82db-f8e5c6dd858c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928166 [ 293 ] {} TCP-Session: 6472f16a-47a7-482a-afdb-2cf498193174 Authenticating user 'default' from [fd00:1122:3344:101::e]:42465 2026.03.18 18:28:54.928212 [ 291 ] {} TCP-Session: 6d3db1f6-53e4-452d-82db-f8e5c6dd858c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928233 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:28:54.928242 [ 293 ] {} TCP-Session: 6472f16a-47a7-482a-afdb-2cf498193174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.927641 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40872 2026.03.18 18:28:54.928280 [ 293 ] {} TCP-Session: 6472f16a-47a7-482a-afdb-2cf498193174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928302 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:54.928293 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.928363 [ 290 ] {} TCP-Session: cf997124-9fb6-42cf-b6fb-7f8cf5dffcb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:62671 2026.03.18 18:28:54.928381 [ 290 ] {} TCP-Session: cf997124-9fb6-42cf-b6fb-7f8cf5dffcb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928395 [ 290 ] {} TCP-Session: cf997124-9fb6-42cf-b6fb-7f8cf5dffcb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928463 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:54.928498 [ 289 ] {} TCP-Session: ab3188dc-1f8e-4fee-ab80-9d1c36d15702 Authenticating user 'default' from [fd00:1122:3344:101::e]:40872 2026.03.18 18:28:54.928520 [ 289 ] {} TCP-Session: ab3188dc-1f8e-4fee-ab80-9d1c36d15702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928532 [ 289 ] {} TCP-Session: ab3188dc-1f8e-4fee-ab80-9d1c36d15702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.928616 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:28:54.929597 [ 310 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} AggregatingTransform: Aggregating 2026.03.18 18:28:54.929637 [ 310 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} Aggregator: Aggregation method: without_key 2026.03.18 18:28:54.929669 [ 310 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000953752 sec. (1048.491 rows/sec., 40.96 KiB/sec.) 2026.03.18 18:28:54.929688 [ 310 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} Aggregator: Merging aggregated data 2026.03.18 18:28:54.930829 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} executeQuery: Read 1 rows, 40.00 B in 0.002946 sec., 339.4433129667346 rows/sec., 13.26 KiB/sec. 2026.03.18 18:28:54.930939 [ 286 ] {3bd1f93c-9480-49fd-9795-442fee6dc6e4} TCPHandler: Processed in 0.003308915 sec. 2026.03.18 18:28:54.931043 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931072 [ 286 ] {} TCP-Session: 09228b98-df14-4a7f-98e8-e03bec5e18d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931073 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931087 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931107 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931122 [ 287 ] {} TCP-Session: 9f7b4832-a58f-4031-a906-73d2691e32d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931141 [ 288 ] {} TCP-Session: 69db2725-04c9-44a2-9fa0-ddc954725fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931156 [ 294 ] {} TCP-Session: 7b47effb-b180-482e-9d99-6abead648e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931160 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931177 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931191 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931212 [ 291 ] {} TCP-Session: 6d3db1f6-53e4-452d-82db-f8e5c6dd858c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931231 [ 290 ] {} TCP-Session: cf997124-9fb6-42cf-b6fb-7f8cf5dffcb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931253 [ 292 ] {} TCP-Session: e4436cb1-416b-4094-9f24-0f9c93be9722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931142 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931127 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:54.931326 [ 293 ] {} TCP-Session: 6472f16a-47a7-482a-afdb-2cf498193174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:54.931339 [ 289 ] {} TCP-Session: ab3188dc-1f8e-4fee-ab80-9d1c36d15702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984103 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49855 2026.03.18 18:28:55.984226 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.984256 [ 286 ] {} TCP-Session: df453c46-a8ce-4c52-85ea-eac0204292a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49855 2026.03.18 18:28:55.984281 [ 286 ] {} TCP-Session: df453c46-a8ce-4c52-85ea-eac0204292a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984296 [ 286 ] {} TCP-Session: df453c46-a8ce-4c52-85ea-eac0204292a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984474 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39064 2026.03.18 18:28:55.984520 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64531 2026.03.18 18:28:55.984600 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.984617 [ 286 ] {} TCP-Session: df453c46-a8ce-4c52-85ea-eac0204292a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:55.984633 [ 287 ] {} TCP-Session: f29b6c8b-8431-45fe-abb0-9ec73ed6c001 Authenticating user 'default' from [fd00:1122:3344:101::e]:39064 2026.03.18 18:28:55.984653 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.984666 [ 287 ] {} TCP-Session: f29b6c8b-8431-45fe-abb0-9ec73ed6c001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984690 [ 287 ] {} TCP-Session: f29b6c8b-8431-45fe-abb0-9ec73ed6c001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984692 [ 288 ] {} TCP-Session: 938ad944-37d6-4e11-af48-5601a3ce6d2d Authenticating user 'default' from [fd00:1122:3344:101::e]:64531 2026.03.18 18:28:55.984731 [ 288 ] {} TCP-Session: 938ad944-37d6-4e11-af48-5601a3ce6d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984747 [ 288 ] {} TCP-Session: 938ad944-37d6-4e11-af48-5601a3ce6d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.984780 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} executeQuery: (from [fd00:1122:3344:101::e]:49855) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:28:55.985037 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:28:55.985088 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:55.985355 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:28:55.986328 [ 296 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} AggregatingTransform: Aggregating 2026.03.18 18:28:55.986374 [ 296 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} Aggregator: Aggregation method: without_key 2026.03.18 18:28:55.986409 [ 296 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958353 sec. (1043.457 rows/sec., 40.76 KiB/sec.) 2026.03.18 18:28:55.986427 [ 296 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} Aggregator: Merging aggregated data 2026.03.18 18:28:55.987686 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} executeQuery: Read 1 rows, 40.00 B in 0.002957 sec., 338.18058843422386 rows/sec., 13.21 KiB/sec. 2026.03.18 18:28:55.987809 [ 286 ] {be64631d-221a-45b7-8d2e-0ed7b8e3805c} TCPHandler: Processed in 0.003305444 sec. 2026.03.18 18:28:55.987918 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:55.987944 [ 286 ] {} TCP-Session: df453c46-a8ce-4c52-85ea-eac0204292a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.987949 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:55.987991 [ 287 ] {} TCP-Session: f29b6c8b-8431-45fe-abb0-9ec73ed6c001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.988017 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:55.988068 [ 288 ] {} TCP-Session: 938ad944-37d6-4e11-af48-5601a3ce6d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990384 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60650 2026.03.18 18:28:55.990404 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57571 2026.03.18 18:28:55.990421 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40449 2026.03.18 18:28:55.990446 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60008 2026.03.18 18:28:55.990476 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990497 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990525 [ 290 ] {} TCP-Session: 3461ef94-2200-4a24-9bfe-d483403fc2cf Authenticating user 'default' from [fd00:1122:3344:101::e]:60650 2026.03.18 18:28:55.990537 [ 287 ] {} TCP-Session: 3e5dd767-213a-4534-9dce-eb42f901c967 Authenticating user 'default' from [fd00:1122:3344:101::e]:40449 2026.03.18 18:28:55.990492 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990560 [ 290 ] {} TCP-Session: 3461ef94-2200-4a24-9bfe-d483403fc2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990591 [ 291 ] {} TCP-Session: e1970e73-a176-4205-bc08-17219b3aa48c Authenticating user 'default' from [fd00:1122:3344:101::e]:57571 2026.03.18 18:28:55.990605 [ 290 ] {} TCP-Session: 3461ef94-2200-4a24-9bfe-d483403fc2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990630 [ 291 ] {} TCP-Session: e1970e73-a176-4205-bc08-17219b3aa48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990560 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990657 [ 291 ] {} TCP-Session: e1970e73-a176-4205-bc08-17219b3aa48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990568 [ 287 ] {} TCP-Session: 3e5dd767-213a-4534-9dce-eb42f901c967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990688 [ 293 ] {} TCP-Session: 34b3e114-fe00-4f23-81db-8ea15ca95cc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60008 2026.03.18 18:28:55.990706 [ 287 ] {} TCP-Session: 3e5dd767-213a-4534-9dce-eb42f901c967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990730 [ 293 ] {} TCP-Session: 34b3e114-fe00-4f23-81db-8ea15ca95cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990430 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36493 2026.03.18 18:28:55.990755 [ 293 ] {} TCP-Session: 34b3e114-fe00-4f23-81db-8ea15ca95cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990425 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34708 2026.03.18 18:28:55.990861 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990873 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:55.990905 [ 292 ] {} TCP-Session: 7d2a3474-dde9-4fcd-9d6f-3cacbbe92b6e Authenticating user 'default' from [fd00:1122:3344:101::e]:36493 2026.03.18 18:28:55.990911 [ 289 ] {} TCP-Session: cba961c7-e00b-4237-bab8-56595e357e31 Authenticating user 'default' from [fd00:1122:3344:101::e]:34708 2026.03.18 18:28:55.990941 [ 292 ] {} TCP-Session: 7d2a3474-dde9-4fcd-9d6f-3cacbbe92b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990946 [ 289 ] {} TCP-Session: cba961c7-e00b-4237-bab8-56595e357e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990970 [ 292 ] {} TCP-Session: 7d2a3474-dde9-4fcd-9d6f-3cacbbe92b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:55.990978 [ 289 ] {} TCP-Session: cba961c7-e00b-4237-bab8-56595e357e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.61 MiB, peak 273.61 MiB, free memory in arenas 0.00 B, will set to 261.57 MiB (RSS), difference: -12.03 MiB 2026.03.18 18:28:56.005236 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:40449). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005406 [ 287 ] {} TCP-Session: 3e5dd767-213a-4534-9dce-eb42f901c967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.005449 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60008). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005561 [ 293 ] {} TCP-Session: 34b3e114-fe00-4f23-81db-8ea15ca95cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.005590 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36493). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005673 [ 292 ] {} TCP-Session: 7d2a3474-dde9-4fcd-9d6f-3cacbbe92b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.005704 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60650). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005786 [ 290 ] {} TCP-Session: 3461ef94-2200-4a24-9bfe-d483403fc2cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.005809 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34708). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005875 [ 289 ] {} TCP-Session: cba961c7-e00b-4237-bab8-56595e357e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.005903 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:57571). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.18 18:28:56.005968 [ 291 ] {} TCP-Session: e1970e73-a176-4205-bc08-17219b3aa48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054078 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47979 2026.03.18 18:28:56.054160 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054190 [ 290 ] {} TCP-Session: 93314db3-c9f8-4877-93a1-eebe554b1355 Authenticating user 'default' from [fd00:1122:3344:101::e]:47979 2026.03.18 18:28:56.054218 [ 290 ] {} TCP-Session: 93314db3-c9f8-4877-93a1-eebe554b1355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054236 [ 290 ] {} TCP-Session: 93314db3-c9f8-4877-93a1-eebe554b1355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054484 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46267 2026.03.18 18:28:56.054509 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36022 2026.03.18 18:28:56.054521 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57520 2026.03.18 18:28:56.054532 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43181 2026.03.18 18:28:56.054572 [ 290 ] {} TCP-Session: 93314db3-c9f8-4877-93a1-eebe554b1355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:56.054595 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054602 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054603 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054630 [ 286 ] {} TCP-Session: e14a775b-ef69-43c2-86c6-b3eb7d291bdd Authenticating user 'default' from [fd00:1122:3344:101::e]:57520 2026.03.18 18:28:56.054632 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054649 [ 291 ] {} TCP-Session: cf701513-72c7-4dd1-8010-4c17c7658af3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46267 2026.03.18 18:28:56.054657 [ 286 ] {} TCP-Session: e14a775b-ef69-43c2-86c6-b3eb7d291bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054673 [ 287 ] {} TCP-Session: 696e5d54-37a0-40c5-abd9-647e58f94acb Authenticating user 'default' from [fd00:1122:3344:101::e]:43181 2026.03.18 18:28:56.054684 [ 291 ] {} TCP-Session: cf701513-72c7-4dd1-8010-4c17c7658af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054548 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40233 2026.03.18 18:28:56.054747 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} executeQuery: (from [fd00:1122:3344:101::e]:47979) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:28:56.054739 [ 291 ] {} TCP-Session: cf701513-72c7-4dd1-8010-4c17c7658af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054544 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44604 2026.03.18 18:28:56.054822 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054499 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37709 2026.03.18 18:28:56.054866 [ 289 ] {} TCP-Session: 5d523101-5085-4b0f-97f7-8f0950b5d7a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:40233 2026.03.18 18:28:56.054497 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54183 2026.03.18 18:28:56.054899 [ 289 ] {} TCP-Session: 5d523101-5085-4b0f-97f7-8f0950b5d7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054915 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054932 [ 289 ] {} TCP-Session: 5d523101-5085-4b0f-97f7-8f0950b5d7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054932 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054957 [ 288 ] {} TCP-Session: 4fdf28fd-953f-441a-b24c-5cfbc81b11df Authenticating user 'default' from [fd00:1122:3344:101::e]:44604 2026.03.18 18:28:56.054964 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:28:56.054978 [ 293 ] {} TCP-Session: 8fa74f48-d3ea-4e3b-9488-8efd3aa4fac0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37709 2026.03.18 18:28:56.054994 [ 288 ] {} TCP-Session: 4fdf28fd-953f-441a-b24c-5cfbc81b11df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054999 [ 292 ] {} TCP-Session: db45adf6-351c-4ff8-865f-6063def7ad7b Authenticating user 'default' from [fd00:1122:3344:101::e]:54183 2026.03.18 18:28:56.055013 [ 293 ] {} TCP-Session: 8fa74f48-d3ea-4e3b-9488-8efd3aa4fac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055032 [ 292 ] {} TCP-Session: db45adf6-351c-4ff8-865f-6063def7ad7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055046 [ 293 ] {} TCP-Session: 8fa74f48-d3ea-4e3b-9488-8efd3aa4fac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055061 [ 292 ] {} TCP-Session: db45adf6-351c-4ff8-865f-6063def7ad7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055073 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:28:56.054620 [ 294 ] {} TCP-Session: 92bee738-b96c-4d63-8949-9fc7f778239d Authenticating user 'default' from [fd00:1122:3344:101::e]:36022 2026.03.18 18:28:56.055020 [ 288 ] {} TCP-Session: 4fdf28fd-953f-441a-b24c-5cfbc81b11df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055137 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:28:56.055139 [ 294 ] {} TCP-Session: 92bee738-b96c-4d63-8949-9fc7f778239d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054736 [ 287 ] {} TCP-Session: 696e5d54-37a0-40c5-abd9-647e58f94acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055172 [ 294 ] {} TCP-Session: 92bee738-b96c-4d63-8949-9fc7f778239d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055194 [ 287 ] {} TCP-Session: 696e5d54-37a0-40c5-abd9-647e58f94acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.054689 [ 286 ] {} TCP-Session: e14a775b-ef69-43c2-86c6-b3eb7d291bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.055442 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:28:56.056421 [ 311 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} AggregatingTransform: Aggregating 2026.03.18 18:28:56.056461 [ 311 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} Aggregator: Aggregation method: without_key 2026.03.18 18:28:56.056495 [ 311 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958643 sec. (1043.141 rows/sec., 40.75 KiB/sec.) 2026.03.18 18:28:56.056513 [ 311 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} Aggregator: Merging aggregated data 2026.03.18 18:28:56.058158 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} executeQuery: Read 1 rows, 40.00 B in 0.003464 sec., 288.6836027713626 rows/sec., 11.28 KiB/sec. 2026.03.18 18:28:56.058307 [ 290 ] {4f4d522e-a4f2-428c-8b7b-9e53c3b721ae} TCPHandler: Processed in 0.003863721 sec. 2026.03.18 18:28:56.058411 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058440 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058441 [ 290 ] {} TCP-Session: 93314db3-c9f8-4877-93a1-eebe554b1355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058460 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058486 [ 289 ] {} TCP-Session: 5d523101-5085-4b0f-97f7-8f0950b5d7a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058483 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058503 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058577 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058554 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058537 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058634 [ 288 ] {} TCP-Session: 4fdf28fd-953f-441a-b24c-5cfbc81b11df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058656 [ 294 ] {} TCP-Session: 92bee738-b96c-4d63-8949-9fc7f778239d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058678 [ 292 ] {} TCP-Session: db45adf6-351c-4ff8-865f-6063def7ad7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058530 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:28:56.058512 [ 293 ] {} TCP-Session: 8fa74f48-d3ea-4e3b-9488-8efd3aa4fac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058752 [ 291 ] {} TCP-Session: cf701513-72c7-4dd1-8010-4c17c7658af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058549 [ 286 ] {} TCP-Session: e14a775b-ef69-43c2-86c6-b3eb7d291bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:56.058638 [ 287 ] {} TCP-Session: 696e5d54-37a0-40c5-abd9-647e58f94acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:28:57.000251 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.72 MiB, peak 273.61 MiB, free memory in arenas 0.00 B, will set to 261.71 MiB (RSS), difference: 11.99 MiB 2026.03.18 18:28:57.095004 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11994 2026.03.18 18:28:57.095567 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.095616 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.096106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:57.096347 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.096479 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11994 2026.03.18 18:28:57.150815 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:57.151093 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:28:57.151195 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:28:57.151972 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.152014 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.152389 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:28:57.152617 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.152767 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} executeQuery: Read 56 rows, 4.41 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.46 MiB/sec. 2026.03.18 18:28:57.152783 [ 39 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:28:57.152808 [ 260 ] {a798741b-ee5e-4fb8-84fd-b1c6fb6fdf96} TCPHandler: Processed in 0.002167139 sec. 2026.03.18 18:28:57.152873 [ 39 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.152917 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.152962 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:57.153073 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:28:57.153089 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:28:57.153171 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:28:57.153262 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:57.153324 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2886 rows starting from the beginning of the part 2026.03.18 18:28:57.153427 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part 2026.03.18 18:28:57.153503 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part 2026.03.18 18:28:57.153573 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 116 rows starting from the beginning of the part 2026.03.18 18:28:57.153637 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1958 rows starting from the beginning of the part 2026.03.18 18:28:57.153664 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.153683 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part 2026.03.18 18:28:57.153710 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.154062 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:28:57.154283 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.154389 [ 39 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:28:57.154416 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} executeQuery: Read 64 rows, 5.12 KiB in 0.001351 sec., 47372.316802368616 rows/sec., 3.70 MiB/sec. 2026.03.18 18:28:57.154419 [ 39 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.154457 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.154463 [ 260 ] {d2e783d4-edd2-423a-a422-1d4d7cb5914d} TCPHandler: Processed in 0.001560381 sec. 2026.03.18 18:28:57.154551 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:28:57.154578 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:57.154663 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:57.154677 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:28:57.154699 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1548 rows starting from the beginning of the part 2026.03.18 18:28:57.154726 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:28:57.154762 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 135 rows starting from the beginning of the part 2026.03.18 18:28:57.154811 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part 2026.03.18 18:28:57.154849 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 94 rows starting from the beginning of the part 2026.03.18 18:28:57.154900 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1023 rows starting from the beginning of the part 2026.03.18 18:28:57.154947 [ 196 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part 2026.03.18 18:28:57.155104 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.155148 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.155505 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:28:57.155571 [ 199 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5329 rows, containing 5 columns (5 merged, 0 gathered) in 0.002568984 sec., 2074360.9146650974 rows/sec., 168.23 MiB/sec. 2026.03.18 18:28:57.155731 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.155851 [ 39 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:28:57.155874 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} executeQuery: Read 128 rows, 9.13 KiB in 0.001216 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. 2026.03.18 18:28:57.155882 [ 39 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.155916 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.155920 [ 260 ] {1ff7f271-524a-4db4-8f66-8f68876c30c4} TCPHandler: Processed in 0.001390218 sec. 2026.03.18 18:28:57.155918 [ 188 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:28:57.156002 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:28:57.156038 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:28:57.156106 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:57.156134 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:28:57.156142 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10188 rows starting from the beginning of the part 2026.03.18 18:28:57.156177 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:28:57.156209 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 199 rows starting from the beginning of the part 2026.03.18 18:28:57.156258 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.03.18 18:28:57.156290 [ 188 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.156302 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.03.18 18:28:57.156341 [ 189 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2938 rows, containing 5 columns (5 merged, 0 gathered) in 0.001836704 sec., 1599604.5089464607 rows/sec., 119.09 MiB/sec. 2026.03.18 18:28:57.156357 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1219 rows starting from the beginning of the part 2026.03.18 18:28:57.156394 [ 188 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_36_7} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:28:57.156400 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part 2026.03.18 18:28:57.156495 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.156499 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.03.18 18:28:57.156535 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.156563 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:28:57.156888 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:28:57.156921 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.157016 [ 191 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_36_7} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:28:57.157105 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.18 18:28:57.157131 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.157242 [ 39 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:28:57.157266 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} executeQuery: Read 48 rows, 3.31 KiB in 0.00115 sec., 41739.13043478261 rows/sec., 2.81 MiB/sec. 2026.03.18 18:28:57.157271 [ 39 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.157305 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.157309 [ 260 ] {0faa16bd-721b-42a1-b3af-5be74969a7e3} TCPHandler: Processed in 0.001318098 sec. 2026.03.18 18:28:57.157362 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:28:57.157451 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:28:57.157475 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1680 rows starting from the beginning of the part 2026.03.18 18:28:57.157521 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:57.157557 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:57.157589 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.03.18 18:28:57.157621 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part 2026.03.18 18:28:57.157655 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part 2026.03.18 18:28:57.158559 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 4 columns (4 merged, 0 gathered) in 0.001220516 sec., 1573105.1456924775 rows/sec., 105.47 MiB/sec. 2026.03.18 18:28:57.158727 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:28:57.158970 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.159033 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_36_7} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:28:57.159089 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.18 18:28:57.159807 [ 193 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12054 rows, containing 5 columns (5 merged, 0 gathered) in 0.00384564 sec., 3134458.7636908293 rows/sec., 211.50 MiB/sec. 2026.03.18 18:28:57.160156 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:28:57.160418 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.160485 [ 191 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_36_7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:28:57.160567 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2026.03.18 18:28:57.728152 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.18 18:28:57.745784 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:57.745845 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:57.751690 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.18 18:28:57.752400 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:57.755286 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.18 18:28:59.622131 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 698 2026.03.18 18:28:59.624833 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:28:59.624875 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:28:59.626058 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.18 18:28:59.626312 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:28:59.626563 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 698 2026.03.18 18:29:02.154085 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.154280 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:02.154350 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:02.155041 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.155085 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.155465 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:02.155680 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.155823 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} executeQuery: Read 116 rows, 10.09 KiB in 0.001596 sec., 72681.70426065163 rows/sec., 6.17 MiB/sec. 2026.03.18 18:29:02.155864 [ 260 ] {a63ae522-ca1d-4e77-b8ec-95cb4adba94a} TCPHandler: Processed in 0.001913136 sec. 2026.03.18 18:29:02.155979 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.156075 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:02.156113 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:02.156511 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.156548 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.156844 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:29:02.157047 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.157175 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} executeQuery: Read 30 rows, 2.26 KiB in 0.001118 sec., 26833.631484794274 rows/sec., 1.97 MiB/sec. 2026.03.18 18:29:02.157213 [ 260 ] {d69047d6-4a36-4d5f-b99b-12b69f0c7a2b} TCPHandler: Processed in 0.001282337 sec. 2026.03.18 18:29:02.157311 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.157404 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:02.157442 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:02.157847 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.157883 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.158176 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:02.158377 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.158501 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} executeQuery: Read 94 rows, 7.52 KiB in 0.001116 sec., 84229.39068100358 rows/sec., 6.58 MiB/sec. 2026.03.18 18:29:02.158538 [ 260 ] {93c2d668-52e4-41c0-b065-6e5eefaf45b0} TCPHandler: Processed in 0.001275517 sec. 2026.03.18 18:29:02.158642 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.158735 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:02.158777 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:02.159222 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.159266 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.159681 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:02.159912 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.160044 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001327 sec., 120572.72042200451 rows/sec., 8.40 MiB/sec. 2026.03.18 18:29:02.160081 [ 260 ] {f90d46c6-082a-44bb-9e19-b45307d66a7c} TCPHandler: Processed in 0.00148822 sec. 2026.03.18 18:29:02.160210 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.160331 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:02.160396 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} 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.03.18 18:29:02.161264 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.161301 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.161823 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:29:02.162048 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.162186 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} executeQuery: Read 30 rows, 55.05 KiB in 0.00188 sec., 15957.446808510638 rows/sec., 28.60 MiB/sec. 2026.03.18 18:29:02.162240 [ 260 ] {fa0755bb-17ec-4cc4-afff-a70717be201f} TCPHandler: Processed in 0.002092708 sec. 2026.03.18 18:29:02.162347 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:02.162441 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:02.162483 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:02.162818 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:02.162854 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:02.163155 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:02.163361 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:02.163486 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.03.18 18:29:02.163522 [ 260 ] {c1abebc1-d164-4af5-a2af-9a39cd465e03} TCPHandler: Processed in 0.001224936 sec. 2026.03.18 18:29:04.505888 [ 57 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:29:04.505938 [ 57 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:29:04.596644 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12442 2026.03.18 18:29:04.597218 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:04.597274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:04.597831 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:29:04.598078 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:04.598216 [ 57 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:29:04.598223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12442 2026.03.18 18:29:04.598290 [ 57 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:04.598320 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:04.598422 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:29:04.598533 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:04.598570 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10074 rows starting from the beginning of the part 2026.03.18 18:29:04.598631 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.03.18 18:29:04.598673 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.03.18 18:29:04.598713 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.03.18 18:29:04.598749 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.03.18 18:29:04.598788 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.03.18 18:29:04.602364 [ 197 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12442 rows, containing 4 columns (4 merged, 0 gathered) in 0.003986013 sec., 3121414.8072271715 rows/sec., 44.65 MiB/sec. 2026.03.18 18:29:04.602585 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:29:04.602836 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:04.602905 [ 189 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_26_5} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:29:04.602969 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.18 18:29:05.255432 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.18 18:29:05.273761 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:05.273825 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:05.279769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.18 18:29:05.280454 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:05.280796 [ 57 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.18 18:29:05.280872 [ 57 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:05.280898 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:05.281013 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:29:05.283533 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.18 18:29:05.285130 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:05.286750 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.18 18:29:05.291446 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.18 18:29:05.296025 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.18 18:29:05.300302 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.18 18:29:05.305496 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.18 18:29:05.309533 [ 193 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.18 18:29:05.363493 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.082527016 sec., 2374.979849023016 rows/sec., 12.28 MiB/sec. 2026.03.18 18:29:05.365445 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.18 18:29:05.367211 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:05.367309 [ 197 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_26_5} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.18 18:29:05.369029 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.18 18:29:06.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.93 MiB, peak 274.47 MiB, free memory in arenas 0.00 B, will set to 269.59 MiB (RSS), difference: 5.66 MiB 2026.03.18 18:29:07.152004 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.152285 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:07.152390 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:07.153271 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.153319 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.153733 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:07.153961 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.154123 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} executeQuery: Read 76 rows, 6.41 KiB in 0.001914 sec., 39707.419017763845 rows/sec., 3.27 MiB/sec. 2026.03.18 18:29:07.154166 [ 260 ] {eb22daa6-73c1-4428-ad2a-a1c70d79b7b6} TCPHandler: Processed in 0.002348782 sec. 2026.03.18 18:29:07.154287 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.154385 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:07.154426 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:07.154819 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.154855 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.155151 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:29:07.155355 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.155484 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} executeQuery: Read 10 rows, 770.00 B in 0.001118 sec., 8944.543828264757 rows/sec., 672.59 KiB/sec. 2026.03.18 18:29:07.155521 [ 260 ] {d1664da2-4e11-44e9-9b77-d7e9c0325962} TCPHandler: Processed in 0.001284227 sec. 2026.03.18 18:29:07.155626 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.155720 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:07.155760 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:07.156172 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.156208 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.156503 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:07.156712 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.156841 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} executeQuery: Read 74 rows, 5.92 KiB in 0.001138 sec., 65026.36203866433 rows/sec., 5.08 MiB/sec. 2026.03.18 18:29:07.156878 [ 260 ] {279ec956-62f5-4149-baee-c4e46b039080} TCPHandler: Processed in 0.001301708 sec. 2026.03.18 18:29:07.156988 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.157083 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:07.157127 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:07.157524 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.157559 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.157909 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:07.158124 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.158257 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.03.18 18:29:07.158294 [ 260 ] {2bc6ac6e-cfa7-406b-b88f-46932b62a601} TCPHandler: Processed in 0.001359767 sec. 2026.03.18 18:29:07.158402 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.158494 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:07.158549 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} 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.03.18 18:29:07.159289 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.159325 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.159828 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:29:07.160048 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.160183 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} executeQuery: Read 10 rows, 18.35 KiB in 0.001706 sec., 5861.664712778429 rows/sec., 10.50 MiB/sec. 2026.03.18 18:29:07.160236 [ 260 ] {6063998a-4bb0-4071-9cf1-11b23ed88cc4} TCPHandler: Processed in 0.001883555 sec. 2026.03.18 18:29:07.160343 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:07.160438 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:07.160480 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:07.160809 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:07.160844 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:07.161143 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:07.161353 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:07.161485 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.03.18 18:29:07.161522 [ 260 ] {5d3cc3fc-414b-4cf3-987c-7c40950c865f} TCPHandler: Processed in 0.001229177 sec. 2026.03.18 18:29:09.626860 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 722 2026.03.18 18:29:09.628901 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:09.628942 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:09.630063 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.18 18:29:09.630323 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:09.630566 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 722 2026.03.18 18:29:12.098408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12954 2026.03.18 18:29:12.098937 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.098984 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.099488 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:29:12.099713 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.099855 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12954 2026.03.18 18:29:12.155256 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.155450 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.155521 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:29:12.156240 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.156291 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.156732 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:29:12.157016 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.157185 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} executeQuery: Read 24 rows, 2.04 KiB in 0.001788 sec., 13422.818791946309 rows/sec., 1.11 MiB/sec. 2026.03.18 18:29:12.157227 [ 260 ] {c79591f0-4820-4c75-8495-76f0f21584fa} TCPHandler: Processed in 0.002104368 sec. 2026.03.18 18:29:12.157362 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.157484 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:29:12.157534 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:29:12.157999 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.158043 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.158356 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:29:12.158576 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.158713 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} executeQuery: Read 6 rows, 501.00 B in 0.001254 sec., 4784.6889952153115 rows/sec., 390.16 KiB/sec. 2026.03.18 18:29:12.158777 [ 260 ] {28eea3b8-d7ae-46e4-81de-4bedfc38f071} TCPHandler: Processed in 0.001477479 sec. 2026.03.18 18:29:12.158886 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.158981 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:12.159022 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:12.159527 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.159564 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.159890 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:12.160117 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.160271 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} executeQuery: Read 239 rows, 21.77 KiB in 0.001309 sec., 182582.12375859433 rows/sec., 16.24 MiB/sec. 2026.03.18 18:29:12.160309 [ 260 ] {82e94936-c43e-42ab-971d-f00e35827618} TCPHandler: Processed in 0.0014729 sec. 2026.03.18 18:29:12.160416 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.160509 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.160549 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:12.160951 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.160990 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.161295 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:29:12.161508 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.161617 [ 50 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:29:12.161639 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} executeQuery: Read 48 rows, 3.64 KiB in 0.001147 sec., 41848.299912816045 rows/sec., 3.10 MiB/sec. 2026.03.18 18:29:12.161675 [ 50 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.161685 [ 260 ] {bd20a019-07f3-4286-938e-6a10b16abda4} TCPHandler: Processed in 0.001318627 sec. 2026.03.18 18:29:12.161704 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.161796 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.161796 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::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.03.18 18:29:12.161895 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.161901 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:12.161935 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:29:12.161936 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 222 rows starting from the beginning of the part 2026.03.18 18:29:12.161999 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:12.162039 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part 2026.03.18 18:29:12.162078 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:12.162112 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part 2026.03.18 18:29:12.162154 [ 201 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part 2026.03.18 18:29:12.162337 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.162373 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.162667 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:29:12.162885 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.162896 [ 200 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134985 sec., 319828.0153482205 rows/sec., 22.83 MiB/sec. 2026.03.18 18:29:12.163016 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} executeQuery: Read 24 rows, 2.04 KiB in 0.001139 sec., 21071.115013169445 rows/sec., 1.75 MiB/sec. 2026.03.18 18:29:12.163064 [ 260 ] {a86b07a1-64b4-49ef-bd91-a86e0333f257} TCPHandler: Processed in 0.001317757 sec. 2026.03.18 18:29:12.163082 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:29:12.163179 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.163279 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.163319 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:29:12.163403 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.163494 [ 194 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_31_6} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:29:12.163606 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.18 18:29:12.163707 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.163747 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.164050 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.18 18:29:12.164264 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.164391 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} executeQuery: Read 12 rows, 960.00 B in 0.001129 sec., 10628.875110717448 rows/sec., 830.38 KiB/sec. 2026.03.18 18:29:12.164429 [ 260 ] {bce70a14-aaf4-4152-82f6-df8c3be06ad4} TCPHandler: Processed in 0.001299148 sec. 2026.03.18 18:29:12.164540 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.164656 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:12.164703 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:12.165250 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.165295 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.165676 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:12.165926 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.166083 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} executeQuery: Read 136 rows, 11.26 KiB in 0.00145 sec., 93793.10344827587 rows/sec., 7.59 MiB/sec. 2026.03.18 18:29:12.166131 [ 260 ] {cb9fc34d-f172-456b-8d33-4b1793f2a5b2} TCPHandler: Processed in 0.001649682 sec. 2026.03.18 18:29:12.166232 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.166326 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.166369 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:12.166765 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.166802 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.167130 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:12.167339 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.167467 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} executeQuery: Read 199 rows, 14.61 KiB in 0.001159 sec., 171699.7411561691 rows/sec., 12.31 MiB/sec. 2026.03.18 18:29:12.167504 [ 260 ] {91b137cf-9721-4398-9470-423231e2cbd9} TCPHandler: Processed in 0.001320417 sec. 2026.03.18 18:29:12.167608 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.167701 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.167755 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} 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.03.18 18:29:12.168541 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.168577 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.169106 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:29:12.169335 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.169471 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} executeQuery: Read 30 rows, 55.05 KiB in 0.001788 sec., 16778.523489932886 rows/sec., 30.07 MiB/sec. 2026.03.18 18:29:12.169525 [ 260 ] {75d3bada-9f6a-40ec-a5be-a2bea74ad922} TCPHandler: Processed in 0.001966106 sec. 2026.03.18 18:29:12.169630 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:12.169724 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:12.169765 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:12.170092 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.170127 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.170423 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:12.170628 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.170754 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. 2026.03.18 18:29:12.170791 [ 260 ] {83834077-a677-4e2e-8566-32760f7e9a10} TCPHandler: Processed in 0.001210496 sec. 2026.03.18 18:29:12.783680 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.18 18:29:12.799666 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:12.799728 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:12.805940 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.18 18:29:12.806652 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:12.809955 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.18 18:29:17.152649 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.152861 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:17.152935 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:17.153616 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.153666 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.154073 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:29:17.154316 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.154464 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} executeQuery: Read 76 rows, 6.41 KiB in 0.001655 sec., 45921.450151057405 rows/sec., 3.78 MiB/sec. 2026.03.18 18:29:17.154506 [ 260 ] {80593c25-84cc-4033-8951-90ba015f1034} TCPHandler: Processed in 0.001991527 sec. 2026.03.18 18:29:17.154639 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.154735 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:17.154776 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:17.155172 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.155210 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.155497 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:29:17.155717 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.155848 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} executeQuery: Read 10 rows, 770.00 B in 0.001131 sec., 8841.732979664013 rows/sec., 664.86 KiB/sec. 2026.03.18 18:29:17.155887 [ 260 ] {53387520-888b-43a4-be0f-fe344823edf3} TCPHandler: Processed in 0.001298927 sec. 2026.03.18 18:29:17.156010 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.156132 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:17.156181 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:17.156631 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.156668 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.157008 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:29:17.157223 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.157351 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} executeQuery: Read 74 rows, 5.92 KiB in 0.001244 sec., 59485.53054662379 rows/sec., 4.64 MiB/sec. 2026.03.18 18:29:17.157389 [ 260 ] {c131c8bd-4617-4d40-a986-14a683b49a86} TCPHandler: Processed in 0.001440939 sec. 2026.03.18 18:29:17.157495 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.157591 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:17.157635 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:17.158032 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.158068 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.158394 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:29:17.158614 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.158744 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2026.03.18 18:29:17.158781 [ 260 ] {2d5ea8a0-0052-493f-9695-16a28f7ac5ab} TCPHandler: Processed in 0.001335687 sec. 2026.03.18 18:29:17.158886 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.158990 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:17.159047 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} 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.03.18 18:29:17.159830 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.159868 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.160411 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:29:17.160644 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.160792 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} executeQuery: Read 10 rows, 18.35 KiB in 0.001821 sec., 5491.488193300384 rows/sec., 9.84 MiB/sec. 2026.03.18 18:29:17.160814 [ 43 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:29:17.160849 [ 260 ] {0334667a-e126-4d03-baf8-e934e7f5055c} TCPHandler: Processed in 0.002014307 sec. 2026.03.18 18:29:17.160893 [ 43 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.160922 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2026.03.18 18:29:17.160977 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:17.161019 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::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.03.18 18:29:17.161077 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:17.161121 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:17.161208 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:17.161266 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 516 rows starting from the beginning of the part 2026.03.18 18:29:17.161393 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 19 rows starting from the beginning of the part 2026.03.18 18:29:17.161490 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:17.161500 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:17.161529 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:17.161603 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part 2026.03.18 18:29:17.161696 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:17.161791 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part 2026.03.18 18:29:17.161857 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:29:17.162073 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.162206 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.03.18 18:29:17.162243 [ 260 ] {90b54e27-3746-4f4b-95a3-32e9917aefd5} TCPHandler: Processed in 0.001321028 sec. 2026.03.18 18:29:17.166422 [ 194 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 615 rows, containing 19 columns (19 merged, 0 gathered) in 0.005435422 sec., 113146.6885183892 rows/sec., 202.75 MiB/sec. 2026.03.18 18:29:17.167276 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:29:17.167566 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:17.167632 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_31_6} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:29:17.167706 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. 2026.03.18 18:29:18.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.53 MiB, peak 278.90 MiB, free memory in arenas 0.00 B, will set to 274.01 MiB (RSS), difference: 2.48 MiB 2026.03.18 18:29:19.506173 [ 41 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:29:19.506226 [ 41 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:29:19.600019 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13402 2026.03.18 18:29:19.600571 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:19.600615 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:19.601106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:29:19.601332 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:19.601461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13402 2026.03.18 18:29:19.630820 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 754 2026.03.18 18:29:19.633302 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:19.633346 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:19.634572 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.18 18:29:19.634840 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:19.635077 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 754 2026.03.18 18:29:20.310146 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.18 18:29:20.326653 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:20.326706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:20.332941 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.18 18:29:20.333665 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:20.336293 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.18 18:29:22.153445 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.153717 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:22.153820 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:22.154755 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.154799 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.155205 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 18:29:22.155426 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.155554 [ 36 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 18:29:22.155567 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} executeQuery: Read 116 rows, 10.09 KiB in 0.001924 sec., 60291.06029106029 rows/sec., 5.12 MiB/sec. 2026.03.18 18:29:22.155637 [ 36 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.155657 [ 260 ] {e733abbd-8c03-4cdc-832c-a51c0ae3acdb} TCPHandler: Processed in 0.002387972 sec. 2026.03.18 18:29:22.155667 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.155787 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.155787 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.18 18:29:22.155892 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.155937 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:22.155961 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:22.156005 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2888 rows starting from the beginning of the part 2026.03.18 18:29:22.156078 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 116 rows starting from the beginning of the part 2026.03.18 18:29:22.156130 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 76 rows starting from the beginning of the part 2026.03.18 18:29:22.156177 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 239 rows starting from the beginning of the part 2026.03.18 18:29:22.156220 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part 2026.03.18 18:29:22.156265 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 116 rows starting from the beginning of the part 2026.03.18 18:29:22.156386 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.156431 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.156899 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:29:22.157121 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.157255 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} executeQuery: Read 30 rows, 2.26 KiB in 0.001382 sec., 21707.67004341534 rows/sec., 1.59 MiB/sec. 2026.03.18 18:29:22.157294 [ 260 ] {7c8264c2-77dc-4a95-9f5d-2cf153800457} TCPHandler: Processed in 0.001556571 sec. 2026.03.18 18:29:22.157412 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.157506 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:22.157545 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:22.157954 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3511 rows, containing 5 columns (5 merged, 0 gathered) in 0.002212639 sec., 1586792.9653233085 rows/sec., 130.94 MiB/sec. 2026.03.18 18:29:22.157973 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.158027 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.158249 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 18:29:22.158369 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 18:29:22.158580 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.158637 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.158661 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_41_8} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 18:29:22.158734 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.03.18 18:29:22.158749 [ 36 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 18:29:22.158774 [ 36 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.158776 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} executeQuery: Read 94 rows, 7.52 KiB in 0.001287 sec., 73038.07303807304 rows/sec., 5.70 MiB/sec. 2026.03.18 18:29:22.158792 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.158827 [ 260 ] {ff1d9064-4fea-4b09-958e-80e1e3a312b2} TCPHandler: Processed in 0.001464268 sec. 2026.03.18 18:29:22.158885 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.18 18:29:22.158943 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.158993 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:22.159028 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1549 rows starting from the beginning of the part 2026.03.18 18:29:22.159042 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.159090 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:22.159091 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 94 rows starting from the beginning of the part 2026.03.18 18:29:22.159147 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part 2026.03.18 18:29:22.159183 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 136 rows starting from the beginning of the part 2026.03.18 18:29:22.159219 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part 2026.03.18 18:29:22.159258 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 94 rows starting from the beginning of the part 2026.03.18 18:29:22.159504 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.159543 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.159880 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 18:29:22.160091 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.160194 [ 36 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 18:29:22.160218 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.03.18 18:29:22.160222 [ 36 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.160257 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.160263 [ 260 ] {f0c68f35-0caf-45d6-85ee-ace84ff0a35b} TCPHandler: Processed in 0.001369538 sec. 2026.03.18 18:29:22.160321 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.18 18:29:22.160352 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2021 rows, containing 5 columns (5 merged, 0 gathered) in 0.001505749 sec., 1342189.1696424836 rows/sec., 101.62 MiB/sec. 2026.03.18 18:29:22.160376 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.160415 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:22.160446 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12054 rows starting from the beginning of the part 2026.03.18 18:29:22.160475 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.160489 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.03.18 18:29:22.160535 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.03.18 18:29:22.160541 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 18:29:22.160539 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} 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.03.18 18:29:22.160571 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 199 rows starting from the beginning of the part 2026.03.18 18:29:22.160610 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.03.18 18:29:22.160644 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.03.18 18:29:22.160840 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.160918 [ 186 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_41_8} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 18:29:22.160986 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.18 18:29:22.161466 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.161514 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.162189 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:29:22.162419 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.162561 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} executeQuery: Read 30 rows, 55.05 KiB in 0.002104 sec., 14258.555133079848 rows/sec., 25.55 MiB/sec. 2026.03.18 18:29:22.162619 [ 260 ] {cdb65a76-352b-4ccd-95f6-92f473961349} TCPHandler: Processed in 0.002291671 sec. 2026.03.18 18:29:22.162727 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.162823 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.162867 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:22.163204 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.163242 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.163623 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 18:29:22.163844 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.163945 [ 36 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 18:29:22.163972 [ 36 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.163974 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2026.03.18 18:29:22.163990 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.164027 [ 260 ] {e4190a65-1bc0-4950-b61d-c3b06e5b3411} TCPHandler: Processed in 0.001350838 sec. 2026.03.18 18:29:22.164074 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.18 18:29:22.164172 [ 192 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12893 rows, containing 5 columns (5 merged, 0 gathered) in 0.003879801 sec., 3323108.582115423 rows/sec., 224.80 MiB/sec. 2026.03.18 18:29:22.164174 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:22.164225 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1920 rows starting from the beginning of the part 2026.03.18 18:29:22.164274 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:22.164315 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:22.164352 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:22.164385 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:22.164419 [ 190 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:22.164635 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 18:29:22.165019 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.165118 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_41_8} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 18:29:22.165239 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.03.18 18:29:22.165460 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001417059 sec., 1566624.9605697433 rows/sec., 105.11 MiB/sec. 2026.03.18 18:29:22.165727 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 18:29:22.165982 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.166049 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_41_8} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 18:29:22.166118 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.18 18:29:22.572760 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.573037 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.573141 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:29:22.574040 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.574091 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.574515 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:29:22.574749 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.574900 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} executeQuery: Read 284 rows, 18.47 KiB in 0.001938 sec., 146542.82765737874 rows/sec., 9.31 MiB/sec. 2026.03.18 18:29:22.574940 [ 260 ] {75108f10-4dda-4cd9-baac-26a43376450f} TCPHandler: Processed in 0.002359521 sec. 2026.03.18 18:29:22.575059 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.575153 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:29:22.575195 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:29:22.575576 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.575613 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.575905 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:29:22.576120 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.576249 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} executeQuery: Read 2 rows, 167.00 B in 0.001114 sec., 1795.3321364452424 rows/sec., 146.40 KiB/sec. 2026.03.18 18:29:22.576286 [ 260 ] {f4bf903d-9aef-4ce1-bc5f-25a468645353} TCPHandler: Processed in 0.001276657 sec. 2026.03.18 18:29:22.576391 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.576483 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:22.576523 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:22.578197 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.578233 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.578748 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 18:29:22.578960 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.579087 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} executeQuery: Read 2698 rows, 210.29 KiB in 0.002622 sec., 1028985.5072463767 rows/sec., 78.32 MiB/sec. 2026.03.18 18:29:22.579127 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.18 18:29:22.579140 [ 260 ] {3266f951-e5c8-4c30-9ff7-2dfcade812ba} TCPHandler: Processed in 0.002798917 sec. 2026.03.18 18:29:22.579248 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.579344 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.579383 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:22.579837 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.579874 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.580175 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:29:22.580379 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.580505 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} executeQuery: Read 163 rows, 10.11 KiB in 0.00118 sec., 138135.59322033898 rows/sec., 8.37 MiB/sec. 2026.03.18 18:29:22.580541 [ 260 ] {d7053fd9-b031-47a6-86b5-dc39add2e739} TCPHandler: Processed in 0.001341938 sec. 2026.03.18 18:29:22.580647 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.580741 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.580779 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:29:22.581514 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.581549 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.581877 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:29:22.582086 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.582211 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} executeQuery: Read 857 rows, 52.15 KiB in 0.001488 sec., 575940.8602150538 rows/sec., 34.23 MiB/sec. 2026.03.18 18:29:22.582248 [ 260 ] {ade2a910-9581-4aa8-81c7-7d098401e3ea} TCPHandler: Processed in 0.001649631 sec. 2026.03.18 18:29:22.582349 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.582442 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.582480 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 18:29:22.582849 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.582884 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.583153 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:29:22.583352 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.583474 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} executeQuery: Read 1 rows, 72.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 66.96 KiB/sec. 2026.03.18 18:29:22.583511 [ 260 ] {3775df0c-5264-4a1f-8e14-ac07438962c9} TCPHandler: Processed in 0.001211166 sec. 2026.03.18 18:29:22.583611 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.583702 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.583741 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:29:22.584177 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.584214 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.584508 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.18 18:29:22.584713 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.584835 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} executeQuery: Read 148 rows, 8.62 KiB in 0.00115 sec., 128695.65217391304 rows/sec., 7.32 MiB/sec. 2026.03.18 18:29:22.584871 [ 260 ] {754a57ca-6a37-4ea1-9318-c751bea5cf64} TCPHandler: Processed in 0.001309327 sec. 2026.03.18 18:29:22.584977 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.585070 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:22.585109 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:22.586090 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.586125 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.586473 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 18:29:22.586683 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.586810 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} executeQuery: Read 1447 rows, 102.09 KiB in 0.001757 sec., 823562.8912919749 rows/sec., 56.74 MiB/sec. 2026.03.18 18:29:22.586847 [ 260 ] {de14f8d1-c3e7-4ce8-a35e-b57d4ea76551} TCPHandler: Processed in 0.001919765 sec. 2026.03.18 18:29:22.586946 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.587040 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 18:29:22.587082 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 18:29:22.587412 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.587448 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.587738 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.18 18:29:22.587936 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.588058 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} executeQuery: Read 6 rows, 321.00 B in 0.001037 sec., 5785.9209257473485 rows/sec., 302.29 KiB/sec. 2026.03.18 18:29:22.588094 [ 260 ] {66b9ccf7-f0cb-4583-ada1-7ebc7951e18b} TCPHandler: Processed in 0.001196696 sec. 2026.03.18 18:29:22.588193 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.588286 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.588327 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:22.589000 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.589034 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.589424 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 18:29:22.589629 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.589753 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} executeQuery: Read 1323 rows, 84.61 KiB in 0.001485 sec., 890909.0909090909 rows/sec., 55.64 MiB/sec. 2026.03.18 18:29:22.589789 [ 260 ] {2321a05c-c2f2-4935-95d8-7b8fe90685a6} TCPHandler: Processed in 0.001644431 sec. 2026.03.18 18:29:22.589896 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.589990 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.590032 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 18:29:22.590330 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.590366 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.590645 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:29:22.590848 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.590971 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} executeQuery: Read 1 rows, 69.00 B in 0.000999 sec., 1001.0010010010009 rows/sec., 67.45 KiB/sec. 2026.03.18 18:29:22.591008 [ 260 ] {e8f3b613-102e-4177-b4b2-68769add18cb} TCPHandler: Processed in 0.001161936 sec. 2026.03.18 18:29:22.591110 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.591202 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.591254 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} 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.03.18 18:29:22.592020 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.592056 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.592558 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:29:22.592773 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.592907 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} executeQuery: Read 19 rows, 34.86 KiB in 0.001722 sec., 11033.681765389083 rows/sec., 19.77 MiB/sec. 2026.03.18 18:29:22.592958 [ 260 ] {402a6ab9-245a-42f4-98a4-16ad4a16d8bb} TCPHandler: Processed in 0.001896346 sec. 2026.03.18 18:29:22.593063 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:22.593156 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:22.593198 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:22.593515 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:22.593550 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:22.593839 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.18 18:29:22.594039 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:22.594166 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} executeQuery: Read 42 rows, 2.45 KiB in 0.001027 sec., 40895.81304771179 rows/sec., 2.33 MiB/sec. 2026.03.18 18:29:22.594201 [ 260 ] {321642c0-ec97-4e68-b79a-23c84da3170a} TCPHandler: Processed in 0.001188126 sec. 2026.03.18 18:29:27.101640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13914 2026.03.18 18:29:27.102323 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.102380 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.103053 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:29:27.103279 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.103404 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13914 2026.03.18 18:29:27.150892 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:27.151115 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:27.151196 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:27.151934 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.151970 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.152338 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 18:29:27.152553 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.152699 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} executeQuery: Read 56 rows, 4.41 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.62 MiB/sec. 2026.03.18 18:29:27.152738 [ 260 ] {63883e1f-ebe0-4cbd-be8f-6f6a940824ff} TCPHandler: Processed in 0.001990036 sec. 2026.03.18 18:29:27.152865 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:27.152986 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:27.153034 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:27.153533 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.153575 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.153896 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 18:29:27.154094 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.154217 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} executeQuery: Read 64 rows, 5.12 KiB in 0.001256 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. 2026.03.18 18:29:27.154254 [ 260 ] {d9fd3b76-e831-4623-b650-60ef0404f79d} TCPHandler: Processed in 0.001447779 sec. 2026.03.18 18:29:27.154361 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:27.154454 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:27.154497 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:27.154871 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.154904 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.155213 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 18:29:27.155510 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.155668 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} executeQuery: Read 128 rows, 9.13 KiB in 0.00123 sec., 104065.0406504065 rows/sec., 7.25 MiB/sec. 2026.03.18 18:29:27.155705 [ 260 ] {4f7ae9bb-bce0-4800-b52d-391f865d6701} TCPHandler: Processed in 0.001390769 sec. 2026.03.18 18:29:27.155813 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:27.155907 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:27.155948 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:27.156268 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.156302 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.156600 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.18 18:29:27.156797 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.156920 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} executeQuery: Read 48 rows, 3.31 KiB in 0.001032 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.03.18 18:29:27.156955 [ 260 ] {4059bb9a-d6f9-4eec-822f-f9315ded044e} TCPHandler: Processed in 0.001189255 sec. 2026.03.18 18:29:27.836452 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.18 18:29:27.853244 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:27.853300 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:27.859185 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.18 18:29:27.859878 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:27.862611 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.18 18:29:29.635370 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 800 2026.03.18 18:29:29.637818 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:29.637863 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:29.639031 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.18 18:29:29.639297 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:29.639464 [ 49 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.18 18:29:29.639545 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2026.03.18 18:29:29.639559 [ 49 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:29.639607 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:29.639719 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::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.03.18 18:29:29.640200 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:29.640331 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 622 rows starting from the beginning of the part 2026.03.18 18:29:29.640690 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.03.18 18:29:29.640998 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part 2026.03.18 18:29:29.641289 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:29.641589 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2026.03.18 18:29:29.641906 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part 2026.03.18 18:29:29.647879 [ 194 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 800 rows, containing 72 columns (72 merged, 0 gathered) in 0.008203999 sec., 97513.41997969527 rows/sec., 85.55 MiB/sec. 2026.03.18 18:29:29.649307 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.18 18:29:29.649968 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:29.650059 [ 195 ] {3637ea24-eb3e-488d-acb7-abef373bd10b::all_1_21_4} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.18 18:29:29.650400 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.18 18:29:32.154269 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.154552 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:32.154657 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:32.155451 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.155499 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.155883 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 18:29:32.156108 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.156258 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} executeQuery: Read 116 rows, 10.09 KiB in 0.001782 sec., 65095.398428731765 rows/sec., 5.53 MiB/sec. 2026.03.18 18:29:32.156300 [ 260 ] {22b68e25-dfac-4888-bc9d-6dda78e55cfe} TCPHandler: Processed in 0.00220854 sec. 2026.03.18 18:29:32.156415 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.156510 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:32.156549 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:32.156943 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.156979 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.157266 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:29:32.157481 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.157605 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} executeQuery: Read 30 rows, 2.26 KiB in 0.001114 sec., 26929.982046678637 rows/sec., 1.98 MiB/sec. 2026.03.18 18:29:32.157643 [ 260 ] {34dd5479-8b16-4cd6-8c72-a4c920651598} TCPHandler: Processed in 0.001277497 sec. 2026.03.18 18:29:32.157752 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.157847 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:32.157886 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:32.158384 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.158423 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.158769 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 18:29:32.158998 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.159137 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} executeQuery: Read 94 rows, 7.52 KiB in 0.001298 sec., 72419.10631741141 rows/sec., 5.66 MiB/sec. 2026.03.18 18:29:32.159183 [ 260 ] {d16fd3bd-1f8b-4955-afbd-e42a2d2deb9d} TCPHandler: Processed in 0.001480339 sec. 2026.03.18 18:29:32.159294 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.159390 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:32.159433 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:32.159832 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.159869 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.160200 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 18:29:32.160413 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.160542 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.03.18 18:29:32.160577 [ 260 ] {57129add-4207-4499-bc4d-70fcab5e1647} TCPHandler: Processed in 0.001333718 sec. 2026.03.18 18:29:32.160681 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.160777 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:32.160830 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} 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.03.18 18:29:32.161655 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.161692 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.162242 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.18 18:29:32.162470 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.162610 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} executeQuery: Read 30 rows, 55.05 KiB in 0.001851 sec., 16207.45542949757 rows/sec., 29.04 MiB/sec. 2026.03.18 18:29:32.162682 [ 260 ] {4667adae-6c03-4922-b01a-ef43567297e0} TCPHandler: Processed in 0.002050488 sec. 2026.03.18 18:29:32.162807 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:32.162929 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:32.162983 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:32.163415 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:32.163450 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:32.163746 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.18 18:29:32.163959 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:32.164094 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2026.03.18 18:29:32.164130 [ 260 ] {32947917-2b2d-4a3a-8075-9a568851715a} TCPHandler: Processed in 0.001386118 sec. 2026.03.18 18:29:34.506485 [ 128 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:29:34.506546 [ 128 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:29:34.603567 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14362 2026.03.18 18:29:34.604066 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:34.604103 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:34.604607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:29:34.604835 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:34.604975 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14362 2026.03.18 18:29:35.362765 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.18 18:29:35.380549 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:35.380607 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:35.386855 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.18 18:29:35.387557 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:35.390601 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.18 18:29:37.160223 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.160510 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.160615 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:29:37.161531 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.161581 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.161982 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:29:37.162203 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.162355 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} executeQuery: Read 284 rows, 18.47 KiB in 0.00192 sec., 147916.66666666666 rows/sec., 9.39 MiB/sec. 2026.03.18 18:29:37.162405 [ 260 ] {8eb59d93-3809-4d68-a8cb-5cc66f48ce7b} TCPHandler: Processed in 0.002358151 sec. 2026.03.18 18:29:37.162527 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.162627 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:37.162671 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:37.163472 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.163508 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.163848 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 18:29:37.164044 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.164177 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} executeQuery: Read 817 rows, 65.50 KiB in 0.001573 sec., 519389.701207883 rows/sec., 40.67 MiB/sec. 2026.03.18 18:29:37.164214 [ 260 ] {47b5a716-ffda-4bb2-8548-eb59773c9873} TCPHandler: Processed in 0.001738573 sec. 2026.03.18 18:29:37.164322 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.164414 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.164453 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:37.164874 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.164909 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.165195 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:29:37.165429 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.165552 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} executeQuery: Read 152 rows, 9.29 KiB in 0.001155 sec., 131601.7316017316 rows/sec., 7.86 MiB/sec. 2026.03.18 18:29:37.165550 [ 80 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:29:37.165589 [ 260 ] {8eb7749d-92a1-4e57-b02f-949892ce17eb} TCPHandler: Processed in 0.001314117 sec. 2026.03.18 18:29:37.165630 [ 80 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.165655 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.165714 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.165771 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:29:37.165811 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.165854 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:29:37.165907 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:37.165944 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 223 rows starting from the beginning of the part 2026.03.18 18:29:37.166011 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.03.18 18:29:37.166055 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:37.166096 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 163 rows starting from the beginning of the part 2026.03.18 18:29:37.166133 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:37.166169 [ 198 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 152 rows starting from the beginning of the part 2026.03.18 18:29:37.166287 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.166328 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.166653 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.18 18:29:37.166866 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.166964 [ 80 ] {} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.18 18:29:37.166991 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} executeQuery: Read 149 rows, 9.86 KiB in 0.001198 sec., 124373.95659432387 rows/sec., 8.04 MiB/sec. 2026.03.18 18:29:37.166993 [ 80 ] {} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.167030 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.167036 [ 260 ] {0dbc845b-c59e-4dc6-b499-84bce303b1f0} TCPHandler: Processed in 0.001369679 sec. 2026.03.18 18:29:37.167032 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 5 columns (5 merged, 0 gathered) in 0.001311128 sec., 463722.8401803638 rows/sec., 31.00 MiB/sec. 2026.03.18 18:29:37.167105 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::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.03.18 18:29:37.167161 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.167186 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:37.167215 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 882 rows starting from the beginning of the part 2026.03.18 18:29:37.167259 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.167260 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:37.167264 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:29:37.167304 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:29:37.167319 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 708 rows starting from the beginning of the part 2026.03.18 18:29:37.167363 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:37.167393 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 857 rows starting from the beginning of the part 2026.03.18 18:29:37.167426 [ 198 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 149 rows starting from the beginning of the part 2026.03.18 18:29:37.167664 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.167747 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.167754 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_36_7} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:29:37.167791 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.167893 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.18 18:29:37.168121 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.18 18:29:37.168335 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.168461 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} executeQuery: Read 148 rows, 8.62 KiB in 0.00122 sec., 121311.47540983607 rows/sec., 6.90 MiB/sec. 2026.03.18 18:29:37.168486 [ 187 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2644 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411279 sec., 1873477.887788311 rows/sec., 119.69 MiB/sec. 2026.03.18 18:29:37.168498 [ 260 ] {e0fdb757-a8e3-44d4-b557-a6d2adcf474f} TCPHandler: Processed in 0.001383688 sec. 2026.03.18 18:29:37.168624 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.168718 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.18 18:29:37.168720 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:37.168777 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:37.169034 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.169118 [ 188 ] {9de654b9-0721-491d-b3de-be400bc5916c::all_1_11_2} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.18 18:29:37.169210 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.03.18 18:29:37.169372 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.169412 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.169730 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 18:29:37.169929 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.170063 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} executeQuery: Read 500 rows, 35.98 KiB in 0.001363 sec., 366837.8576669112 rows/sec., 25.78 MiB/sec. 2026.03.18 18:29:37.170100 [ 260 ] {515a12f6-5aef-4347-983c-7a1a4957b25e} TCPHandler: Processed in 0.00152251 sec. 2026.03.18 18:29:37.170203 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.170294 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.18 18:29:37.170334 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.18 18:29:37.170653 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.170689 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.170992 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:29:37.171188 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} oximeter.measurements_bool (9d70f9e5-9a88-463a-ba24-eb0231804853): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.171307 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} executeQuery: Read 6 rows, 321.00 B in 0.00103 sec., 5825.242718446601 rows/sec., 304.35 KiB/sec. 2026.03.18 18:29:37.171342 [ 260 ] {713351c1-e103-4313-8e18-a520270b77f2} TCPHandler: Processed in 0.001185236 sec. 2026.03.18 18:29:37.171449 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.171539 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.171579 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:37.171969 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.172003 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.172313 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 18:29:37.172517 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.172655 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} executeQuery: Read 265 rows, 18.03 KiB in 0.001134 sec., 233686.06701940036 rows/sec., 15.53 MiB/sec. 2026.03.18 18:29:37.172691 [ 260 ] {f0bfc633-8514-4c2e-a16a-efe8054a0639} TCPHandler: Processed in 0.001289897 sec. 2026.03.18 18:29:37.172796 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.172887 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.172927 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.18 18:29:37.173223 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.173257 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.173535 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.18 18:29:37.173728 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.173852 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} executeQuery: Read 1 rows, 69.00 B in 0.000982 sec., 1018.3299389002036 rows/sec., 68.62 KiB/sec. 2026.03.18 18:29:37.173887 [ 260 ] {ffd90fdd-6cb8-4b0e-946b-6f01c9f3adcc} TCPHandler: Processed in 0.001138335 sec. 2026.03.18 18:29:37.173991 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.174082 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.174132 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} 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.03.18 18:29:37.174853 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.174888 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.175395 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.18 18:29:37.175683 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.175815 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} executeQuery: Read 10 rows, 18.35 KiB in 0.00175 sec., 5714.285714285714 rows/sec., 10.24 MiB/sec. 2026.03.18 18:29:37.175865 [ 260 ] {35573e3c-9b98-4549-bf88-d58edc16d829} TCPHandler: Processed in 0.001920155 sec. 2026.03.18 18:29:37.175970 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:37.176062 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:37.176102 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:37.176424 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:37.176459 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:37.176835 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.18 18:29:37.177031 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:37.177160 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} executeQuery: Read 90 rows, 5.77 KiB in 0.001116 sec., 80645.16129032258 rows/sec., 5.05 MiB/sec. 2026.03.18 18:29:37.177194 [ 260 ] {1ac427c9-8534-4140-8f77-37e7496f0c6e} TCPHandler: Processed in 0.001271487 sec. 2026.03.18 18:29:39.639890 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 834 2026.03.18 18:29:39.642213 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:39.642269 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:39.643483 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.18 18:29:39.643775 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:39.644158 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2026.03.18 18:29:42.105152 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14874 2026.03.18 18:29:42.105821 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.105872 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.106548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:29:42.106817 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.106939 [ 152 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:29:42.106943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14874 2026.03.18 18:29:42.106977 [ 152 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.106996 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.107124 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::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.03.18 18:29:42.107280 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.107321 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12442 rows starting from the beginning of the part 2026.03.18 18:29:42.107389 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.03.18 18:29:42.107437 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.03.18 18:29:42.107481 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.03.18 18:29:42.107524 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.03.18 18:29:42.107565 [ 198 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.03.18 18:29:42.109316 [ 187 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14874 rows, containing 4 columns (4 merged, 0 gathered) in 0.002251669 sec., 6605766.655756242 rows/sec., 94.50 MiB/sec. 2026.03.18 18:29:42.109776 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:29:42.110103 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.110194 [ 199 ] {539e89ac-cc46-49d7-8851-691706b5ad16::all_1_31_6} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:29:42.110295 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.18 18:29:42.156195 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.156372 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.156436 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.18 18:29:42.157051 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.157093 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.157467 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:29:42.157685 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.157832 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} executeQuery: Read 24 rows, 2.04 KiB in 0.001508 sec., 15915.119363395226 rows/sec., 1.32 MiB/sec. 2026.03.18 18:29:42.157849 [ 175 ] {} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.18 18:29:42.157874 [ 260 ] {04100d96-1d0a-4127-827e-abd09c3d8fd9} TCPHandler: Processed in 0.001809754 sec. 2026.03.18 18:29:42.157903 [ 175 ] {} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.157932 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.157998 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.158011 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::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.03.18 18:29:42.158103 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:29:42.158129 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.158150 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:29:42.158171 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.03.18 18:29:42.158243 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:42.158296 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:42.158336 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.18 18:29:42.158375 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.18 18:29:42.158417 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.03.18 18:29:42.158539 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.158582 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.158902 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:29:42.159144 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.159272 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} executeQuery: Read 6 rows, 501.00 B in 0.001188 sec., 5050.50505050505 rows/sec., 411.83 KiB/sec. 2026.03.18 18:29:42.159300 [ 199 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001320617 sec., 717846.2794284793 rows/sec., 49.75 MiB/sec. 2026.03.18 18:29:42.159310 [ 260 ] {f2b95906-46a3-4e5f-baef-7bc67752c06a} TCPHandler: Processed in 0.001361857 sec. 2026.03.18 18:29:42.159438 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.159437 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.18 18:29:42.159537 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:42.159584 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:42.159700 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.159763 [ 187 ] {a954e72b-c553-4659-b916-62930e8fa683::all_1_10_2} oximeter.fields_i16 (a954e72b-c553-4659-b916-62930e8fa683) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.18 18:29:42.159825 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.18 18:29:42.160046 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.160088 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.160410 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 18:29:42.160615 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.160721 [ 175 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 18:29:42.160742 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} executeQuery: Read 239 rows, 21.77 KiB in 0.001223 sec., 195421.09566639413 rows/sec., 17.38 MiB/sec. 2026.03.18 18:29:42.160760 [ 175 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.160784 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.160784 [ 260 ] {ef7985c5-1c07-407f-9417-a17c5f3d4628} TCPHandler: Processed in 0.001397989 sec. 2026.03.18 18:29:42.160877 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.18 18:29:42.160909 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.160987 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.161009 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.161020 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2888 rows starting from the beginning of the part 2026.03.18 18:29:42.161056 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:42.161091 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2698 rows starting from the beginning of the part 2026.03.18 18:29:42.161142 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2026.03.18 18:29:42.161184 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 116 rows starting from the beginning of the part 2026.03.18 18:29:42.161223 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 817 rows starting from the beginning of the part 2026.03.18 18:29:42.161270 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 239 rows starting from the beginning of the part 2026.03.18 18:29:42.161466 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.161507 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.161823 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:42.162040 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.162171 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} executeQuery: Read 48 rows, 3.64 KiB in 0.001181 sec., 40643.52243861135 rows/sec., 3.01 MiB/sec. 2026.03.18 18:29:42.162211 [ 260 ] {918ed75b-f71a-46dc-8f5a-e7b805619f67} TCPHandler: Processed in 0.001351158 sec. 2026.03.18 18:29:42.162321 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.162415 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.162454 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:29:42.162860 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.162895 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.163186 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.18 18:29:42.163402 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.163531 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} executeQuery: Read 24 rows, 2.04 KiB in 0.001133 sec., 21182.700794351284 rows/sec., 1.76 MiB/sec. 2026.03.18 18:29:42.163568 [ 260 ] {f838b199-f03b-4033-853a-f2757bff2ce8} TCPHandler: Processed in 0.001296758 sec. 2026.03.18 18:29:42.163580 [ 191 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6814 rows, containing 5 columns (5 merged, 0 gathered) in 0.002746137 sec., 2481303.736849254 rows/sec., 201.58 MiB/sec. 2026.03.18 18:29:42.163682 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.163780 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.163820 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.18 18:29:42.163839 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 18:29:42.164091 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.164167 [ 196 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_46_9} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 18:29:42.164219 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.164236 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. 2026.03.18 18:29:42.164263 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.164561 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.18 18:29:42.164762 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.164865 [ 175 ] {} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.18 18:29:42.164886 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.03.18 18:29:42.164900 [ 175 ] {} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.164927 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.164931 [ 260 ] {25044095-dd2a-4770-a463-b336e0bd5387} TCPHandler: Processed in 0.001298848 sec. 2026.03.18 18:29:42.164992 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::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.03.18 18:29:42.165055 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.165075 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.165105 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.03.18 18:29:42.165154 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.18 18:29:42.165156 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:42.165196 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.18 18:29:42.165208 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:42.165240 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.18 18:29:42.165281 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.18 18:29:42.165319 [ 199 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.03.18 18:29:42.165670 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.165711 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.166036 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 18:29:42.166037 [ 196 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001069814 sec., 459893.0281338625 rows/sec., 28.78 MiB/sec. 2026.03.18 18:29:42.166193 [ 189 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.18 18:29:42.166254 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.166368 [ 175 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 18:29:42.166385 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} executeQuery: Read 136 rows, 11.26 KiB in 0.001246 sec., 109149.27768860354 rows/sec., 8.83 MiB/sec. 2026.03.18 18:29:42.166407 [ 175 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.166430 [ 260 ] {9871594a-a2de-4958-81b1-28d2543dc028} TCPHandler: Processed in 0.001424949 sec. 2026.03.18 18:29:42.166438 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.166455 [ 189 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.166506 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.18 18:29:42.166526 [ 189 ] {34805387-bbd4-4cc1-be90-a17311c7679a::all_1_10_2} oximeter.fields_u8 (34805387-bbd4-4cc1-be90-a17311c7679a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.18 18:29:42.166551 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.166594 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.166612 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.18 18:29:42.166622 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1549 rows starting from the beginning of the part 2026.03.18 18:29:42.166646 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.166675 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1447 rows starting from the beginning of the part 2026.03.18 18:29:42.166694 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:42.166715 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2026.03.18 18:29:42.166751 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 94 rows starting from the beginning of the part 2026.03.18 18:29:42.166783 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 500 rows starting from the beginning of the part 2026.03.18 18:29:42.166814 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part 2026.03.18 18:29:42.167086 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.167128 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.167474 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 18:29:42.167697 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.167808 [ 175 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 18:29:42.167826 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} executeQuery: Read 199 rows, 14.61 KiB in 0.001197 sec., 166248.95572263995 rows/sec., 11.92 MiB/sec. 2026.03.18 18:29:42.167841 [ 175 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.167866 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.167870 [ 260 ] {6c55f89c-ad92-46ed-a890-f50c9c40260f} TCPHandler: Processed in 0.001369818 sec. 2026.03.18 18:29:42.167946 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.18 18:29:42.167996 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.168036 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.168066 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12893 rows starting from the beginning of the part 2026.03.18 18:29:42.168095 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.168112 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1323 rows starting from the beginning of the part 2026.03.18 18:29:42.168135 [ 193 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3790 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650012 sec., 2296952.991857029 rows/sec., 170.12 MiB/sec. 2026.03.18 18:29:42.168155 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} 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.03.18 18:29:42.168155 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part 2026.03.18 18:29:42.168214 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.03.18 18:29:42.168246 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 265 rows starting from the beginning of the part 2026.03.18 18:29:42.168278 [ 196 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 199 rows starting from the beginning of the part 2026.03.18 18:29:42.168318 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 18:29:42.168596 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.168658 [ 199 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_46_9} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 18:29:42.168715 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.03.18 18:29:42.168951 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.168992 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.169550 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.18 18:29:42.169791 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.169906 [ 175 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.18 18:29:42.169931 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} executeQuery: Read 30 rows, 55.05 KiB in 0.001853 sec., 16189.962223421478 rows/sec., 29.01 MiB/sec. 2026.03.18 18:29:42.169955 [ 175 ] {} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.169978 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.169995 [ 260 ] {1032faed-1ff2-40f3-abcf-23e512ed85b2} TCPHandler: Processed in 0.002047757 sec. 2026.03.18 18:29:42.170047 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.18 18:29:42.170112 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:42.170206 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:42.170213 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.170246 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:42.170273 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 615 rows starting from the beginning of the part 2026.03.18 18:29:42.170407 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:42.170526 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 19 rows starting from the beginning of the part 2026.03.18 18:29:42.170586 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.170623 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.170637 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:42.170749 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part 2026.03.18 18:29:42.170863 [ 189 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part 2026.03.18 18:29:42.170937 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.18 18:29:42.171151 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.171255 [ 175 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.18 18:29:42.171285 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.03.18 18:29:42.171290 [ 175 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.171327 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:42.171329 [ 260 ] {0aeb3c1f-7d2c-4b4a-8de1-a49401d0448a} TCPHandler: Processed in 0.001267297 sec. 2026.03.18 18:29:42.171401 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.18 18:29:42.171496 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.171523 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2220 rows starting from the beginning of the part 2026.03.18 18:29:42.171567 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part 2026.03.18 18:29:42.171600 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part 2026.03.18 18:29:42.171633 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:42.171663 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2026.03.18 18:29:42.171692 [ 199 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2026.03.18 18:29:42.172791 [ 197 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14968 rows, containing 5 columns (5 merged, 0 gathered) in 0.004874975 sec., 3070374.7198703582 rows/sec., 206.51 MiB/sec. 2026.03.18 18:29:42.172912 [ 186 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2520 rows, containing 4 columns (4 merged, 0 gathered) in 0.001541891 sec., 1634356.7735981336 rows/sec., 109.15 MiB/sec. 2026.03.18 18:29:42.173159 [ 200 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 18:29:42.173232 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.18 18:29:42.173504 [ 200 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.173565 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.173584 [ 200 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_46_9} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 18:29:42.173644 [ 201 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_46_9} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.18 18:29:42.173666 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. 2026.03.18 18:29:42.173724 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.18 18:29:42.175611 [ 199 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 19 columns (19 merged, 0 gathered) in 0.005591664 sec., 131266.82862203452 rows/sec., 235.22 MiB/sec. 2026.03.18 18:29:42.176410 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.18 18:29:42.176708 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.176770 [ 201 ] {82477220-c6f9-430d-b97c-86567c06c4c6::all_1_36_7} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.18 18:29:42.176843 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. 2026.03.18 18:29:42.890758 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.18 18:29:42.908565 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.908612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.914141 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.18 18:29:42.914814 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:42.915110 [ 175 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.18 18:29:42.915148 [ 175 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:42.915166 [ 175 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.03.18 18:29:42.915336 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::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.03.18 18:29:42.917931 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.18 18:29:42.919403 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:42.920791 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.18 18:29:42.925697 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.18 18:29:42.930257 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.18 18:29:42.934831 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.18 18:29:42.939096 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.18 18:29:42.943519 [ 200 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.18 18:29:42.998246 [ 186 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.083009163 sec., 2818.9659013909104 rows/sec., 14.58 MiB/sec. 2026.03.18 18:29:43.000219 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 283.74 MiB, peak 289.83 MiB, free memory in arenas 0.00 B, will set to 282.55 MiB (RSS), difference: -1.19 MiB 2026.03.18 18:29:43.000682 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.18 18:29:43.002667 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:43.002762 [ 199 ] {f59cb0b4-1883-40c8-a982-6a9f6259cb7d::all_1_31_6} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.18 18:29:43.005263 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.03.18 18:29:44.000266 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.34 MiB, peak 289.83 MiB, free memory in arenas 0.00 B, will set to 282.88 MiB (RSS), difference: 5.53 MiB 2026.03.18 18:29:47.152814 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.153100 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:47.153201 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:47.153952 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.154004 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.154424 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 18:29:47.154654 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.154814 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} executeQuery: Read 76 rows, 6.41 KiB in 0.001785 sec., 42577.030812324934 rows/sec., 3.51 MiB/sec. 2026.03.18 18:29:47.154866 [ 260 ] {eb905a2d-f204-40e6-9eb4-058aac3abcc0} TCPHandler: Processed in 0.002220679 sec. 2026.03.18 18:29:47.155000 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.155107 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:47.155154 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:47.155586 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.155626 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.155942 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:47.156154 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.156292 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} executeQuery: Read 10 rows, 770.00 B in 0.001209 sec., 8271.298593879239 rows/sec., 621.96 KiB/sec. 2026.03.18 18:29:47.156331 [ 260 ] {23d08079-78b5-4a65-9a5f-428573fc1576} TCPHandler: Processed in 0.001384299 sec. 2026.03.18 18:29:47.156445 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.156545 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:47.156587 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:47.157013 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.157050 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.157401 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 18:29:47.157713 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.157848 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} executeQuery: Read 74 rows, 5.92 KiB in 0.001324 sec., 55891.23867069486 rows/sec., 4.36 MiB/sec. 2026.03.18 18:29:47.157886 [ 260 ] {9cbc1166-8a28-42d8-af83-73ee469dfcda} TCPHandler: Processed in 0.00149233 sec. 2026.03.18 18:29:47.158000 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.158097 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:47.158142 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:47.158549 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.158583 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.158898 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 18:29:47.159097 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.159223 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.03.18 18:29:47.159258 [ 260 ] {85261f7c-4ede-4d90-8591-0812e038a0e7} TCPHandler: Processed in 0.001360207 sec. 2026.03.18 18:29:47.159372 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.159526 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:47.159580 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} 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.03.18 18:29:47.160341 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.160377 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.160915 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.18 18:29:47.161135 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.161276 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} executeQuery: Read 10 rows, 18.35 KiB in 0.001769 sec., 5652.911249293386 rows/sec., 10.13 MiB/sec. 2026.03.18 18:29:47.161344 [ 260 ] {aa8a5469-fe49-4686-be96-7cef0dfbefd8} TCPHandler: Processed in 0.001962976 sec. 2026.03.18 18:29:47.161463 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:47.161559 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:47.161599 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:47.161942 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:47.161978 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:47.162281 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.18 18:29:47.162490 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:47.162617 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.03.18 18:29:47.162654 [ 260 ] {fcca2b32-35af-436e-9b15-948fecdd3369} TCPHandler: Processed in 0.001240587 sec. 2026.03.18 18:29:49.506593 [ 147 ] {} DNSResolver: Updating DNS cache 2026.03.18 18:29:49.506642 [ 147 ] {} DNSResolver: Updated DNS cache 2026.03.18 18:29:49.607129 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15322 2026.03.18 18:29:49.607712 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:49.607762 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:49.608499 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:29:49.608781 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:49.608936 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15322 2026.03.18 18:29:49.644456 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 866 2026.03.18 18:29:49.647245 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:49.647289 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:49.648497 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.18 18:29:49.648757 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:49.649017 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 866 2026.03.18 18:29:50.001517 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001065265 sec. 2026.03.18 18:29:50.071522 [ 147 ] {} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.18 18:29:50.071578 [ 147 ] {} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:50.071604 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:50.071722 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.071857 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:29:50.071892 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.071954 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.071994 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.072034 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.072072 [ 190 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::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.03.18 18:29:50.072846 [ 192 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170186 sec., 4272.825003888271 rows/sec., 284.58 KiB/sec. 2026.03.18 18:29:50.073029 [ 188 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.18 18:29:50.073328 [ 188 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::all_1_5_1} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:50.073400 [ 188 ] {31cd0fc5-6d2b-496e-9252-e70b9923252c::all_1_5_1} oximeter.measurements_f64 (31cd0fc5-6d2b-496e-9252-e70b9923252c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.18 18:29:50.073483 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.18 18:29:50.418225 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.18 18:29:50.433969 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:50.434024 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:50.439737 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.18 18:29:50.440447 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:50.443265 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.18 18:29:52.154032 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.154208 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:52.154275 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:52.154930 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.154976 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.155379 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 18:29:52.155616 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.155765 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} executeQuery: Read 116 rows, 10.09 KiB in 0.001604 sec., 72319.20199501247 rows/sec., 6.14 MiB/sec. 2026.03.18 18:29:52.155806 [ 260 ] {9275c48a-0862-4d0b-a8c8-02c1ca65c657} TCPHandler: Processed in 0.001898006 sec. 2026.03.18 18:29:52.155926 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.156023 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.156064 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:52.156467 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.156503 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.156795 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:52.157014 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.157143 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} executeQuery: Read 30 rows, 2.26 KiB in 0.001138 sec., 26362.038664323376 rows/sec., 1.94 MiB/sec. 2026.03.18 18:29:52.157180 [ 260 ] {3d732a19-7855-4a7c-9220-17883fb468e2} TCPHandler: Processed in 0.001303427 sec. 2026.03.18 18:29:52.157287 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.157381 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:52.157421 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:52.157835 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.157870 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.158183 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 18:29:52.158391 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.158516 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} executeQuery: Read 94 rows, 7.52 KiB in 0.001154 sec., 81455.80589254765 rows/sec., 6.36 MiB/sec. 2026.03.18 18:29:52.158554 [ 260 ] {95d1630b-9cdb-43e3-b5fc-ab1141cd62dc} TCPHandler: Processed in 0.001315868 sec. 2026.03.18 18:29:52.158663 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.158757 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.158800 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:52.159198 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.159234 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.159562 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 18:29:52.159770 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.159900 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.03.18 18:29:52.159938 [ 260 ] {03f150b0-1bb2-4b4d-8503-c87ac9ec11ff} TCPHandler: Processed in 0.001323808 sec. 2026.03.18 18:29:52.160044 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.160138 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.160191 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} 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.03.18 18:29:52.160983 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.161019 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.161556 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.18 18:29:52.161781 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.161923 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} executeQuery: Read 30 rows, 55.05 KiB in 0.001803 sec., 16638.93510815308 rows/sec., 29.82 MiB/sec. 2026.03.18 18:29:52.161974 [ 260 ] {7b9603b7-4e5f-4663-97a4-b4af3f17f1c8} TCPHandler: Processed in 0.001979687 sec. 2026.03.18 18:29:52.162082 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.162176 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.162217 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:52.162541 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.162576 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.162873 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.18 18:29:52.163071 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.163199 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.03.18 18:29:52.163235 [ 260 ] {5c3a5a2b-dc26-44af-b0b2-8579630d5f2b} TCPHandler: Processed in 0.001203156 sec. 2026.03.18 18:29:52.564708 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.564982 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.18 18:29:52.565083 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.18 18:29:52.565872 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.565909 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.566298 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.18 18:29:52.566515 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} oximeter.fields_ipaddr (09f45871-9079-4fd9-a24f-28d4c45d9950): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.566673 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} executeQuery: Read 4 rows, 334.00 B in 0.001767 sec., 2263.7238256932656 rows/sec., 184.59 KiB/sec. 2026.03.18 18:29:52.566714 [ 260 ] {a77ab2e7-76b6-4d67-ada8-008cc841e64a} TCPHandler: Processed in 0.002187239 sec. 2026.03.18 18:29:52.566830 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.566925 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:52.566964 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:52.568239 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.568275 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.568701 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 18:29:52.568921 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.569050 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} executeQuery: Read 1958 rows, 151.27 KiB in 0.002144 sec., 913246.2686567163 rows/sec., 68.90 MiB/sec. 2026.03.18 18:29:52.569087 [ 260 ] {805f2a4c-23ce-4e3a-92c6-992d16a343f5} TCPHandler: Processed in 0.00230624 sec. 2026.03.18 18:29:52.569195 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.569290 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.569329 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:29:52.569724 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.569758 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.570052 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:29:52.570258 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.570382 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} executeQuery: Read 23 rows, 1.71 KiB in 0.00111 sec., 20720.720720720718 rows/sec., 1.50 MiB/sec. 2026.03.18 18:29:52.570419 [ 260 ] {028cf3f4-054f-4800-a536-ce6d32c445e7} TCPHandler: Processed in 0.001272897 sec. 2026.03.18 18:29:52.570521 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.570617 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.570655 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.18 18:29:52.571245 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.571279 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.571617 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.18 18:29:52.571828 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} oximeter.fields_u32 (9de654b9-0721-491d-b3de-be400bc5916c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.571948 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} executeQuery: Read 708 rows, 42.29 KiB in 0.00135 sec., 524444.4444444444 rows/sec., 30.59 MiB/sec. 2026.03.18 18:29:52.571985 [ 260 ] {4ba7a6cb-c3ff-4830-beda-71a468ddfd18} TCPHandler: Processed in 0.00151225 sec. 2026.03.18 18:29:52.572094 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.572189 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.572227 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.18 18:29:52.572591 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.572626 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.572926 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.18 18:29:52.573144 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} oximeter.fields_u64 (4dae3e49-adc7-4ac7-ba57-dc4b5a1ace74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.573267 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} executeQuery: Read 1 rows, 72.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 64.15 KiB/sec. 2026.03.18 18:29:52.573304 [ 260 ] {de7a70fe-9758-4f22-811b-6c32ea554269} TCPHandler: Processed in 0.001259266 sec. 2026.03.18 18:29:52.573405 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.573499 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:52.573538 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:52.574269 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.574304 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.574652 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 18:29:52.574859 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.574985 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} executeQuery: Read 1023 rows, 72.19 KiB in 0.001504 sec., 680186.170212766 rows/sec., 46.87 MiB/sec. 2026.03.18 18:29:52.575022 [ 260 ] {69366128-812f-4c75-8a76-09cfcfa6ffca} TCPHandler: Processed in 0.001665942 sec. 2026.03.18 18:29:52.575128 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.575222 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.575265 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:52.575874 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.575909 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.576316 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 18:29:52.576526 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.576651 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} executeQuery: Read 1219 rows, 78.06 KiB in 0.001447 sec., 842432.6192121631 rows/sec., 52.68 MiB/sec. 2026.03.18 18:29:52.576687 [ 260 ] {5998969d-55a9-4f4b-95c1-6500c7313fcb} TCPHandler: Processed in 0.001608961 sec. 2026.03.18 18:29:52.576803 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.576897 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.576950 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} 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.03.18 18:29:52.577705 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.577740 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.578261 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.18 18:29:52.578476 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.578613 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} executeQuery: Read 19 rows, 34.86 KiB in 0.001734 sec., 10957.324106113032 rows/sec., 19.64 MiB/sec. 2026.03.18 18:29:52.578665 [ 260 ] {22624403-2f45-4a7b-90c5-ee50165e4059} TCPHandler: Processed in 0.001911905 sec. 2026.03.18 18:29:52.578774 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:52.578868 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:52.578909 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:52.579220 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:52.579254 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:52.579564 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.18 18:29:52.579773 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:52.579895 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} executeQuery: Read 12 rows, 848.00 B in 0.001045 sec., 11483.253588516747 rows/sec., 792.46 KiB/sec. 2026.03.18 18:29:52.579931 [ 260 ] {5df43501-0f8e-401b-89e1-cc398589d625} TCPHandler: Processed in 0.001206586 sec. 2026.03.18 18:29:53.000272 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.79 MiB, peak 289.83 MiB, free memory in arenas 0.00 B, will set to 283.77 MiB (RSS), difference: -1.02 MiB 2026.03.18 18:29:54.745415 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41614 2026.03.18 18:29:54.745538 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.745564 [ 290 ] {} TCP-Session: f62553e2-d7d6-47b6-a5f9-11687696cf97 Authenticating user 'default' from [fd00:1122:3344:101::e]:41614 2026.03.18 18:29:54.745585 [ 290 ] {} TCP-Session: f62553e2-d7d6-47b6-a5f9-11687696cf97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.745598 [ 290 ] {} TCP-Session: f62553e2-d7d6-47b6-a5f9-11687696cf97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.745769 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36260 2026.03.18 18:29:54.745820 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64766 2026.03.18 18:29:54.745838 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53220 2026.03.18 18:29:54.745849 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63412 2026.03.18 18:29:54.745884 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.745867 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41994 2026.03.18 18:29:54.745921 [ 290 ] {} TCP-Session: f62553e2-d7d6-47b6-a5f9-11687696cf97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:54.745926 [ 291 ] {} TCP-Session: ef071bb5-3696-4241-b80d-676b3f36ff0e Authenticating user 'default' from [fd00:1122:3344:101::e]:36260 2026.03.18 18:29:54.745861 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58516 2026.03.18 18:29:54.745994 [ 291 ] {} TCP-Session: ef071bb5-3696-4241-b80d-676b3f36ff0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.745827 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39437 2026.03.18 18:29:54.746042 [ 291 ] {} TCP-Session: ef071bb5-3696-4241-b80d-676b3f36ff0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746053 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.745820 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46804 2026.03.18 18:29:54.746105 [ 286 ] {} TCP-Session: 6692254b-004a-4b1b-b615-5b1a690aec2c Authenticating user 'default' from [fd00:1122:3344:101::e]:53220 2026.03.18 18:29:54.746109 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} executeQuery: (from [fd00:1122:3344:101::e]:41614) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:29:54.746146 [ 286 ] {} TCP-Session: 6692254b-004a-4b1b-b615-5b1a690aec2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746159 [ 286 ] {} TCP-Session: 6692254b-004a-4b1b-b615-5b1a690aec2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746381 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:29:54.746409 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.746435 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:29:54.746447 [ 289 ] {} TCP-Session: 848cc62e-c798-49a8-a022-58f77face7e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41994 2026.03.18 18:29:54.746482 [ 289 ] {} TCP-Session: 848cc62e-c798-49a8-a022-58f77face7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746495 [ 289 ] {} TCP-Session: 848cc62e-c798-49a8-a022-58f77face7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746512 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.746545 [ 294 ] {} TCP-Session: f22238de-2cad-42f2-ae21-20fe77227f35 Authenticating user 'default' from [fd00:1122:3344:101::e]:39437 2026.03.18 18:29:54.746561 [ 294 ] {} TCP-Session: f22238de-2cad-42f2-ae21-20fe77227f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746573 [ 294 ] {} TCP-Session: f22238de-2cad-42f2-ae21-20fe77227f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.746722 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:29:54.746930 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.746967 [ 288 ] {} TCP-Session: 001ab93f-070c-4184-9fc6-d24c56e8d306 Authenticating user 'default' from [fd00:1122:3344:101::e]:58516 2026.03.18 18:29:54.746992 [ 288 ] {} TCP-Session: 001ab93f-070c-4184-9fc6-d24c56e8d306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747005 [ 288 ] {} TCP-Session: 001ab93f-070c-4184-9fc6-d24c56e8d306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747037 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.747070 [ 287 ] {} TCP-Session: a78c9d2e-3809-40c1-a5c5-b2ec6cce80a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:63412 2026.03.18 18:29:54.747087 [ 287 ] {} TCP-Session: a78c9d2e-3809-40c1-a5c5-b2ec6cce80a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747106 [ 287 ] {} TCP-Session: a78c9d2e-3809-40c1-a5c5-b2ec6cce80a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747150 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.747184 [ 292 ] {} TCP-Session: 2e6a2eb4-38b4-464a-b598-2502ae90ddcc Authenticating user 'default' from [fd00:1122:3344:101::e]:46804 2026.03.18 18:29:54.747201 [ 292 ] {} TCP-Session: 2e6a2eb4-38b4-464a-b598-2502ae90ddcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747217 [ 292 ] {} TCP-Session: 2e6a2eb4-38b4-464a-b598-2502ae90ddcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747256 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:54.747290 [ 293 ] {} TCP-Session: 9b133295-e43f-4568-8ecd-64179aa4d8ed Authenticating user 'default' from [fd00:1122:3344:101::e]:64766 2026.03.18 18:29:54.747308 [ 293 ] {} TCP-Session: 9b133295-e43f-4568-8ecd-64179aa4d8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747320 [ 293 ] {} TCP-Session: 9b133295-e43f-4568-8ecd-64179aa4d8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.747662 [ 301 ] {d5a4a908-585b-4742-97a0-29e659153e21} AggregatingTransform: Aggregating 2026.03.18 18:29:54.747696 [ 301 ] {d5a4a908-585b-4742-97a0-29e659153e21} Aggregator: Aggregation method: without_key 2026.03.18 18:29:54.747733 [ 301 ] {d5a4a908-585b-4742-97a0-29e659153e21} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911052 sec. (1097.632 rows/sec., 42.88 KiB/sec.) 2026.03.18 18:29:54.747751 [ 301 ] {d5a4a908-585b-4742-97a0-29e659153e21} Aggregator: Merging aggregated data 2026.03.18 18:29:54.748966 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} executeQuery: Read 1 rows, 40.00 B in 0.00291 sec., 343.6426116838488 rows/sec., 13.42 KiB/sec. 2026.03.18 18:29:54.749119 [ 290 ] {d5a4a908-585b-4742-97a0-29e659153e21} TCPHandler: Processed in 0.003310394 sec. 2026.03.18 18:29:54.749212 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749241 [ 290 ] {} TCP-Session: f62553e2-d7d6-47b6-a5f9-11687696cf97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749242 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749264 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749293 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749297 [ 289 ] {} TCP-Session: 848cc62e-c798-49a8-a022-58f77face7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749311 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749326 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749342 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749358 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749377 [ 294 ] {} TCP-Session: f22238de-2cad-42f2-ae21-20fe77227f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749390 [ 286 ] {} TCP-Session: 6692254b-004a-4b1b-b615-5b1a690aec2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749412 [ 288 ] {} TCP-Session: 001ab93f-070c-4184-9fc6-d24c56e8d306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749372 [ 287 ] {} TCP-Session: a78c9d2e-3809-40c1-a5c5-b2ec6cce80a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749333 [ 293 ] {} TCP-Session: 9b133295-e43f-4568-8ecd-64179aa4d8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749311 [ 291 ] {} TCP-Session: ef071bb5-3696-4241-b80d-676b3f36ff0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:54.749298 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:54.749527 [ 292 ] {} TCP-Session: 2e6a2eb4-38b4-464a-b598-2502ae90ddcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.132768 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37696 2026.03.18 18:29:56.132893 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.132922 [ 290 ] {} TCP-Session: 92d8c329-981f-4456-b72f-950e676e40f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:37696 2026.03.18 18:29:56.132944 [ 290 ] {} TCP-Session: 92d8c329-981f-4456-b72f-950e676e40f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.132956 [ 290 ] {} TCP-Session: 92d8c329-981f-4456-b72f-950e676e40f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133157 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57171 2026.03.18 18:29:56.133210 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45152 2026.03.18 18:29:56.133230 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41877 2026.03.18 18:29:56.133284 [ 290 ] {} TCP-Session: 92d8c329-981f-4456-b72f-950e676e40f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:56.133272 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50634 2026.03.18 18:29:56.133271 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133343 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133367 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133382 [ 291 ] {} TCP-Session: 05b84eb9-ed7a-45e3-a2cc-9c93c55c020a Authenticating user 'default' from [fd00:1122:3344:101::e]:57171 2026.03.18 18:29:56.133397 [ 292 ] {} TCP-Session: 6dcb56af-1ca1-4003-b0c3-1653d5130863 Authenticating user 'default' from [fd00:1122:3344:101::e]:45152 2026.03.18 18:29:56.133419 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133433 [ 291 ] {} TCP-Session: 05b84eb9-ed7a-45e3-a2cc-9c93c55c020a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133425 [ 286 ] {} TCP-Session: 3f563b22-003d-409f-89ef-99d29bb98310 Authenticating user 'default' from [fd00:1122:3344:101::e]:41877 2026.03.18 18:29:56.133465 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} executeQuery: (from [fd00:1122:3344:101::e]:37696) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:29:56.133463 [ 291 ] {} TCP-Session: 05b84eb9-ed7a-45e3-a2cc-9c93c55c020a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133482 [ 286 ] {} TCP-Session: 3f563b22-003d-409f-89ef-99d29bb98310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133460 [ 289 ] {} TCP-Session: ee0d96d7-a272-4610-acf4-5771810173cb Authenticating user 'default' from [fd00:1122:3344:101::e]:50634 2026.03.18 18:29:56.133520 [ 286 ] {} TCP-Session: 3f563b22-003d-409f-89ef-99d29bb98310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133444 [ 292 ] {} TCP-Session: 6dcb56af-1ca1-4003-b0c3-1653d5130863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133567 [ 289 ] {} TCP-Session: ee0d96d7-a272-4610-acf4-5771810173cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133603 [ 292 ] {} TCP-Session: 6dcb56af-1ca1-4003-b0c3-1653d5130863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133619 [ 289 ] {} TCP-Session: ee0d96d7-a272-4610-acf4-5771810173cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133253 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39074 2026.03.18 18:29:56.133224 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42491 2026.03.18 18:29:56.133222 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50411 2026.03.18 18:29:56.133732 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133742 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:29:56.133766 [ 287 ] {} TCP-Session: d53d11fb-d300-4e6a-a135-d83da1e32a99 Authenticating user 'default' from [fd00:1122:3344:101::e]:39074 2026.03.18 18:29:56.133738 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133794 [ 287 ] {} TCP-Session: d53d11fb-d300-4e6a-a135-d83da1e32a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133800 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.133810 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:29:56.133824 [ 287 ] {} TCP-Session: d53d11fb-d300-4e6a-a135-d83da1e32a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133849 [ 294 ] {} TCP-Session: 7d7d1160-8d3c-4c7b-bd09-756b7a324cf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50411 2026.03.18 18:29:56.133817 [ 293 ] {} TCP-Session: 7fba026e-23fd-41c0-8a95-65189df01cbb Authenticating user 'default' from [fd00:1122:3344:101::e]:42491 2026.03.18 18:29:56.133888 [ 294 ] {} TCP-Session: 7d7d1160-8d3c-4c7b-bd09-756b7a324cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133905 [ 293 ] {} TCP-Session: 7fba026e-23fd-41c0-8a95-65189df01cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133923 [ 294 ] {} TCP-Session: 7d7d1160-8d3c-4c7b-bd09-756b7a324cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133930 [ 293 ] {} TCP-Session: 7fba026e-23fd-41c0-8a95-65189df01cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.133264 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52270 2026.03.18 18:29:56.134034 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.134058 [ 288 ] {} TCP-Session: b253ae1d-43ee-44ae-ab10-707dc3695128 Authenticating user 'default' from [fd00:1122:3344:101::e]:52270 2026.03.18 18:29:56.134076 [ 288 ] {} TCP-Session: b253ae1d-43ee-44ae-ab10-707dc3695128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.134090 [ 288 ] {} TCP-Session: b253ae1d-43ee-44ae-ab10-707dc3695128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.134105 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:29:56.135152 [ 345 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} AggregatingTransform: Aggregating 2026.03.18 18:29:56.135199 [ 345 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} Aggregator: Aggregation method: without_key 2026.03.18 18:29:56.135231 [ 345 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001000373 sec. (999.627 rows/sec., 39.05 KiB/sec.) 2026.03.18 18:29:56.135248 [ 345 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} Aggregator: Merging aggregated data 2026.03.18 18:29:56.136583 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} executeQuery: Read 1 rows, 40.00 B in 0.003177 sec., 314.7623544224111 rows/sec., 12.30 KiB/sec. 2026.03.18 18:29:56.136737 [ 290 ] {a27e558c-2ab8-4a47-90b3-c0a3f6a26726} TCPHandler: Processed in 0.003578657 sec. 2026.03.18 18:29:56.136822 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136852 [ 290 ] {} TCP-Session: 92d8c329-981f-4456-b72f-950e676e40f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136853 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136874 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136889 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136907 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136926 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136935 [ 286 ] {} TCP-Session: 3f563b22-003d-409f-89ef-99d29bb98310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136953 [ 287 ] {} TCP-Session: d53d11fb-d300-4e6a-a135-d83da1e32a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136964 [ 291 ] {} TCP-Session: 05b84eb9-ed7a-45e3-a2cc-9c93c55c020a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136963 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136992 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.136944 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.137026 [ 288 ] {} TCP-Session: b253ae1d-43ee-44ae-ab10-707dc3695128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.137018 [ 292 ] {} TCP-Session: 6dcb56af-1ca1-4003-b0c3-1653d5130863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.137065 [ 293 ] {} TCP-Session: 7fba026e-23fd-41c0-8a95-65189df01cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136923 [ 294 ] {} TCP-Session: 7d7d1160-8d3c-4c7b-bd09-756b7a324cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.136900 [ 289 ] {} TCP-Session: ee0d96d7-a272-4610-acf4-5771810173cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.218576 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60798 2026.03.18 18:29:56.218687 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.218713 [ 290 ] {} TCP-Session: 5e0c531d-4e17-414d-9211-1cd7e1d26cb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:60798 2026.03.18 18:29:56.218734 [ 290 ] {} TCP-Session: 5e0c531d-4e17-414d-9211-1cd7e1d26cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.218746 [ 290 ] {} TCP-Session: 5e0c531d-4e17-414d-9211-1cd7e1d26cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.218960 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40906 2026.03.18 18:29:56.218996 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56137 2026.03.18 18:29:56.219017 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37872 2026.03.18 18:29:56.219036 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64237 2026.03.18 18:29:56.219029 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46964 2026.03.18 18:29:56.219132 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219132 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219119 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219179 [ 291 ] {} TCP-Session: 58d3875d-71f8-460e-8723-c77a4dded072 Authenticating user 'default' from [fd00:1122:3344:101::e]:40906 2026.03.18 18:29:56.219188 [ 287 ] {} TCP-Session: 7833ecbc-c4c2-474b-9b2b-33df71c7cb37 Authenticating user 'default' from [fd00:1122:3344:101::e]:37872 2026.03.18 18:29:56.219209 [ 294 ] {} TCP-Session: 81a21963-1ec9-4228-87a1-313c397660f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56137 2026.03.18 18:29:56.219220 [ 291 ] {} TCP-Session: 58d3875d-71f8-460e-8723-c77a4dded072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219228 [ 287 ] {} TCP-Session: 7833ecbc-c4c2-474b-9b2b-33df71c7cb37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219249 [ 291 ] {} TCP-Session: 58d3875d-71f8-460e-8723-c77a4dded072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219242 [ 294 ] {} TCP-Session: 81a21963-1ec9-4228-87a1-313c397660f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219258 [ 287 ] {} TCP-Session: 7833ecbc-c4c2-474b-9b2b-33df71c7cb37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219281 [ 294 ] {} TCP-Session: 81a21963-1ec9-4228-87a1-313c397660f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219224 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219181 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219345 [ 288 ] {} TCP-Session: 9565b56b-3be2-4257-8547-3a3e7cedfdfd Authenticating user 'default' from [fd00:1122:3344:101::e]:46964 2026.03.18 18:29:56.218992 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34606 2026.03.18 18:29:56.219381 [ 288 ] {} TCP-Session: 9565b56b-3be2-4257-8547-3a3e7cedfdfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219368 [ 289 ] {} TCP-Session: 49be8a3f-4e0a-4ae7-aa56-c8afcc545e5d Authenticating user 'default' from [fd00:1122:3344:101::e]:64237 2026.03.18 18:29:56.219419 [ 288 ] {} TCP-Session: 9565b56b-3be2-4257-8547-3a3e7cedfdfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.218986 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34356 2026.03.18 18:29:56.219447 [ 289 ] {} TCP-Session: 49be8a3f-4e0a-4ae7-aa56-c8afcc545e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219460 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219487 [ 289 ] {} TCP-Session: 49be8a3f-4e0a-4ae7-aa56-c8afcc545e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219006 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52636 2026.03.18 18:29:56.219516 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219504 [ 293 ] {} TCP-Session: 253c22bc-b815-4f39-8e1f-84e6425565d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34606 2026.03.18 18:29:56.219557 [ 292 ] {} TCP-Session: d0ffe8cf-3f60-43b1-bb2c-d960b0ec7d1b Authenticating user 'default' from [fd00:1122:3344:101::e]:34356 2026.03.18 18:29:56.219580 [ 293 ] {} TCP-Session: 253c22bc-b815-4f39-8e1f-84e6425565d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219583 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.18 18:29:56.219616 [ 293 ] {} TCP-Session: 253c22bc-b815-4f39-8e1f-84e6425565d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219635 [ 286 ] {} TCP-Session: 26a658e1-93f2-4617-b1fb-74e7b928dbb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52636 2026.03.18 18:29:56.219591 [ 292 ] {} TCP-Session: d0ffe8cf-3f60-43b1-bb2c-d960b0ec7d1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219666 [ 286 ] {} TCP-Session: 26a658e1-93f2-4617-b1fb-74e7b928dbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219681 [ 292 ] {} TCP-Session: d0ffe8cf-3f60-43b1-bb2c-d960b0ec7d1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219694 [ 286 ] {} TCP-Session: 26a658e1-93f2-4617-b1fb-74e7b928dbb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.219117 [ 290 ] {} TCP-Session: 5e0c531d-4e17-414d-9211-1cd7e1d26cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:56.219871 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} executeQuery: (from [fd00:1122:3344:101::e]:60798) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.18 18:29:56.220109 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.18 18:29:56.220160 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.18 18:29:56.220430 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} oximeter.version (72449b43-9b6b-4720-8631-763f56d65e2d) (SelectExecutor): Key condition: unknown 2026.03.18 18:29:56.221399 [ 314 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} AggregatingTransform: Aggregating 2026.03.18 18:29:56.221449 [ 314 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} Aggregator: Aggregation method: without_key 2026.03.18 18:29:56.221482 [ 314 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959773 sec. (1041.913 rows/sec., 40.70 KiB/sec.) 2026.03.18 18:29:56.221501 [ 314 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} Aggregator: Merging aggregated data 2026.03.18 18:29:56.222991 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} executeQuery: Read 1 rows, 40.00 B in 0.003175 sec., 314.96062992125985 rows/sec., 12.30 KiB/sec. 2026.03.18 18:29:56.223107 [ 290 ] {ee1a6006-b156-4545-9c40-f74bc782d3c4} TCPHandler: Processed in 0.004097075 sec. 2026.03.18 18:29:56.223221 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223248 [ 290 ] {} TCP-Session: 5e0c531d-4e17-414d-9211-1cd7e1d26cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223252 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223271 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223289 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223300 [ 291 ] {} TCP-Session: 58d3875d-71f8-460e-8723-c77a4dded072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223310 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223339 [ 292 ] {} TCP-Session: d0ffe8cf-3f60-43b1-bb2c-d960b0ec7d1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223345 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223377 [ 286 ] {} TCP-Session: 26a658e1-93f2-4617-b1fb-74e7b928dbb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223369 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223406 [ 293 ] {} TCP-Session: 253c22bc-b815-4f39-8e1f-84e6425565d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223420 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223439 [ 288 ] {} TCP-Session: 9565b56b-3be2-4257-8547-3a3e7cedfdfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223331 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.18 18:29:56.223472 [ 287 ] {} TCP-Session: 7833ecbc-c4c2-474b-9b2b-33df71c7cb37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223319 [ 289 ] {} TCP-Session: 49be8a3f-4e0a-4ae7-aa56-c8afcc545e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:56.223511 [ 294 ] {} TCP-Session: 81a21963-1ec9-4228-87a1-313c397660f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.18 18:29:57.109116 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15834 2026.03.18 18:29:57.109651 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.109706 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.110220 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:29:57.110462 [ 244 ] {} system.asynchronous_metric_log (539e89ac-cc46-49d7-8851-691706b5ad16): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.110608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15834 2026.03.18 18:29:57.151233 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:57.151431 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:29:57.151503 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:29:57.152185 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.152229 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.152619 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 18:29:57.152840 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.153003 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} executeQuery: Read 56 rows, 4.41 KiB in 0.001624 sec., 34482.75862068965 rows/sec., 2.65 MiB/sec. 2026.03.18 18:29:57.153051 [ 260 ] {e7f38654-e91c-4b6f-a0f0-a6ffae715d4f} TCPHandler: Processed in 0.001949466 sec. 2026.03.18 18:29:57.153170 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:57.153272 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:29:57.153374 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:29:57.153805 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.153843 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.154150 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 18:29:57.154363 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.154491 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} executeQuery: Read 64 rows, 5.12 KiB in 0.001243 sec., 51488.334674175385 rows/sec., 4.02 MiB/sec. 2026.03.18 18:29:57.154530 [ 260 ] {79fd5ef9-8eb3-4bee-9e51-68b5eb3d6d58} TCPHandler: Processed in 0.001412048 sec. 2026.03.18 18:29:57.154636 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:57.154789 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:29:57.154834 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:29:57.155212 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.155249 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.155571 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 18:29:57.155880 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.156050 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} executeQuery: Read 128 rows, 9.13 KiB in 0.001279 sec., 100078.18608287725 rows/sec., 6.97 MiB/sec. 2026.03.18 18:29:57.156095 [ 260 ] {9706efe4-b784-47e1-b214-8af2f70b83e3} TCPHandler: Processed in 0.0015085 sec. 2026.03.18 18:29:57.156218 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:29:57.156333 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:29:57.156382 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:29:57.156801 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.156837 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.157170 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.18 18:29:57.157381 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.157519 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} executeQuery: Read 48 rows, 3.31 KiB in 0.001211 sec., 39636.66391412056 rows/sec., 2.67 MiB/sec. 2026.03.18 18:29:57.157555 [ 260 ] {855fda80-fa37-4d8f-9d7c-2cb38f2d7a4b} TCPHandler: Processed in 0.001397659 sec. 2026.03.18 18:29:57.943472 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.18 18:29:57.959539 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:57.959599 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:57.965519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.18 18:29:57.966224 [ 243 ] {} system.metric_log (f59cb0b4-1883-40c8-a982-6a9f6259cb7d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:57.968985 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.18 18:29:59.649299 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 910 2026.03.18 18:29:59.651873 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:29:59.651930 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:29:59.653152 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.18 18:29:59.653437 [ 242 ] {} system.query_log (3637ea24-eb3e-488d-acb7-abef373bd10b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:29:59.653814 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 910 2026.03.18 18:30:02.155889 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.156077 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.18 18:30:02.156144 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.18 18:30:02.156868 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.156918 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:30:02.157413 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 18:30:02.157752 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.157906 [ 134 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 18:30:02.157923 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} executeQuery: Read 116 rows, 10.09 KiB in 0.001898 sec., 61116.96522655427 rows/sec., 5.19 MiB/sec. 2026.03.18 18:30:02.157969 [ 134 ] {} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.157994 [ 260 ] {fb13a285-f170-4590-9fc8-15fdc20db46b} TCPHandler: Processed in 0.00226954 sec. 2026.03.18 18:30:02.157994 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.03.18 18:30:02.158113 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.18 18:30:02.158154 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.158215 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:30:02.158251 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2888 rows starting from the beginning of the part 2026.03.18 18:30:02.158274 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.18 18:30:02.158316 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 76 rows starting from the beginning of the part 2026.03.18 18:30:02.158329 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.18 18:30:02.158363 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 116 rows starting from the beginning of the part 2026.03.18 18:30:02.158411 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1958 rows starting from the beginning of the part 2026.03.18 18:30:02.158449 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part 2026.03.18 18:30:02.158487 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 116 rows starting from the beginning of the part 2026.03.18 18:30:02.158854 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.158903 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.159254 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.18 18:30:02.159534 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.159656 [ 134 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.18 18:30:02.159668 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} executeQuery: Read 30 rows, 2.26 KiB in 0.001415 sec., 21201.413427561838 rows/sec., 1.56 MiB/sec. 2026.03.18 18:30:02.159703 [ 134 ] {} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.159731 [ 260 ] {983bd164-9990-43e2-9b3a-6e2b477393ee} TCPHandler: Processed in 0.001637301 sec. 2026.03.18 18:30:02.159735 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.159862 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.159864 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.18 18:30:02.159966 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.18 18:30:02.160013 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:30:02.160014 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.18 18:30:02.160057 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 223 rows starting from the beginning of the part 2026.03.18 18:30:02.160139 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part 2026.03.18 18:30:02.160198 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part 2026.03.18 18:30:02.160245 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part 2026.03.18 18:30:02.160286 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part 2026.03.18 18:30:02.160329 [ 188 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part 2026.03.18 18:30:02.160510 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.160557 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.160609 [ 192 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002533383 sec., 2056538.628387417 rows/sec., 166.06 MiB/sec. 2026.03.18 18:30:02.160881 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 18:30:02.160952 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 18:30:02.161246 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.161283 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.161302 [ 195 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148312 sec., 245428.55601704514 rows/sec., 17.52 MiB/sec. 2026.03.18 18:30:02.161348 [ 194 ] {6c06be55-3bad-4d2a-bf1e-955319f39684::all_1_51_10} oximeter.fields_string (6c06be55-3bad-4d2a-bf1e-955319f39684) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 18:30:02.161415 [ 134 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 18:30:02.161431 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} executeQuery: Read 94 rows, 7.52 KiB in 0.001484 sec., 63342.318059299185 rows/sec., 4.95 MiB/sec. 2026.03.18 18:30:02.161445 [ 134 ] {} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.161435 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.18 18:30:02.161478 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.161483 [ 260 ] {8a8aecf8-6b79-4cbe-a90f-9a04465b65c1} TCPHandler: Processed in 0.001672352 sec. 2026.03.18 18:30:02.161528 [ 192 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.18 18:30:02.161548 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.18 18:30:02.161615 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.161638 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:30:02.161674 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1549 rows starting from the beginning of the part 2026.03.18 18:30:02.161724 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.18 18:30:02.161734 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 74 rows starting from the beginning of the part 2026.03.18 18:30:02.161787 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.18 18:30:02.161798 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 94 rows starting from the beginning of the part 2026.03.18 18:30:02.161827 [ 192 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.161852 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1023 rows starting from the beginning of the part 2026.03.18 18:30:02.161899 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part 2026.03.18 18:30:02.161911 [ 192 ] {ff3a130d-7c2c-4a76-8a65-e524233828e0::all_1_41_8} oximeter.fields_u16 (ff3a130d-7c2c-4a76-8a65-e524233828e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.18 18:30:02.161940 [ 194 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 94 rows starting from the beginning of the part 2026.03.18 18:30:02.161999 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.18 18:30:02.162255 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.162302 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.162693 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 18:30:02.162958 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.163085 [ 134 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 18:30:02.163109 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} executeQuery: Read 160 rows, 11.41 KiB in 0.001404 sec., 113960.11396011396 rows/sec., 7.94 MiB/sec. 2026.03.18 18:30:02.163122 [ 134 ] {} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.163152 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.163159 [ 260 ] {fa25d636-5ea0-4771-a4f3-a163959bbc6f} TCPHandler: Processed in 0.001594771 sec. 2026.03.18 18:30:02.163205 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2898 rows, containing 5 columns (5 merged, 0 gathered) in 0.001684722 sec., 1720165.1073589588 rows/sec., 127.66 MiB/sec. 2026.03.18 18:30:02.163238 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.18 18:30:02.163291 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.163339 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:30:02.163370 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14968 rows starting from the beginning of the part 2026.03.18 18:30:02.163392 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.18 18:30:02.163424 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.03.18 18:30:02.163430 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 18:30:02.163456 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} 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.03.18 18:30:02.163475 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.03.18 18:30:02.163526 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1219 rows starting from the beginning of the part 2026.03.18 18:30:02.163580 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part 2026.03.18 18:30:02.163639 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.03.18 18:30:02.163730 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.163817 [ 198 ] {f57f2f63-206b-4724-80b1-38fea8db11b0::all_1_51_10} oximeter.fields_uuid (f57f2f63-206b-4724-80b1-38fea8db11b0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 18:30:02.163882 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.03.18 18:30:02.164454 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.164500 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.165267 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.18 18:30:02.165609 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} oximeter.measurements_histogramu64 (82477220-c6f9-430d-b97c-86567c06c4c6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.165801 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} executeQuery: Read 30 rows, 55.05 KiB in 0.002428 sec., 12355.848434925865 rows/sec., 22.14 MiB/sec. 2026.03.18 18:30:02.165873 [ 260 ] {cf3811b0-8da2-4da9-ac85-9c565594a1e9} TCPHandler: Processed in 0.002630995 sec. 2026.03.18 18:30:02.166005 [ 260 ] {} TCP-Session: 6c9877d8-9f11-47fa-882f-95e4384c5608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.18 18:30:02.166102 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} executeQuery: (from [fd00:1122:3344:101::d]:53675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.18 18:30:02.166147 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.18 18:30:02.166550 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.166591 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.166972 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.18 18:30:02.167217 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.167334 [ 134 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.18 18:30:02.167351 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. 2026.03.18 18:30:02.167370 [ 134 ] {} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.18 18:30:02.167392 [ 260 ] {fc141ab0-06e1-4acf-a001-07beda36cd8f} TCPHandler: Processed in 0.00148863 sec. 2026.03.18 18:30:02.167395 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.03.18 18:30:02.167501 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.18 18:30:02.167622 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.18 18:30:02.167723 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2520 rows starting from the beginning of the part 2026.03.18 18:30:02.167788 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.03.18 18:30:02.167832 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.03.18 18:30:02.167869 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part 2026.03.18 18:30:02.167907 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part 2026.03.18 18:30:02.167946 [ 187 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.03.18 18:30:02.169382 [ 188 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16795 rows, containing 5 columns (5 merged, 0 gathered) in 0.006176973 sec., 2718969.307458524 rows/sec., 182.18 MiB/sec. 2026.03.18 18:30:02.169402 [ 191 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 4 columns (4 merged, 0 gathered) in 0.001891446 sec., 1459201.055700242 rows/sec., 97.53 MiB/sec. 2026.03.18 18:30:02.169613 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 18:30:02.169742 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.18 18:30:02.169948 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.170053 [ 187 ] {280c202d-0e9a-41ae-9cc2-f24548d5d526::all_1_51_10} oximeter.measurements_cumulativeu64 (280c202d-0e9a-41ae-9cc2-f24548d5d526) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 18:30:02.170087 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.18 18:30:02.170157 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2026.03.18 18:30:02.170184 [ 192 ] {4b86b8a3-1f16-43b8-b044-17c5b533abe4::all_1_51_10} oximeter.measurements_u64 (4b86b8a3-1f16-43b8-b044-17c5b533abe4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.18 18:30:02.170295 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.