[ May 13 18:37:20 Enabled. ] [ May 13 18:37:20 Rereading configuration. ] [ May 13 18:37:21 Rereading configuration. ] [ May 13 18:37:32 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 [ May 13 18:37:32 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.05.13 18:37:33.807093 [ 1 ] {} Application: Will watch for the process with pid 23905 2026.05.13 18:37:33.807519 [ 1 ] {} Application: Forked a child process to watch 2026.05.13 18:37:34.291473 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23905 2026.05.13 18:37:34.292268 [ 1 ] {} Application: starting up 2026.05.13 18:37:34.292415 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.13 18:37:34.396264 [ 1 ] {} Application: Available RAM: 127.81 GiB; physical cores: 48; logical cores: 48. 2026.05.13 18:37:34.421474 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.13 18:37:34.421556 [ 1 ] {} Application: Initializing DateLUT. 2026.05.13 18:37:34.421575 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.13 18:37:34.421635 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.13 18:37:34.422413 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.13 18:37:34.424302 [ 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.05.13 18:37:34.425164 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.13 18:37:34.426064 [ 1 ] {} Application: Setting max_server_memory_usage was set to 115.03 GiB (127.81 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.13 18:37:34.426122 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 63.90 GiB (127.81 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.13 18:37:34.426168 [ 1 ] {} Application: Merges and mutations memory limit is set to 63.90 GiB 2026.05.13 18:37:34.426930 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.13 18:37:34.427982 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.13 18:37:34.435326 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.13 18:37:34.436197 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.13 18:37:34.437692 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.13 18:37:34.437803 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.13 18:37:34.438606 [ 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.05.13 18:37:34.439186 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.13 18:37:34.443411 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.13 18:37:34.443789 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.13 18:37:34.447155 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.13 18:37:34.447596 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.13 18:37:34.448046 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.13 18:37:34.448434 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.13 18:37:34.450218 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.13 18:37:34.450302 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.13 18:37:34.450398 [ 147 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:37:34.450469 [ 147 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:37:34.456856 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.13 18:37:34.456892 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000194034 sec 2026.05.13 18:37:34.456955 [ 1 ] {} ReferentialDeps: No tables 2026.05.13 18:37:34.457003 [ 1 ] {} LoadingDeps: No tables 2026.05.13 18:37:34.457773 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.13 18:37:34.458451 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.13 18:37:34.469713 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.13 18:37:34.469756 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.13 18:37:34.469839 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.13 18:37:34.469853 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.13 18:37:34.469884 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.13 18:37:34.469960 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.13 18:37:34.474267 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.13 18:37:34.474323 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.13 18:37:34.474390 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.13 18:37:34.474593 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.13 18:37:34.474635 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.13 18:37:34.474649 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.13 18:37:34.474737 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.13 18:37:34.474750 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.13 18:37:34.474779 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.13 18:37:34.474860 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.13 18:37:34.500752 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.13 18:37:34.501558 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.13 18:37:34.501658 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000119092 sec 2026.05.13 18:37:34.501673 [ 1 ] {} ReferentialDeps: No tables 2026.05.13 18:37:34.501683 [ 1 ] {} LoadingDeps: No tables 2026.05.13 18:37:34.501710 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.13 18:37:34.501934 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.13 18:37:34.502047 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.13 18:37:34.502067 [ 1 ] {} Application: Loaded metadata. 2026.05.13 18:37:34.502078 [ 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.05.13 18:37:34.502089 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.13 18:37:34.505829 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.13 18:37:34.506015 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.75 MiB (RSS), difference: 91.97 MiB 2026.05.13 18:37:34.507675 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000105492 sec. 2026.05.13 18:37:34.508192 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.13 18:37:34.509604 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.13 18:37:34.509622 [ 1 ] {} Application: Ready for connections. 2026.05.13 18:37:34.542790 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56675 2026.05.13 18:37:34.543812 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.543884 [ 3 ] {} TCP-Session: 11ef88cd-6f5f-4d9b-8e0c-a0ee326fdc0c Authenticating user 'default' from [fd00:1122:3344:101::b]:56675 2026.05.13 18:37:34.543914 [ 3 ] {} TCP-Session: 11ef88cd-6f5f-4d9b-8e0c-a0ee326fdc0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.543997 [ 3 ] {} TCP-Session: 11ef88cd-6f5f-4d9b-8e0c-a0ee326fdc0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.544093 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.13 18:37:34.544119 [ 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.05.13 18:37:34.544196 [ 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.05.13 18:37:34.544670 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58365 2026.05.13 18:37:34.544769 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.544778 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43630 2026.05.13 18:37:34.544789 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45197 2026.05.13 18:37:34.544794 [ 4 ] {} TCP-Session: 17d04e44-48fd-487d-aa5e-c10d9f3fca87 Authenticating user 'default' from [fd00:1122:3344:101::b]:58365 2026.05.13 18:37:34.544958 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47023 2026.05.13 18:37:34.544969 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.544966 [ 4 ] {} TCP-Session: 17d04e44-48fd-487d-aa5e-c10d9f3fca87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545036 [ 254 ] {} TCP-Session: 90b4e744-043b-47c3-a400-26e39f617448 Authenticating user 'default' from [fd00:1122:3344:101::b]:43630 2026.05.13 18:37:34.545095 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34533 2026.05.13 18:37:34.545106 [ 4 ] {} TCP-Session: 17d04e44-48fd-487d-aa5e-c10d9f3fca87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545152 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.545130 [ 254 ] {} TCP-Session: 90b4e744-043b-47c3-a400-26e39f617448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545107 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.545261 [ 255 ] {} TCP-Session: 487a05a3-71df-4133-9ca2-9c3d41cdf05d Authenticating user 'default' from [fd00:1122:3344:101::b]:47023 2026.05.13 18:37:34.545275 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.545230 [ 254 ] {} TCP-Session: 90b4e744-043b-47c3-a400-26e39f617448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545310 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51125 2026.05.13 18:37:34.545382 [ 255 ] {} TCP-Session: 487a05a3-71df-4133-9ca2-9c3d41cdf05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545366 [ 256 ] {} TCP-Session: 838b518c-63c2-479f-b10c-cff0571880c6 Authenticating user 'default' from [fd00:1122:3344:101::b]:34533 2026.05.13 18:37:34.545418 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60177 2026.05.13 18:37:34.545473 [ 256 ] {} TCP-Session: 838b518c-63c2-479f-b10c-cff0571880c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545487 [ 255 ] {} TCP-Session: 487a05a3-71df-4133-9ca2-9c3d41cdf05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545341 [ 5 ] {} TCP-Session: 8ac72a39-1e1a-40f2-aaf4-e7f3f5dc8e5d Authenticating user 'default' from [fd00:1122:3344:101::b]:45197 2026.05.13 18:37:34.545585 [ 256 ] {} TCP-Session: 838b518c-63c2-479f-b10c-cff0571880c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545551 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.545654 [ 5 ] {} TCP-Session: 8ac72a39-1e1a-40f2-aaf4-e7f3f5dc8e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545672 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.545669 [ 257 ] {} TCP-Session: f46b2e57-00dc-494a-a8c7-e14b8c051143 Authenticating user 'default' from [fd00:1122:3344:101::b]:51125 2026.05.13 18:37:34.545756 [ 5 ] {} TCP-Session: 8ac72a39-1e1a-40f2-aaf4-e7f3f5dc8e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545777 [ 257 ] {} TCP-Session: f46b2e57-00dc-494a-a8c7-e14b8c051143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545810 [ 258 ] {} TCP-Session: 31b0ecba-84ee-4c7e-b6cf-620206e981d1 Authenticating user 'default' from [fd00:1122:3344:101::b]:60177 2026.05.13 18:37:34.545889 [ 257 ] {} TCP-Session: f46b2e57-00dc-494a-a8c7-e14b8c051143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.545909 [ 258 ] {} TCP-Session: 31b0ecba-84ee-4c7e-b6cf-620206e981d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.546001 [ 258 ] {} TCP-Session: 31b0ecba-84ee-4c7e-b6cf-620206e981d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.583125 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53794 2026.05.13 18:37:34.583257 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.583386 [ 259 ] {} TCP-Session: 89fa92ef-9520-4a0e-b546-60bc0a25a4c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:53794 2026.05.13 18:37:34.583409 [ 259 ] {} TCP-Session: 89fa92ef-9520-4a0e-b546-60bc0a25a4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.583422 [ 259 ] {} TCP-Session: 89fa92ef-9520-4a0e-b546-60bc0a25a4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.583551 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.13 18:37:34.583585 [ 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.05.13 18:37:34.583671 [ 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.05.13 18:37:34.584148 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57522 2026.05.13 18:37:34.584154 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46323 2026.05.13 18:37:34.584254 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43274 2026.05.13 18:37:34.584345 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57298 2026.05.13 18:37:34.584402 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.584502 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.584504 [ 261 ] {} TCP-Session: 2a107bde-9af1-4748-8458-94fda1e573c1 Authenticating user 'default' from [fd00:1122:3344:101::a]:57522 2026.05.13 18:37:34.584536 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39915 2026.05.13 18:37:34.584560 [ 260 ] {} TCP-Session: e8d6b5e7-5615-4f8a-a932-94213b5b9307 Authenticating user 'default' from [fd00:1122:3344:101::a]:46323 2026.05.13 18:37:34.584618 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.584554 [ 261 ] {} TCP-Session: 2a107bde-9af1-4748-8458-94fda1e573c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.584681 [ 260 ] {} TCP-Session: e8d6b5e7-5615-4f8a-a932-94213b5b9307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.584713 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39728 2026.05.13 18:37:34.584749 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.584710 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.584815 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37526 2026.05.13 18:37:34.584799 [ 264 ] {} TCP-Session: a7c178b6-15a0-45ea-a2eb-7f20ed8038ee Authenticating user 'default' from [fd00:1122:3344:101::a]:39915 2026.05.13 18:37:34.584781 [ 260 ] {} TCP-Session: e8d6b5e7-5615-4f8a-a932-94213b5b9307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.584711 [ 262 ] {} TCP-Session: dc22d0fa-79af-4145-ac31-d9667e6aaca8 Authenticating user 'default' from [fd00:1122:3344:101::a]:43274 2026.05.13 18:37:34.584955 [ 264 ] {} TCP-Session: a7c178b6-15a0-45ea-a2eb-7f20ed8038ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.584933 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.585012 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:34.585045 [ 264 ] {} TCP-Session: a7c178b6-15a0-45ea-a2eb-7f20ed8038ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585039 [ 265 ] {} TCP-Session: b0edc7c3-63be-451f-bd98-9c2387eb839e Authenticating user 'default' from [fd00:1122:3344:101::a]:39728 2026.05.13 18:37:34.585029 [ 262 ] {} TCP-Session: dc22d0fa-79af-4145-ac31-d9667e6aaca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585109 [ 265 ] {} TCP-Session: b0edc7c3-63be-451f-bd98-9c2387eb839e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.584920 [ 263 ] {} TCP-Session: 6ccc2e7d-c47d-4e40-bdd1-0c7371f6d9f0 Authenticating user 'default' from [fd00:1122:3344:101::a]:57298 2026.05.13 18:37:34.584683 [ 261 ] {} TCP-Session: 2a107bde-9af1-4748-8458-94fda1e573c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585204 [ 265 ] {} TCP-Session: b0edc7c3-63be-451f-bd98-9c2387eb839e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585199 [ 263 ] {} TCP-Session: 6ccc2e7d-c47d-4e40-bdd1-0c7371f6d9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585180 [ 262 ] {} TCP-Session: dc22d0fa-79af-4145-ac31-d9667e6aaca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585282 [ 263 ] {} TCP-Session: 6ccc2e7d-c47d-4e40-bdd1-0c7371f6d9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585113 [ 266 ] {} TCP-Session: cc465139-2a8a-41e8-8fb6-6c145c2e5d90 Authenticating user 'default' from [fd00:1122:3344:101::a]:37526 2026.05.13 18:37:34.585372 [ 266 ] {} TCP-Session: cc465139-2a8a-41e8-8fb6-6c145c2e5d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:34.585469 [ 266 ] {} TCP-Session: cc465139-2a8a-41e8-8fb6-6c145c2e5d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.000414 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 119.48 MiB (RSS), difference: 2.62 MiB 2026.05.13 18:37:35.053860 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46134 2026.05.13 18:37:35.054089 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.054172 [ 267 ] {} TCP-Session: 20ca668e-82c3-4bf1-a0bc-c48c32129c41 Authenticating user 'default' from [fd00:1122:3344:101::c]:46134 2026.05.13 18:37:35.054199 [ 267 ] {} TCP-Session: 20ca668e-82c3-4bf1-a0bc-c48c32129c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.054213 [ 267 ] {} TCP-Session: 20ca668e-82c3-4bf1-a0bc-c48c32129c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.054352 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.13 18:37:35.054382 [ 267 ] {} 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.05.13 18:37:35.054534 [ 267 ] {} 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.05.13 18:37:35.055165 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47153 2026.05.13 18:37:35.055259 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42113 2026.05.13 18:37:35.055429 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44832 2026.05.13 18:37:35.055429 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.055500 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.055559 [ 268 ] {} TCP-Session: 7668a32e-d739-42e5-837c-74b383d63181 Authenticating user 'default' from [fd00:1122:3344:101::c]:47153 2026.05.13 18:37:35.055581 [ 269 ] {} TCP-Session: 9db42f22-4b27-46ed-8a70-618d35dac938 Authenticating user 'default' from [fd00:1122:3344:101::c]:42113 2026.05.13 18:37:35.055591 [ 268 ] {} TCP-Session: 7668a32e-d739-42e5-837c-74b383d63181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.055621 [ 269 ] {} TCP-Session: 9db42f22-4b27-46ed-8a70-618d35dac938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.055635 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49119 2026.05.13 18:37:35.055671 [ 268 ] {} TCP-Session: 7668a32e-d739-42e5-837c-74b383d63181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.055711 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39680 2026.05.13 18:37:35.055685 [ 269 ] {} TCP-Session: 9db42f22-4b27-46ed-8a70-618d35dac938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.055622 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.055844 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43596 2026.05.13 18:37:35.055914 [ 270 ] {} TCP-Session: b9e2b844-0ef3-4eab-9e4c-002b68354e11 Authenticating user 'default' from [fd00:1122:3344:101::c]:44832 2026.05.13 18:37:35.055924 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.055938 [ 270 ] {} TCP-Session: b9e2b844-0ef3-4eab-9e4c-002b68354e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.055971 [ 271 ] {} TCP-Session: 4d5bb3cf-81c2-4f86-8b15-3192b2df3b03 Authenticating user 'default' from [fd00:1122:3344:101::c]:49119 2026.05.13 18:37:35.055960 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37180 2026.05.13 18:37:35.056034 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.056109 [ 271 ] {} TCP-Session: 4d5bb3cf-81c2-4f86-8b15-3192b2df3b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056056 [ 270 ] {} TCP-Session: b9e2b844-0ef3-4eab-9e4c-002b68354e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056134 [ 272 ] {} TCP-Session: ae0f0fab-901e-4a3d-8203-07fb5a473ed4 Authenticating user 'default' from [fd00:1122:3344:101::c]:39680 2026.05.13 18:37:35.056175 [ 271 ] {} TCP-Session: 4d5bb3cf-81c2-4f86-8b15-3192b2df3b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056205 [ 272 ] {} TCP-Session: ae0f0fab-901e-4a3d-8203-07fb5a473ed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056209 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.056226 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.056292 [ 272 ] {} TCP-Session: ae0f0fab-901e-4a3d-8203-07fb5a473ed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056286 [ 273 ] {} TCP-Session: 286a6888-9bbc-4256-b1f4-4a0d4775abd4 Authenticating user 'default' from [fd00:1122:3344:101::c]:43596 2026.05.13 18:37:35.056412 [ 273 ] {} TCP-Session: 286a6888-9bbc-4256-b1f4-4a0d4775abd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056425 [ 274 ] {} TCP-Session: c95a0d97-b3c5-4083-adbd-16892a42fd88 Authenticating user 'default' from [fd00:1122:3344:101::c]:37180 2026.05.13 18:37:35.056500 [ 273 ] {} TCP-Session: 286a6888-9bbc-4256-b1f4-4a0d4775abd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056517 [ 274 ] {} TCP-Session: c95a0d97-b3c5-4083-adbd-16892a42fd88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.056622 [ 274 ] {} TCP-Session: c95a0d97-b3c5-4083-adbd-16892a42fd88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.217642 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64217 2026.05.13 18:37:35.217801 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.217930 [ 275 ] {} TCP-Session: a8491262-a3a8-452e-a0e1-e8437daed82f Authenticating user 'default' from [fd00:1122:3344:101::e]:64217 2026.05.13 18:37:35.217951 [ 275 ] {} TCP-Session: a8491262-a3a8-452e-a0e1-e8437daed82f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.217966 [ 275 ] {} TCP-Session: a8491262-a3a8-452e-a0e1-e8437daed82f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.218110 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.13 18:37:35.218164 [ 275 ] {} 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.05.13 18:37:35.218267 [ 275 ] {} 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.05.13 18:37:35.218629 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44895 2026.05.13 18:37:35.218718 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34335 2026.05.13 18:37:35.218968 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63112 2026.05.13 18:37:35.218970 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64667 2026.05.13 18:37:35.219025 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219142 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65160 2026.05.13 18:37:35.219149 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Authenticating user 'default' from [fd00:1122:3344:101::e]:44895 2026.05.13 18:37:35.219213 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219227 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219303 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219343 [ 277 ] {} TCP-Session: 3f0f588d-1e8b-41f2-8d02-e0298449341a Authenticating user 'default' from [fd00:1122:3344:101::e]:34335 2026.05.13 18:37:35.219361 [ 277 ] {} TCP-Session: 3f0f588d-1e8b-41f2-8d02-e0298449341a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219411 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219428 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35911 2026.05.13 18:37:35.219434 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43690 2026.05.13 18:37:35.219479 [ 277 ] {} TCP-Session: 3f0f588d-1e8b-41f2-8d02-e0298449341a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219506 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219538 [ 278 ] {} TCP-Session: 7f3eea31-bdbd-499f-939b-208a9ed1628d Authenticating user 'default' from [fd00:1122:3344:101::e]:64667 2026.05.13 18:37:35.219610 [ 278 ] {} TCP-Session: 7f3eea31-bdbd-499f-939b-208a9ed1628d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219634 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45360 2026.05.13 18:37:35.219620 [ 279 ] {} TCP-Session: 59ddeab1-c770-4e93-b474-304e71e96d42 Authenticating user 'default' from [fd00:1122:3344:101::e]:63112 2026.05.13 18:37:35.219722 [ 278 ] {} TCP-Session: 7f3eea31-bdbd-499f-939b-208a9ed1628d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219742 [ 279 ] {} TCP-Session: 59ddeab1-c770-4e93-b474-304e71e96d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219778 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219810 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219853 [ 279 ] {} TCP-Session: 59ddeab1-c770-4e93-b474-304e71e96d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.219856 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.219848 [ 280 ] {} TCP-Session: 93620926-559d-420d-a31b-221b1a38b014 Authenticating user 'default' from [fd00:1122:3344:101::e]:65160 2026.05.13 18:37:35.219950 [ 282 ] {} TCP-Session: 3d6710ee-a67a-4808-bb64-34c3899b43c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35911 2026.05.13 18:37:35.219962 [ 281 ] {} TCP-Session: ea0ff9a9-fcf2-4453-9fc0-e5a2ad6175f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43690 2026.05.13 18:37:35.219945 [ 280 ] {} TCP-Session: 93620926-559d-420d-a31b-221b1a38b014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220063 [ 282 ] {} TCP-Session: 3d6710ee-a67a-4808-bb64-34c3899b43c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220091 [ 281 ] {} TCP-Session: ea0ff9a9-fcf2-4453-9fc0-e5a2ad6175f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220072 [ 280 ] {} TCP-Session: 93620926-559d-420d-a31b-221b1a38b014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220178 [ 282 ] {} TCP-Session: 3d6710ee-a67a-4808-bb64-34c3899b43c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220202 [ 281 ] {} TCP-Session: ea0ff9a9-fcf2-4453-9fc0-e5a2ad6175f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220608 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.220678 [ 283 ] {} TCP-Session: a2167d76-8924-4c15-ae9d-f3ef3b32bc45 Authenticating user 'default' from [fd00:1122:3344:101::e]:45360 2026.05.13 18:37:35.220797 [ 283 ] {} TCP-Session: a2167d76-8924-4c15-ae9d-f3ef3b32bc45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.220811 [ 283 ] {} TCP-Session: a2167d76-8924-4c15-ae9d-f3ef3b32bc45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.221954 [ 275 ] {} TCP-Session: a8491262-a3a8-452e-a0e1-e8437daed82f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:35.224751 [ 275 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} executeQuery: (from [fd00:1122:3344:101::e]:64217) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.13 18:37:35.231975 [ 275 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.13 18:37:35.233635 [ 275 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:37:35.236319 [ 284 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.13 18:37:35.238509 [ 275 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} executeQuery: Read 80 rows, 4.33 KiB in 0.013444 sec., 5950.609937518596 rows/sec., 322.16 KiB/sec. 2026.05.13 18:37:35.238672 [ 275 ] {02142edd-a621-4e18-98f1-7b48351aa8ee} TCPHandler: Processed in 0.019074986 sec. 2026.05.13 18:37:35.297132 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64879 2026.05.13 18:37:35.297233 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.297340 [ 285 ] {} TCP-Session: 0cf6b8ff-b541-4c4b-873d-05f12df4ca9d Authenticating user 'default' from [fd00:1122:3344:101::e]:64879 2026.05.13 18:37:35.297359 [ 285 ] {} TCP-Session: 0cf6b8ff-b541-4c4b-873d-05f12df4ca9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.297372 [ 285 ] {} TCP-Session: 0cf6b8ff-b541-4c4b-873d-05f12df4ca9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.297799 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59070 2026.05.13 18:37:35.297901 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53881 2026.05.13 18:37:35.297971 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298005 [ 286 ] {} TCP-Session: a43bb82f-ffe9-497b-b868-9fad9f5aaf5e Authenticating user 'default' from [fd00:1122:3344:101::e]:59070 2026.05.13 18:37:35.298036 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298003 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35684 2026.05.13 18:37:35.298108 [ 286 ] {} TCP-Session: a43bb82f-ffe9-497b-b868-9fad9f5aaf5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298117 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59568 2026.05.13 18:37:35.298165 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55581 2026.05.13 18:37:35.298136 [ 286 ] {} TCP-Session: a43bb82f-ffe9-497b-b868-9fad9f5aaf5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298128 [ 287 ] {} TCP-Session: a5361695-388d-4e1c-936d-683cfa56f49c Authenticating user 'default' from [fd00:1122:3344:101::e]:53881 2026.05.13 18:37:35.298250 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55929 2026.05.13 18:37:35.298288 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298329 [ 287 ] {} TCP-Session: a5361695-388d-4e1c-936d-683cfa56f49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298356 [ 287 ] {} TCP-Session: a5361695-388d-4e1c-936d-683cfa56f49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298398 [ 288 ] {} TCP-Session: f34639d0-9b26-408b-a76d-5ed04ada56b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:35684 2026.05.13 18:37:35.298456 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65004 2026.05.13 18:37:35.298496 [ 288 ] {} TCP-Session: f34639d0-9b26-408b-a76d-5ed04ada56b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298508 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298585 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298586 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298661 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:35.298621 [ 290 ] {} TCP-Session: c8989c9e-a7a5-4017-8898-83c221af5d85 Authenticating user 'default' from [fd00:1122:3344:101::e]:55581 2026.05.13 18:37:35.298689 [ 289 ] {} TCP-Session: deb4d8ae-6584-44c0-b226-0866b98e69da Authenticating user 'default' from [fd00:1122:3344:101::e]:59568 2026.05.13 18:37:35.298599 [ 288 ] {} TCP-Session: f34639d0-9b26-408b-a76d-5ed04ada56b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298758 [ 289 ] {} TCP-Session: deb4d8ae-6584-44c0-b226-0866b98e69da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298771 [ 290 ] {} TCP-Session: c8989c9e-a7a5-4017-8898-83c221af5d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298748 [ 292 ] {} TCP-Session: ae6f7bf2-d360-4dc4-9cd3-56223826285b Authenticating user 'default' from [fd00:1122:3344:101::e]:65004 2026.05.13 18:37:35.298840 [ 289 ] {} TCP-Session: deb4d8ae-6584-44c0-b226-0866b98e69da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298827 [ 290 ] {} TCP-Session: c8989c9e-a7a5-4017-8898-83c221af5d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.298630 [ 291 ] {} TCP-Session: 57dfd0ac-fb21-4a35-869a-cb23eae6953e Authenticating user 'default' from [fd00:1122:3344:101::e]:55929 2026.05.13 18:37:35.298963 [ 292 ] {} TCP-Session: ae6f7bf2-d360-4dc4-9cd3-56223826285b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.299053 [ 291 ] {} TCP-Session: 57dfd0ac-fb21-4a35-869a-cb23eae6953e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.299056 [ 292 ] {} TCP-Session: ae6f7bf2-d360-4dc4-9cd3-56223826285b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:35.299075 [ 291 ] {} TCP-Session: 57dfd0ac-fb21-4a35-869a-cb23eae6953e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.000196 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 121.70 MiB, peak 121.70 MiB, free memory in arenas 0.00 B, will set to 125.68 MiB (RSS), difference: 3.98 MiB 2026.05.13 18:37:36.818762 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49272 2026.05.13 18:37:36.830755 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.830820 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49272 2026.05.13 18:37:36.830843 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.830946 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.831009 [ 293 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.13 18:37:36.831033 [ 293 ] {} 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.05.13 18:37:36.831132 [ 293 ] {} 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.05.13 18:37:36.833125 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53871 2026.05.13 18:37:36.833244 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53315 2026.05.13 18:37:36.833401 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33324 2026.05.13 18:37:36.833554 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36565 2026.05.13 18:37:36.833718 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.833765 [ 296 ] {} TCP-Session: bcb70b70-1fb9-4429-bfe7-cb990b39a6aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33324 2026.05.13 18:37:36.833766 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52476 2026.05.13 18:37:36.833801 [ 296 ] {} TCP-Session: bcb70b70-1fb9-4429-bfe7-cb990b39a6aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.833925 [ 296 ] {} TCP-Session: bcb70b70-1fb9-4429-bfe7-cb990b39a6aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.833950 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48783 2026.05.13 18:37:36.834078 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61275 2026.05.13 18:37:36.835183 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.835222 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:53871 2026.05.13 18:37:36.835235 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.835244 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.835324 [ 300 ] {} TCP-Session: 3c25753f-1837-477b-8d3b-cdfcfeef412e Authenticating user 'default' from [fd00:1122:3344:101::d]:61275 2026.05.13 18:37:36.835335 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51178 2026.05.13 18:37:36.835393 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.835425 [ 300 ] {} TCP-Session: 3c25753f-1837-477b-8d3b-cdfcfeef412e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.835510 [ 300 ] {} TCP-Session: 3c25753f-1837-477b-8d3b-cdfcfeef412e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.835596 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.835715 [ 301 ] {} TCP-Session: c01b00b7-78c3-47a1-8274-b27c234d826b Authenticating user 'default' from [fd00:1122:3344:101::d]:51178 2026.05.13 18:37:36.835733 [ 301 ] {} TCP-Session: c01b00b7-78c3-47a1-8274-b27c234d826b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.835745 [ 301 ] {} TCP-Session: c01b00b7-78c3-47a1-8274-b27c234d826b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837233 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.837241 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.837263 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.837324 [ 299 ] {} TCP-Session: 01696af1-e88c-4ea6-a210-74cf9c67b9b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48783 2026.05.13 18:37:36.837406 [ 297 ] {} TCP-Session: de60735d-1124-432d-bd93-98015a067156 Authenticating user 'default' from [fd00:1122:3344:101::d]:36565 2026.05.13 18:37:36.837323 [ 298 ] {} TCP-Session: 1752d051-2c34-4868-b434-3f8209895a97 Authenticating user 'default' from [fd00:1122:3344:101::d]:52476 2026.05.13 18:37:36.837288 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:37:36.837490 [ 297 ] {} TCP-Session: de60735d-1124-432d-bd93-98015a067156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837475 [ 298 ] {} TCP-Session: 1752d051-2c34-4868-b434-3f8209895a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837468 [ 299 ] {} TCP-Session: 01696af1-e88c-4ea6-a210-74cf9c67b9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837615 [ 295 ] {} TCP-Session: e4944f91-4aea-44fe-a8ef-e49ab748f4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:53315 2026.05.13 18:37:36.837618 [ 298 ] {} TCP-Session: 1752d051-2c34-4868-b434-3f8209895a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837621 [ 299 ] {} TCP-Session: 01696af1-e88c-4ea6-a210-74cf9c67b9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837679 [ 297 ] {} TCP-Session: de60735d-1124-432d-bd93-98015a067156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837767 [ 295 ] {} TCP-Session: e4944f91-4aea-44fe-a8ef-e49ab748f4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.837782 [ 295 ] {} TCP-Session: e4944f91-4aea-44fe-a8ef-e49ab748f4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:37:36.841495 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.841737 [ 293 ] {3c7bbf4e-3b0c-472b-b319-4f0172c3bd9d} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:37:36.894753 [ 293 ] {3c7bbf4e-3b0c-472b-b319-4f0172c3bd9d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49272) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.13 18:37:36.895754 [ 293 ] {3c7bbf4e-3b0c-472b-b319-4f0172c3bd9d} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.13 18:37:36.895999 [ 293 ] {3c7bbf4e-3b0c-472b-b319-4f0172c3bd9d} TCPHandler: Processed in 0.054688383 sec. 2026.05.13 18:37:36.896539 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.896822 [ 294 ] {82e639bb-8f24-4978-90f6-017c0fd61a71} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:37:36.897210 [ 294 ] {82e639bb-8f24-4978-90f6-017c0fd61a71} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53871) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.13 18:37:36.897514 [ 294 ] {82e639bb-8f24-4978-90f6-017c0fd61a71} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.13 18:37:36.897764 [ 294 ] {82e639bb-8f24-4978-90f6-017c0fd61a71} TCPHandler: Processed in 0.001406235 sec. 2026.05.13 18:37:36.906542 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.907298 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} executeQuery: (from [fd00:1122:3344:101::d]:49272) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.13 18:37:36.907410 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.13 18:37:36.908214 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.13 18:37:36.908235 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4261e-05 sec 2026.05.13 18:37:36.908289 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} ReferentialDeps: No tables 2026.05.13 18:37:36.908395 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} LoadingDeps: No tables 2026.05.13 18:37:36.908418 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} DatabaseAtomic (oximeter): Starting up tables. 2026.05.13 18:37:36.908477 [ 293 ] {a16c1947-4285-430a-aa33-329def5f45f1} TCPHandler: Processed in 0.001998305 sec. 2026.05.13 18:37:36.908632 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.908847 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} executeQuery: (from [fd00:1122:3344:101::d]:49272) /* 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.05.13 18:37:36.908968 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.13 18:37:36.912450 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.13 18:37:36.912969 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4): Loading data parts 2026.05.13 18:37:36.913880 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4): There are no data parts 2026.05.13 18:37:36.915844 [ 293 ] {961a9acd-70ca-4222-ab4f-ba142b012b12} TCPHandler: Processed in 0.007259207 sec. 2026.05.13 18:37:36.916016 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.916195 [ 293 ] {6b16be29-e7d0-4e37-a9b6-703a52af4b47} executeQuery: (from [fd00:1122:3344:101::d]:49272) /* 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.05.13 18:37:36.916319 [ 293 ] {6b16be29-e7d0-4e37-a9b6-703a52af4b47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.13 18:37:36.923622 [ 293 ] {6b16be29-e7d0-4e37-a9b6-703a52af4b47} oximeter.measurements_bool (df654e97-f0ff-46e1-ad7f-c0127b04eccf): Loading data parts 2026.05.13 18:37:36.923923 [ 293 ] {6b16be29-e7d0-4e37-a9b6-703a52af4b47} oximeter.measurements_bool (df654e97-f0ff-46e1-ad7f-c0127b04eccf): There are no data parts 2026.05.13 18:37:36.924759 [ 293 ] {6b16be29-e7d0-4e37-a9b6-703a52af4b47} TCPHandler: Processed in 0.008790464 sec. 2026.05.13 18:37:36.925059 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.925252 [ 293 ] {22b7daf3-4a32-44d6-af0c-3d4d2796d569} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.925395 [ 293 ] {22b7daf3-4a32-44d6-af0c-3d4d2796d569} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.13 18:37:36.926654 [ 293 ] {22b7daf3-4a32-44d6-af0c-3d4d2796d569} oximeter.measurements_i8 (c51415a3-8e4b-4082-81b6-150f246988ee): Loading data parts 2026.05.13 18:37:36.926802 [ 293 ] {22b7daf3-4a32-44d6-af0c-3d4d2796d569} oximeter.measurements_i8 (c51415a3-8e4b-4082-81b6-150f246988ee): There are no data parts 2026.05.13 18:37:36.927412 [ 293 ] {22b7daf3-4a32-44d6-af0c-3d4d2796d569} TCPHandler: Processed in 0.002409722 sec. 2026.05.13 18:37:36.927559 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.927714 [ 293 ] {78e3f2c4-ae4e-4d4b-bce0-5a0f10d141e8} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.927846 [ 293 ] {78e3f2c4-ae4e-4d4b-bce0-5a0f10d141e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.13 18:37:36.928931 [ 293 ] {78e3f2c4-ae4e-4d4b-bce0-5a0f10d141e8} oximeter.measurements_u8 (16569ccb-bed5-491d-8479-7e5a4e698b25): Loading data parts 2026.05.13 18:37:36.929062 [ 293 ] {78e3f2c4-ae4e-4d4b-bce0-5a0f10d141e8} oximeter.measurements_u8 (16569ccb-bed5-491d-8479-7e5a4e698b25): There are no data parts 2026.05.13 18:37:36.929579 [ 293 ] {78e3f2c4-ae4e-4d4b-bce0-5a0f10d141e8} TCPHandler: Processed in 0.002068676 sec. 2026.05.13 18:37:36.929769 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.929970 [ 293 ] {45577aea-ae0b-480d-a70b-38a2ce0c693c} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.930098 [ 293 ] {45577aea-ae0b-480d-a70b-38a2ce0c693c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.13 18:37:36.931195 [ 293 ] {45577aea-ae0b-480d-a70b-38a2ce0c693c} oximeter.measurements_i16 (d9221ffa-db27-4717-bcb9-3311ebdead57): Loading data parts 2026.05.13 18:37:36.931345 [ 293 ] {45577aea-ae0b-480d-a70b-38a2ce0c693c} oximeter.measurements_i16 (d9221ffa-db27-4717-bcb9-3311ebdead57): There are no data parts 2026.05.13 18:37:36.931959 [ 293 ] {45577aea-ae0b-480d-a70b-38a2ce0c693c} TCPHandler: Processed in 0.002237989 sec. 2026.05.13 18:37:36.932102 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.932252 [ 293 ] {967fb227-7bfd-479a-a166-a485830caf11} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.932382 [ 293 ] {967fb227-7bfd-479a-a166-a485830caf11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.13 18:37:36.933440 [ 293 ] {967fb227-7bfd-479a-a166-a485830caf11} oximeter.measurements_u16 (a6554b88-25c0-4e70-be05-78b8132f1813): Loading data parts 2026.05.13 18:37:36.933576 [ 293 ] {967fb227-7bfd-479a-a166-a485830caf11} oximeter.measurements_u16 (a6554b88-25c0-4e70-be05-78b8132f1813): There are no data parts 2026.05.13 18:37:36.934097 [ 293 ] {967fb227-7bfd-479a-a166-a485830caf11} TCPHandler: Processed in 0.002043746 sec. 2026.05.13 18:37:36.934281 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.934476 [ 293 ] {a76ff9a6-b74a-41bf-b2b9-c866cf086dd7} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.934594 [ 293 ] {a76ff9a6-b74a-41bf-b2b9-c866cf086dd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.13 18:37:36.935568 [ 293 ] {a76ff9a6-b74a-41bf-b2b9-c866cf086dd7} oximeter.measurements_i32 (30a6d0a1-9f33-4529-ba56-15d60870429d): Loading data parts 2026.05.13 18:37:36.935699 [ 293 ] {a76ff9a6-b74a-41bf-b2b9-c866cf086dd7} oximeter.measurements_i32 (30a6d0a1-9f33-4529-ba56-15d60870429d): There are no data parts 2026.05.13 18:37:36.936292 [ 293 ] {a76ff9a6-b74a-41bf-b2b9-c866cf086dd7} TCPHandler: Processed in 0.002058586 sec. 2026.05.13 18:37:36.936433 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.936587 [ 293 ] {59dcc0d1-4312-45de-a79a-94dbb6f23b69} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.936708 [ 293 ] {59dcc0d1-4312-45de-a79a-94dbb6f23b69} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.13 18:37:36.937839 [ 293 ] {59dcc0d1-4312-45de-a79a-94dbb6f23b69} oximeter.measurements_u32 (733e6aaa-0be7-4416-9555-32422e4e7b3f): Loading data parts 2026.05.13 18:37:36.937961 [ 293 ] {59dcc0d1-4312-45de-a79a-94dbb6f23b69} oximeter.measurements_u32 (733e6aaa-0be7-4416-9555-32422e4e7b3f): There are no data parts 2026.05.13 18:37:36.938584 [ 293 ] {59dcc0d1-4312-45de-a79a-94dbb6f23b69} TCPHandler: Processed in 0.002198049 sec. 2026.05.13 18:37:36.938728 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.938961 [ 293 ] {3a0b77fc-cc50-4237-baa9-71d8e883ab06} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.939078 [ 293 ] {3a0b77fc-cc50-4237-baa9-71d8e883ab06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.13 18:37:36.940057 [ 293 ] {3a0b77fc-cc50-4237-baa9-71d8e883ab06} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): Loading data parts 2026.05.13 18:37:36.940202 [ 293 ] {3a0b77fc-cc50-4237-baa9-71d8e883ab06} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): There are no data parts 2026.05.13 18:37:36.940779 [ 293 ] {3a0b77fc-cc50-4237-baa9-71d8e883ab06} TCPHandler: Processed in 0.002099857 sec. 2026.05.13 18:37:36.940917 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.941068 [ 293 ] {2e932dcb-2b26-4013-8896-69f22318f691} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.941186 [ 293 ] {2e932dcb-2b26-4013-8896-69f22318f691} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.13 18:37:36.942245 [ 293 ] {2e932dcb-2b26-4013-8896-69f22318f691} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Loading data parts 2026.05.13 18:37:36.942377 [ 293 ] {2e932dcb-2b26-4013-8896-69f22318f691} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): There are no data parts 2026.05.13 18:37:36.942860 [ 293 ] {2e932dcb-2b26-4013-8896-69f22318f691} TCPHandler: Processed in 0.001990755 sec. 2026.05.13 18:37:36.942996 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.943225 [ 293 ] {8b133897-6f9b-4d8b-a2d8-dd688449b668} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.943344 [ 293 ] {8b133897-6f9b-4d8b-a2d8-dd688449b668} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.13 18:37:36.944315 [ 293 ] {8b133897-6f9b-4d8b-a2d8-dd688449b668} oximeter.measurements_f32 (9e9a19b4-3523-49eb-8dfd-0877247a1604): Loading data parts 2026.05.13 18:37:36.944444 [ 293 ] {8b133897-6f9b-4d8b-a2d8-dd688449b668} oximeter.measurements_f32 (9e9a19b4-3523-49eb-8dfd-0877247a1604): There are no data parts 2026.05.13 18:37:36.945006 [ 293 ] {8b133897-6f9b-4d8b-a2d8-dd688449b668} TCPHandler: Processed in 0.002059077 sec. 2026.05.13 18:37:36.945144 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.945296 [ 293 ] {673e6507-27b3-4beb-83ec-bb9a7c9c5e41} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.945420 [ 293 ] {673e6507-27b3-4beb-83ec-bb9a7c9c5e41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.13 18:37:36.946442 [ 293 ] {673e6507-27b3-4beb-83ec-bb9a7c9c5e41} oximeter.measurements_f64 (2e64e20c-d9c8-4a3c-b338-c2fa43578d6d): Loading data parts 2026.05.13 18:37:36.946614 [ 293 ] {673e6507-27b3-4beb-83ec-bb9a7c9c5e41} oximeter.measurements_f64 (2e64e20c-d9c8-4a3c-b338-c2fa43578d6d): There are no data parts 2026.05.13 18:37:36.947093 [ 293 ] {673e6507-27b3-4beb-83ec-bb9a7c9c5e41} TCPHandler: Processed in 0.001997435 sec. 2026.05.13 18:37:36.947230 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.947466 [ 293 ] {06ab3689-3687-4a13-b0bb-f4c7c3acffec} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.947585 [ 293 ] {06ab3689-3687-4a13-b0bb-f4c7c3acffec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.13 18:37:36.948704 [ 293 ] {06ab3689-3687-4a13-b0bb-f4c7c3acffec} oximeter.measurements_string (254be233-e9eb-4faa-adb0-75a2f0b577ff): Loading data parts 2026.05.13 18:37:36.948839 [ 293 ] {06ab3689-3687-4a13-b0bb-f4c7c3acffec} oximeter.measurements_string (254be233-e9eb-4faa-adb0-75a2f0b577ff): There are no data parts 2026.05.13 18:37:36.949428 [ 293 ] {06ab3689-3687-4a13-b0bb-f4c7c3acffec} TCPHandler: Processed in 0.00224608 sec. 2026.05.13 18:37:36.949571 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.949724 [ 293 ] {0455a9e4-7e0e-47bb-831c-cb463261edb1} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.949848 [ 293 ] {0455a9e4-7e0e-47bb-831c-cb463261edb1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.13 18:37:36.950814 [ 293 ] {0455a9e4-7e0e-47bb-831c-cb463261edb1} oximeter.measurements_bytes (3861bd6f-4697-40e3-83af-009ee4bed865): Loading data parts 2026.05.13 18:37:36.951037 [ 293 ] {0455a9e4-7e0e-47bb-831c-cb463261edb1} oximeter.measurements_bytes (3861bd6f-4697-40e3-83af-009ee4bed865): There are no data parts 2026.05.13 18:37:36.951664 [ 293 ] {0455a9e4-7e0e-47bb-831c-cb463261edb1} TCPHandler: Processed in 0.002141578 sec. 2026.05.13 18:37:36.951826 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.951991 [ 293 ] {2f959d60-0815-4d90-886b-26f5758195ac} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.952115 [ 293 ] {2f959d60-0815-4d90-886b-26f5758195ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.13 18:37:36.953215 [ 293 ] {2f959d60-0815-4d90-886b-26f5758195ac} oximeter.measurements_cumulativei64 (6e673a35-1506-47b8-8476-2e2d836dde19): Loading data parts 2026.05.13 18:37:36.953357 [ 293 ] {2f959d60-0815-4d90-886b-26f5758195ac} oximeter.measurements_cumulativei64 (6e673a35-1506-47b8-8476-2e2d836dde19): There are no data parts 2026.05.13 18:37:36.953912 [ 293 ] {2f959d60-0815-4d90-886b-26f5758195ac} TCPHandler: Processed in 0.002134297 sec. 2026.05.13 18:37:36.954135 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.954292 [ 293 ] {155ee645-d3f0-4122-9c09-5f7a58e7b9a3} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.954413 [ 293 ] {155ee645-d3f0-4122-9c09-5f7a58e7b9a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.13 18:37:36.955406 [ 293 ] {155ee645-d3f0-4122-9c09-5f7a58e7b9a3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Loading data parts 2026.05.13 18:37:36.955623 [ 293 ] {155ee645-d3f0-4122-9c09-5f7a58e7b9a3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): There are no data parts 2026.05.13 18:37:36.956165 [ 293 ] {155ee645-d3f0-4122-9c09-5f7a58e7b9a3} TCPHandler: Processed in 0.002078956 sec. 2026.05.13 18:37:36.956307 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.956552 [ 293 ] {396b1f5c-399e-49b0-943d-f4df62f7d4fa} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.956671 [ 293 ] {396b1f5c-399e-49b0-943d-f4df62f7d4fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.13 18:37:36.957699 [ 293 ] {396b1f5c-399e-49b0-943d-f4df62f7d4fa} oximeter.measurements_cumulativef32 (cf07cc7d-6f8f-4eee-82b1-416347c8314f): Loading data parts 2026.05.13 18:37:36.957834 [ 293 ] {396b1f5c-399e-49b0-943d-f4df62f7d4fa} oximeter.measurements_cumulativef32 (cf07cc7d-6f8f-4eee-82b1-416347c8314f): There are no data parts 2026.05.13 18:37:36.958456 [ 293 ] {396b1f5c-399e-49b0-943d-f4df62f7d4fa} TCPHandler: Processed in 0.002197549 sec. 2026.05.13 18:37:36.958610 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.958768 [ 293 ] {3ad0341f-333a-49d6-9864-63a3f6c4c534} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.958901 [ 293 ] {3ad0341f-333a-49d6-9864-63a3f6c4c534} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.13 18:37:36.959958 [ 293 ] {3ad0341f-333a-49d6-9864-63a3f6c4c534} oximeter.measurements_cumulativef64 (eb34a984-7d00-4a7a-969d-5b2e73e1be13): Loading data parts 2026.05.13 18:37:36.960095 [ 293 ] {3ad0341f-333a-49d6-9864-63a3f6c4c534} oximeter.measurements_cumulativef64 (eb34a984-7d00-4a7a-969d-5b2e73e1be13): There are no data parts 2026.05.13 18:37:36.960639 [ 293 ] {3ad0341f-333a-49d6-9864-63a3f6c4c534} TCPHandler: Processed in 0.002076937 sec. 2026.05.13 18:37:36.960866 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.961087 [ 293 ] {69bd3f15-953a-4d21-94c2-f173a7bbd766} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.961220 [ 293 ] {69bd3f15-953a-4d21-94c2-f173a7bbd766} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.13 18:37:36.962543 [ 293 ] {69bd3f15-953a-4d21-94c2-f173a7bbd766} oximeter.measurements_histogrami8 (c874c46e-9562-4fad-bcef-f3a38453352b): Loading data parts 2026.05.13 18:37:36.962737 [ 293 ] {69bd3f15-953a-4d21-94c2-f173a7bbd766} oximeter.measurements_histogrami8 (c874c46e-9562-4fad-bcef-f3a38453352b): There are no data parts 2026.05.13 18:37:36.963755 [ 293 ] {69bd3f15-953a-4d21-94c2-f173a7bbd766} TCPHandler: Processed in 0.002938562 sec. 2026.05.13 18:37:36.963927 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.964158 [ 293 ] {7a00346f-564a-4951-b786-f087415d2ac9} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.964304 [ 293 ] {7a00346f-564a-4951-b786-f087415d2ac9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.13 18:37:36.965610 [ 293 ] {7a00346f-564a-4951-b786-f087415d2ac9} oximeter.measurements_histogramu8 (d9f13b51-80dc-4724-aba3-933e3d455360): Loading data parts 2026.05.13 18:37:36.965771 [ 293 ] {7a00346f-564a-4951-b786-f087415d2ac9} oximeter.measurements_histogramu8 (d9f13b51-80dc-4724-aba3-933e3d455360): There are no data parts 2026.05.13 18:37:36.966281 [ 293 ] {7a00346f-564a-4951-b786-f087415d2ac9} TCPHandler: Processed in 0.002405302 sec. 2026.05.13 18:37:36.966509 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.966721 [ 293 ] {93d1e0d5-2347-4963-9ba6-502986ab4b9b} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.966854 [ 293 ] {93d1e0d5-2347-4963-9ba6-502986ab4b9b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.13 18:37:36.967988 [ 293 ] {93d1e0d5-2347-4963-9ba6-502986ab4b9b} oximeter.measurements_histogrami16 (f190ba77-1228-4737-8212-dc6030a5f627): Loading data parts 2026.05.13 18:37:36.968132 [ 293 ] {93d1e0d5-2347-4963-9ba6-502986ab4b9b} oximeter.measurements_histogrami16 (f190ba77-1228-4737-8212-dc6030a5f627): There are no data parts 2026.05.13 18:37:36.968775 [ 293 ] {93d1e0d5-2347-4963-9ba6-502986ab4b9b} TCPHandler: Processed in 0.002314221 sec. 2026.05.13 18:37:36.968918 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.969127 [ 293 ] {740ecc30-2e76-4f07-ae2d-bcb1ccc333d7} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.969257 [ 293 ] {740ecc30-2e76-4f07-ae2d-bcb1ccc333d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.13 18:37:36.970440 [ 293 ] {740ecc30-2e76-4f07-ae2d-bcb1ccc333d7} oximeter.measurements_histogramu16 (58691f38-e112-4bf6-b105-3451ea07f095): Loading data parts 2026.05.13 18:37:36.970578 [ 293 ] {740ecc30-2e76-4f07-ae2d-bcb1ccc333d7} oximeter.measurements_histogramu16 (58691f38-e112-4bf6-b105-3451ea07f095): There are no data parts 2026.05.13 18:37:36.971068 [ 293 ] {740ecc30-2e76-4f07-ae2d-bcb1ccc333d7} TCPHandler: Processed in 0.002198709 sec. 2026.05.13 18:37:36.971245 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.971494 [ 293 ] {b3fc8eea-757d-4b09-beb5-d8bc3b5b6800} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.971616 [ 293 ] {b3fc8eea-757d-4b09-beb5-d8bc3b5b6800} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.13 18:37:36.972737 [ 293 ] {b3fc8eea-757d-4b09-beb5-d8bc3b5b6800} oximeter.measurements_histogrami32 (ffec2378-e29f-4b09-a856-bd5ee3c4bbdd): Loading data parts 2026.05.13 18:37:36.972861 [ 293 ] {b3fc8eea-757d-4b09-beb5-d8bc3b5b6800} oximeter.measurements_histogrami32 (ffec2378-e29f-4b09-a856-bd5ee3c4bbdd): There are no data parts 2026.05.13 18:37:36.973487 [ 293 ] {b3fc8eea-757d-4b09-beb5-d8bc3b5b6800} TCPHandler: Processed in 0.00229098 sec. 2026.05.13 18:37:36.973631 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.973839 [ 293 ] {4835c4d2-43fd-4db8-af5d-8c33d7e74725} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.974000 [ 293 ] {4835c4d2-43fd-4db8-af5d-8c33d7e74725} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.13 18:37:36.975289 [ 293 ] {4835c4d2-43fd-4db8-af5d-8c33d7e74725} oximeter.measurements_histogramu32 (326b60ac-1e0f-4554-9d93-3976a06ba066): Loading data parts 2026.05.13 18:37:36.975422 [ 293 ] {4835c4d2-43fd-4db8-af5d-8c33d7e74725} oximeter.measurements_histogramu32 (326b60ac-1e0f-4554-9d93-3976a06ba066): There are no data parts 2026.05.13 18:37:36.975955 [ 293 ] {4835c4d2-43fd-4db8-af5d-8c33d7e74725} TCPHandler: Processed in 0.002372081 sec. 2026.05.13 18:37:36.976138 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.976396 [ 293 ] {4feafca6-f904-4880-8d20-561eb3de1d2c} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.976532 [ 293 ] {4feafca6-f904-4880-8d20-561eb3de1d2c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.13 18:37:36.977686 [ 293 ] {4feafca6-f904-4880-8d20-561eb3de1d2c} oximeter.measurements_histogrami64 (6c0338ad-7af8-45dc-8719-2067be3e2a99): Loading data parts 2026.05.13 18:37:36.977817 [ 293 ] {4feafca6-f904-4880-8d20-561eb3de1d2c} oximeter.measurements_histogrami64 (6c0338ad-7af8-45dc-8719-2067be3e2a99): There are no data parts 2026.05.13 18:37:36.978411 [ 293 ] {4feafca6-f904-4880-8d20-561eb3de1d2c} TCPHandler: Processed in 0.002320681 sec. 2026.05.13 18:37:36.978551 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.978760 [ 293 ] {b5779417-0f47-40b7-9e52-a3c0dd0f1a4a} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.978896 [ 293 ] {b5779417-0f47-40b7-9e52-a3c0dd0f1a4a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.13 18:37:36.980162 [ 293 ] {b5779417-0f47-40b7-9e52-a3c0dd0f1a4a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Loading data parts 2026.05.13 18:37:36.980285 [ 293 ] {b5779417-0f47-40b7-9e52-a3c0dd0f1a4a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): There are no data parts 2026.05.13 18:37:36.980781 [ 293 ] {b5779417-0f47-40b7-9e52-a3c0dd0f1a4a} TCPHandler: Processed in 0.00227788 sec. 2026.05.13 18:37:36.980961 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.981214 [ 293 ] {19d5572b-921d-4918-b170-db56fcdf0c33} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.981349 [ 293 ] {19d5572b-921d-4918-b170-db56fcdf0c33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.13 18:37:36.982463 [ 293 ] {19d5572b-921d-4918-b170-db56fcdf0c33} oximeter.measurements_histogramf32 (f45ce307-7a58-4011-a867-716013fc9f5a): Loading data parts 2026.05.13 18:37:36.982588 [ 293 ] {19d5572b-921d-4918-b170-db56fcdf0c33} oximeter.measurements_histogramf32 (f45ce307-7a58-4011-a867-716013fc9f5a): There are no data parts 2026.05.13 18:37:36.983159 [ 293 ] {19d5572b-921d-4918-b170-db56fcdf0c33} TCPHandler: Processed in 0.002245639 sec. 2026.05.13 18:37:36.983294 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.983501 [ 293 ] {c5a8f544-430f-4513-b797-c5a1d773fd16} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.983638 [ 293 ] {c5a8f544-430f-4513-b797-c5a1d773fd16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.13 18:37:36.984887 [ 293 ] {c5a8f544-430f-4513-b797-c5a1d773fd16} oximeter.measurements_histogramf64 (319ee63f-b8df-4c90-a664-de0345387fc2): Loading data parts 2026.05.13 18:37:36.985015 [ 293 ] {c5a8f544-430f-4513-b797-c5a1d773fd16} oximeter.measurements_histogramf64 (319ee63f-b8df-4c90-a664-de0345387fc2): There are no data parts 2026.05.13 18:37:36.985503 [ 293 ] {c5a8f544-430f-4513-b797-c5a1d773fd16} TCPHandler: Processed in 0.00225725 sec. 2026.05.13 18:37:36.985685 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.985905 [ 293 ] {74ea45e7-0658-4e34-8a71-c8f4659c2c26} executeQuery: (from [fd00:1122:3344:101::d]:49272) /* 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.05.13 18:37:36.986044 [ 293 ] {74ea45e7-0658-4e34-8a71-c8f4659c2c26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.13 18:37:36.987203 [ 293 ] {74ea45e7-0658-4e34-8a71-c8f4659c2c26} oximeter.fields_bool (a036be05-db5d-4437-bcdc-a35923a76d15): Loading data parts 2026.05.13 18:37:36.987335 [ 293 ] {74ea45e7-0658-4e34-8a71-c8f4659c2c26} oximeter.fields_bool (a036be05-db5d-4437-bcdc-a35923a76d15): There are no data parts 2026.05.13 18:37:36.987921 [ 293 ] {74ea45e7-0658-4e34-8a71-c8f4659c2c26} TCPHandler: Processed in 0.00228404 sec. 2026.05.13 18:37:36.988056 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.988207 [ 293 ] {a3408466-a316-4600-879d-fe8cfe65d914} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.988336 [ 293 ] {a3408466-a316-4600-879d-fe8cfe65d914} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.13 18:37:36.989307 [ 293 ] {a3408466-a316-4600-879d-fe8cfe65d914} oximeter.fields_i8 (2c5ec02a-b43e-4780-9e9a-01b18aacc6b8): Loading data parts 2026.05.13 18:37:36.989584 [ 293 ] {a3408466-a316-4600-879d-fe8cfe65d914} oximeter.fields_i8 (2c5ec02a-b43e-4780-9e9a-01b18aacc6b8): There are no data parts 2026.05.13 18:37:36.990065 [ 293 ] {a3408466-a316-4600-879d-fe8cfe65d914} TCPHandler: Processed in 0.002057206 sec. 2026.05.13 18:37:36.990198 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.990434 [ 293 ] {b33dacd4-ea7a-4cf6-b6bc-a1fc05d9e7ee} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.990559 [ 293 ] {b33dacd4-ea7a-4cf6-b6bc-a1fc05d9e7ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.13 18:37:36.991548 [ 293 ] {b33dacd4-ea7a-4cf6-b6bc-a1fc05d9e7ee} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Loading data parts 2026.05.13 18:37:36.991674 [ 293 ] {b33dacd4-ea7a-4cf6-b6bc-a1fc05d9e7ee} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): There are no data parts 2026.05.13 18:37:36.992273 [ 293 ] {b33dacd4-ea7a-4cf6-b6bc-a1fc05d9e7ee} TCPHandler: Processed in 0.002121878 sec. 2026.05.13 18:37:36.992411 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.992564 [ 293 ] {afc3c9e5-bc35-48d7-9469-38245937c0a8} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.992683 [ 293 ] {afc3c9e5-bc35-48d7-9469-38245937c0a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.13 18:37:36.993773 [ 293 ] {afc3c9e5-bc35-48d7-9469-38245937c0a8} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Loading data parts 2026.05.13 18:37:36.993937 [ 293 ] {afc3c9e5-bc35-48d7-9469-38245937c0a8} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): There are no data parts 2026.05.13 18:37:36.994458 [ 293 ] {afc3c9e5-bc35-48d7-9469-38245937c0a8} TCPHandler: Processed in 0.002094106 sec. 2026.05.13 18:37:36.994597 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.994838 [ 293 ] {8a8dace6-7e99-4fbe-b5b7-2c10dd1108e3} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.994962 [ 293 ] {8a8dace6-7e99-4fbe-b5b7-2c10dd1108e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.13 18:37:36.995945 [ 293 ] {8a8dace6-7e99-4fbe-b5b7-2c10dd1108e3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Loading data parts 2026.05.13 18:37:36.996085 [ 293 ] {8a8dace6-7e99-4fbe-b5b7-2c10dd1108e3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): There are no data parts 2026.05.13 18:37:36.996648 [ 293 ] {8a8dace6-7e99-4fbe-b5b7-2c10dd1108e3} TCPHandler: Processed in 0.002099387 sec. 2026.05.13 18:37:36.996781 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.996936 [ 293 ] {5f50b2d7-cd65-4e09-b5b0-cc22c52c6d49} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.997063 [ 293 ] {5f50b2d7-cd65-4e09-b5b0-cc22c52c6d49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.13 18:37:36.998137 [ 293 ] {5f50b2d7-cd65-4e09-b5b0-cc22c52c6d49} oximeter.fields_i32 (8df7d29f-e03d-4f7d-a3b9-117906a0b60c): Loading data parts 2026.05.13 18:37:36.998274 [ 293 ] {5f50b2d7-cd65-4e09-b5b0-cc22c52c6d49} oximeter.fields_i32 (8df7d29f-e03d-4f7d-a3b9-117906a0b60c): There are no data parts 2026.05.13 18:37:36.998737 [ 293 ] {5f50b2d7-cd65-4e09-b5b0-cc22c52c6d49} TCPHandler: Processed in 0.002004096 sec. 2026.05.13 18:37:36.998870 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:36.999110 [ 293 ] {0dafb998-f93e-4bcb-a87f-4a8c88e51a20} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:36.999233 [ 293 ] {0dafb998-f93e-4bcb-a87f-4a8c88e51a20} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.13 18:37:37.000240 [ 293 ] {0dafb998-f93e-4bcb-a87f-4a8c88e51a20} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Loading data parts 2026.05.13 18:37:37.000388 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 132.43 MiB, peak 132.43 MiB, free memory in arenas 0.00 B, will set to 138.59 MiB (RSS), difference: 6.16 MiB 2026.05.13 18:37:37.000471 [ 293 ] {0dafb998-f93e-4bcb-a87f-4a8c88e51a20} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): There are no data parts 2026.05.13 18:37:37.001012 [ 293 ] {0dafb998-f93e-4bcb-a87f-4a8c88e51a20} TCPHandler: Processed in 0.002190099 sec. 2026.05.13 18:37:37.001149 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.001392 [ 293 ] {23bd0848-a7cb-421d-b6ef-674eec524fda} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:37.001527 [ 293 ] {23bd0848-a7cb-421d-b6ef-674eec524fda} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.13 18:37:37.002564 [ 293 ] {23bd0848-a7cb-421d-b6ef-674eec524fda} oximeter.fields_i64 (45f0e0a5-7c06-41c2-98e1-e953d285ede4): Loading data parts 2026.05.13 18:37:37.002689 [ 293 ] {23bd0848-a7cb-421d-b6ef-674eec524fda} oximeter.fields_i64 (45f0e0a5-7c06-41c2-98e1-e953d285ede4): There are no data parts 2026.05.13 18:37:37.003356 [ 293 ] {23bd0848-a7cb-421d-b6ef-674eec524fda} TCPHandler: Processed in 0.00225357 sec. 2026.05.13 18:37:37.003522 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.003720 [ 293 ] {5ec6297b-60c9-433c-8dee-dc4eacf942a9} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:37.003828 [ 293 ] {5ec6297b-60c9-433c-8dee-dc4eacf942a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.13 18:37:37.004980 [ 293 ] {5ec6297b-60c9-433c-8dee-dc4eacf942a9} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Loading data parts 2026.05.13 18:37:37.005099 [ 293 ] {5ec6297b-60c9-433c-8dee-dc4eacf942a9} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): There are no data parts 2026.05.13 18:37:37.005583 [ 293 ] {5ec6297b-60c9-433c-8dee-dc4eacf942a9} TCPHandler: Processed in 0.002123067 sec. 2026.05.13 18:37:37.005738 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.005893 [ 293 ] {d4a61aa4-60e8-4dba-827c-52aaa84da8f3} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:37.005934 [ 293 ] {d4a61aa4-60e8-4dba-827c-52aaa84da8f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.13 18:37:37.006983 [ 293 ] {d4a61aa4-60e8-4dba-827c-52aaa84da8f3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Loading data parts 2026.05.13 18:37:37.007103 [ 293 ] {d4a61aa4-60e8-4dba-827c-52aaa84da8f3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): There are no data parts 2026.05.13 18:37:37.007581 [ 293 ] {d4a61aa4-60e8-4dba-827c-52aaa84da8f3} TCPHandler: Processed in 0.001890673 sec. 2026.05.13 18:37:37.007724 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.007877 [ 293 ] {41cbb0da-1753-4d63-a76c-6c91ad2be61f} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:37.007918 [ 293 ] {41cbb0da-1753-4d63-a76c-6c91ad2be61f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.13 18:37:37.008962 [ 293 ] {41cbb0da-1753-4d63-a76c-6c91ad2be61f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Loading data parts 2026.05.13 18:37:37.009071 [ 293 ] {41cbb0da-1753-4d63-a76c-6c91ad2be61f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): There are no data parts 2026.05.13 18:37:37.009579 [ 293 ] {41cbb0da-1753-4d63-a76c-6c91ad2be61f} TCPHandler: Processed in 0.001902473 sec. 2026.05.13 18:37:37.009717 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.009873 [ 293 ] {1e7b50e0-c077-42ee-85bf-38b7ccd60473} executeQuery: (from [fd00:1122:3344:101::d]:49272) 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.05.13 18:37:37.009914 [ 293 ] {1e7b50e0-c077-42ee-85bf-38b7ccd60473} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.13 18:37:37.010918 [ 293 ] {1e7b50e0-c077-42ee-85bf-38b7ccd60473} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Loading data parts 2026.05.13 18:37:37.011034 [ 293 ] {1e7b50e0-c077-42ee-85bf-38b7ccd60473} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): There are no data parts 2026.05.13 18:37:37.011521 [ 293 ] {1e7b50e0-c077-42ee-85bf-38b7ccd60473} TCPHandler: Processed in 0.001852043 sec. 2026.05.13 18:37:37.011670 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.011914 [ 293 ] {7019a484-b58d-440d-9e88-7a8783693104} executeQuery: (from [fd00:1122:3344:101::d]:49272) /* 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.05.13 18:37:37.011979 [ 293 ] {7019a484-b58d-440d-9e88-7a8783693104} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.13 18:37:37.013047 [ 293 ] {7019a484-b58d-440d-9e88-7a8783693104} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Loading data parts 2026.05.13 18:37:37.013316 [ 293 ] {7019a484-b58d-440d-9e88-7a8783693104} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): There are no data parts 2026.05.13 18:37:37.013925 [ 293 ] {7019a484-b58d-440d-9e88-7a8783693104} TCPHandler: Processed in 0.002302791 sec. 2026.05.13 18:37:37.016068 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:37.016320 [ 294 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.13 18:37:37.017662 [ 294 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.13 18:37:37.023114 [ 284 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:37.023166 [ 284 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:37.027436 [ 284 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:37.027971 [ 284 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:37.028205 [ 294 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} executeQuery: Read 1 rows, 16.00 B in 0.012029 sec., 83.13242996092777 rows/sec., 1.30 KiB/sec. 2026.05.13 18:37:37.028346 [ 294 ] {148bd27e-3318-4ea9-b9bc-a9868b8e11d3} TCPHandler: Processed in 0.012342417 sec. 2026.05.13 18:37:38.000206 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 139.18 MiB, peak 139.18 MiB, free memory in arenas 0.00 B, will set to 142.20 MiB (RSS), difference: 3.02 MiB 2026.05.13 18:37:41.975592 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.13 18:37:41.975641 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.05.13 18:37:41.975712 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.13 18:37:41.975743 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.13 18:37:41.978223 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Loading data parts 2026.05.13 18:37:41.978442 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): There are no data parts 2026.05.13 18:37:41.981376 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:41.981413 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:41.986917 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:41.987542 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:41.987689 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.05.13 18:37:41.990025 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Loading data parts 2026.05.13 18:37:41.990239 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): There are no data parts 2026.05.13 18:37:42.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 146.56 MiB, peak 146.68 MiB, free memory in arenas 0.00 B, will set to 151.29 MiB (RSS), difference: 4.74 MiB 2026.05.13 18:37:42.014965 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:42.015010 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:42.021336 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:42.022466 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:42.025339 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.13 18:37:43.000183 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 151.99 MiB, peak 155.99 MiB, free memory in arenas 0.00 B, will set to 156.47 MiB (RSS), difference: 4.48 MiB 2026.05.13 18:37:44.475514 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.13 18:37:44.475622 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.13 18:37:44.479233 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Loading data parts 2026.05.13 18:37:44.479534 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): There are no data parts 2026.05.13 18:37:44.483639 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:44.483674 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:44.485346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:44.485848 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:44.486061 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.13 18:37:45.001189 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 160.67 MiB, peak 160.67 MiB, free memory in arenas 0.00 B, will set to 157.41 MiB (RSS), difference: -3.25 MiB 2026.05.13 18:37:49.450558 [ 106 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:37:49.450622 [ 106 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:37:49.488672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.05.13 18:37:49.489480 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:49.489522 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:49.490349 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:37:49.490820 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:49.490965 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.13 18:37:49.526352 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.13 18:37:49.542606 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:49.542648 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.05.13 18:37:49.549072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:37:49.551314 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:49.559375 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.13 18:37:50.000202 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 162.17 MiB, free memory in arenas 0.00 B, will set to 160.18 MiB (RSS), difference: 2.00 MiB 2026.05.13 18:37:55.000165 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 156.22 MiB, peak 162.17 MiB, free memory in arenas 0.00 B, will set to 160.24 MiB (RSS), difference: 4.02 MiB 2026.05.13 18:37:56.991278 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.05.13 18:37:56.991753 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:56.991801 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:56.992509 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:37:56.993012 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:56.993156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.05.13 18:37:57.058585 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.058802 [ 293 ] {7ced16d2-e4fe-4de4-8dca-bab9baecbea7} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native (stage: Complete) 2026.05.13 18:37:57.059395 [ 293 ] {7ced16d2-e4fe-4de4-8dca-bab9baecbea7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:37:57.059476 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.13 18:37:57.059538 [ 293 ] {7ced16d2-e4fe-4de4-8dca-bab9baecbea7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:37:57.060058 [ 293 ] {7ced16d2-e4fe-4de4-8dca-bab9baecbea7} TCPHandler: Processed in 0.001594218 sec. 2026.05.13 18:37:57.066823 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.066953 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.13 18:37:57.066999 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:37:57.069941 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.069990 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.070789 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.071389 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.071548 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} executeQuery: Read 22 rows, 5.23 KiB in 0.004629 sec., 4752.646359904947 rows/sec., 1.10 MiB/sec. 2026.05.13 18:37:57.071595 [ 293 ] {cb90f3a8-c67a-4b7a-9d9f-b2a8878a7e23} TCPHandler: Processed in 0.004832956 sec. 2026.05.13 18:37:57.071750 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.071857 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.071901 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:37:57.074726 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.074763 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.075299 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.075857 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.076007 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} executeQuery: Read 24 rows, 2.04 KiB in 0.004172 sec., 5752.636625119846 rows/sec., 488.75 KiB/sec. 2026.05.13 18:37:57.076051 [ 293 ] {9ba8b374-9688-4c72-b607-8c979ebbd60e} TCPHandler: Processed in 0.004356337 sec. 2026.05.13 18:37:57.076201 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.076308 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:37:57.076326 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.076351 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:37:57.076400 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.076844 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.076886 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.077316 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.077856 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.078000 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} executeQuery: Read 8 rows, 668.00 B in 0.001717 sec., 4659.289458357601 rows/sec., 379.93 KiB/sec. 2026.05.13 18:37:57.078040 [ 293 ] {a53302cb-952d-475c-bdfe-636f837910c8} TCPHandler: Processed in 0.001896133 sec. 2026.05.13 18:37:57.078188 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.078300 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:37:57.078341 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:37:57.078885 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.078923 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.079441 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.079933 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.080065 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} executeQuery: Read 198 rows, 17.98 KiB in 0.001788 sec., 110738.25503355704 rows/sec., 9.82 MiB/sec. 2026.05.13 18:37:57.080104 [ 293 ] {673f31d7-21fe-44a5-ae5f-af04c2e4ff32} TCPHandler: Processed in 0.001969294 sec. 2026.05.13 18:37:57.080242 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.080342 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.080382 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:37:57.080850 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.080885 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.081306 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.081827 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.081963 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} executeQuery: Read 31 rows, 2.35 KiB in 0.001641 sec., 18890.920170627665 rows/sec., 1.40 MiB/sec. 2026.05.13 18:37:57.082002 [ 293 ] {d1aa9cda-37d3-4084-a341-c2dd2d856eaf} TCPHandler: Processed in 0.001809922 sec. 2026.05.13 18:37:57.082138 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.082238 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.082281 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:37:57.082751 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.082785 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.083102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:37:57.083198 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.083677 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.083815 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} executeQuery: Read 24 rows, 2.04 KiB in 0.001597 sec., 15028.177833437696 rows/sec., 1.25 MiB/sec. 2026.05.13 18:37:57.083853 [ 293 ] {c63b02d6-6815-4274-9a0a-f36dbb9d069f} TCPHandler: Processed in 0.001765151 sec. 2026.05.13 18:37:57.084011 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.084109 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.084148 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:37:57.084475 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.084720 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.084761 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.085214 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.085710 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.085847 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} executeQuery: Read 12 rows, 960.00 B in 0.001755 sec., 6837.606837606837 rows/sec., 534.19 KiB/sec. 2026.05.13 18:37:57.085954 [ 293 ] {f5fe5f6a-f5f9-4024-b636-5eb00844e76a} TCPHandler: Processed in 0.001990935 sec. 2026.05.13 18:37:57.086164 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.086302 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:37:57.086357 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:37:57.086927 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.086967 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.087472 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.088040 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.088184 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} executeQuery: Read 111 rows, 9.26 KiB in 0.001923 sec., 57722.30889235569 rows/sec., 4.70 MiB/sec. 2026.05.13 18:37:57.088225 [ 293 ] {8c909462-dd5b-4010-9a2d-3ae6b7a24823} TCPHandler: Processed in 0.002172108 sec. 2026.05.13 18:37:57.088390 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.088509 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.088556 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:37:57.089079 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.089115 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.089163 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.13 18:37:57.089610 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.090058 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.090192 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} executeQuery: Read 286 rows, 21.89 KiB in 0.001708 sec., 167447.30679156908 rows/sec., 12.51 MiB/sec. 2026.05.13 18:37:57.090228 [ 293 ] {77c77331-9f3f-4a73-8151-91a717b24b48} TCPHandler: Processed in 0.001904684 sec. 2026.05.13 18:37:57.090368 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.090466 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.090521 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} 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.05.13 18:37:57.091311 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.091348 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.092585 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.093048 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.093194 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} executeQuery: Read 11 rows, 20.18 KiB in 0.002748 sec., 4002.9112081513827 rows/sec., 7.17 MiB/sec. 2026.05.13 18:37:57.093251 [ 293 ] {6a471b42-aea7-4ae3-b700-5103d10e55ce} TCPHandler: Processed in 0.002932982 sec. 2026.05.13 18:37:57.093383 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:37:57.093482 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:37:57.093524 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:37:57.093880 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:37:57.093917 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:37:57.094385 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:37:57.094834 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:37:57.094964 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} executeQuery: Read 50 rows, 3.51 KiB in 0.001501 sec., 33311.125916055964 rows/sec., 2.28 MiB/sec. 2026.05.13 18:37:57.094998 [ 293 ] {ad8ef0ad-1758-4ea2-ade9-01dbc7b22479} TCPHandler: Processed in 0.00166499 sec. 2026.05.13 18:38:02.051653 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:02.051910 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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') FORMAT Native (stage: Complete) 2026.05.13 18:38:02.052302 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:02.052371 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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')" moved to PREWHERE 2026.05.13 18:38:02.052602 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:02.052840 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:02.053143 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 14-element set) 2026.05.13 18:38:02.053290 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:02.053343 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:02.053363 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:02.053474 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.13 18:38:02.053498 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.05.13 18:38:02.055405 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} executeQuery: Read 22 rows, 5.23 KiB in 0.003578 sec., 6148.686416992733 rows/sec., 1.43 MiB/sec. 2026.05.13 18:38:02.055573 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} MemoryTracker: Peak memory usage (for query): 133.64 KiB. 2026.05.13 18:38:02.055591 [ 293 ] {15b84580-05ac-40db-9855-bb9fbffd8448} TCPHandler: Processed in 0.004085502 sec. 2026.05.13 18:38:02.057051 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:02.057199 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:02.057252 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:02.057944 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:02.057994 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:38:02.058519 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:02.058982 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:02.059140 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} executeQuery: Read 52 rows, 4.04 KiB in 0.001979 sec., 26275.89691763517 rows/sec., 1.99 MiB/sec. 2026.05.13 18:38:02.059187 [ 293 ] {bede4ed7-479a-4607-b3a8-016962f34bde} TCPHandler: Processed in 0.002199459 sec. 2026.05.13 18:38:02.059327 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:02.059429 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:02.059471 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:02.059923 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:02.059961 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:38:02.060374 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:02.060799 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:02.060935 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} executeQuery: Read 56 rows, 4.47 KiB in 0.001528 sec., 36649.214659685866 rows/sec., 2.86 MiB/sec. 2026.05.13 18:38:02.060973 [ 293 ] {700258cf-0f88-4a86-8448-411e77926a12} TCPHandler: Processed in 0.00169759 sec. 2026.05.13 18:38:02.061110 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:02.061209 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:02.061252 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:02.061693 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:02.061729 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:38:02.062154 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:02.062564 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:02.062696 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} executeQuery: Read 150 rows, 10.65 KiB in 0.001508 sec., 99469.49602122015 rows/sec., 6.90 MiB/sec. 2026.05.13 18:38:02.062732 [ 293 ] {bdd1db1a-e2a2-4feb-8442-914a52260c16} TCPHandler: Processed in 0.001672339 sec. 2026.05.13 18:38:02.062868 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:02.062970 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:02.063015 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:02.063402 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:02.063437 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.05.13 18:38:02.064014 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:02.064568 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:02.064737 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} executeQuery: Read 50 rows, 3.51 KiB in 0.001784 sec., 28026.905829596413 rows/sec., 1.92 MiB/sec. 2026.05.13 18:38:02.064783 [ 293 ] {c86712d4-62ae-45b8-af92-7b68bc95120a} TCPHandler: Processed in 0.001963714 sec. 2026.05.13 18:38:04.450664 [ 103 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:38:04.450737 [ 103 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:38:04.486465 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 124 2026.05.13 18:38:04.489128 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:04.489166 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:04.490409 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:04.490894 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:04.491110 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 124 2026.05.13 18:38:04.493254 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.05.13 18:38:04.494025 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:04.494098 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:04.494784 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:04.495471 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:04.495639 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.05.13 18:38:04.589261 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.13 18:38:04.605560 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:04.605613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:04.612118 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:04.613295 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:04.616078 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.13 18:38:05.000179 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.22 MiB, peak 168.22 MiB, free memory in arenas 0.00 B, will set to 165.50 MiB (RSS), difference: 1.28 MiB 2026.05.13 18:38:07.052455 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.052669 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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') FORMAT Native (stage: Complete) 2026.05.13 18:38:07.052973 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:07.053005 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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')" moved to PREWHERE 2026.05.13 18:38:07.053231 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:07.053297 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:07.053440 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 15-element set) 2026.05.13 18:38:07.053475 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:07.053496 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:07.053511 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:07.053547 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.13 18:38:07.053566 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.05.13 18:38:07.055078 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} executeQuery: Read 22 rows, 5.23 KiB in 0.002478 sec., 8878.127522195318 rows/sec., 2.06 MiB/sec. 2026.05.13 18:38:07.055252 [ 293 ] {f84489e1-d448-49e1-8499-9e54dbdee044} TCPHandler: Processed in 0.002917082 sec. 2026.05.13 18:38:07.057308 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.057494 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:07.057561 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:07.058318 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.058357 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.058915 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:07.059405 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.059551 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} executeQuery: Read 74 rows, 6.25 KiB in 0.002109 sec., 35087.71929824561 rows/sec., 2.89 MiB/sec. 2026.05.13 18:38:07.059592 [ 293 ] {81c31d99-451b-4c88-847a-2d568d29756e} TCPHandler: Processed in 0.002412842 sec. 2026.05.13 18:38:07.059730 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.059828 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:07.059868 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:07.060321 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.060360 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.060792 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:07.061233 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.061359 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} executeQuery: Read 11 rows, 847.00 B in 0.00155 sec., 7096.774193548387 rows/sec., 533.64 KiB/sec. 2026.05.13 18:38:07.061395 [ 293 ] {f01decb5-00f6-427d-a7e0-388b43afe346} TCPHandler: Processed in 0.00171452 sec. 2026.05.13 18:38:07.061526 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.061620 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:07.061659 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:07.062107 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.062142 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.062548 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:07.062986 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.063109 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} executeQuery: Read 67 rows, 5.35 KiB in 0.001507 sec., 44459.1904445919 rows/sec., 3.47 MiB/sec. 2026.05.13 18:38:07.063145 [ 293 ] {f5457446-d4da-4753-8ab7-7ce3542d0e9c} TCPHandler: Processed in 0.00166824 sec. 2026.05.13 18:38:07.063274 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.063369 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:07.063410 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:07.063880 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.063916 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.064406 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:07.064844 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.064973 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} executeQuery: Read 150 rows, 10.65 KiB in 0.001622 sec., 92478.42170160296 rows/sec., 6.41 MiB/sec. 2026.05.13 18:38:07.065009 [ 293 ] {66c6a2a5-aa74-4d4a-97ef-3e9dca673b22} TCPHandler: Processed in 0.001784151 sec. 2026.05.13 18:38:07.065136 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.065231 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:07.065283 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} 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.05.13 18:38:07.066037 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.066074 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.066691 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:07.067130 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.067264 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} executeQuery: Read 11 rows, 20.18 KiB in 0.00205 sec., 5365.853658536585 rows/sec., 9.62 MiB/sec. 2026.05.13 18:38:07.067313 [ 293 ] {f19ba9ab-3f81-4560-9fb8-efe62356ff36} TCPHandler: Processed in 0.002225459 sec. 2026.05.13 18:38:07.067427 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:07.067522 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:07.067561 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:07.067907 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:07.067942 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:07.068378 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:07.068836 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:07.068964 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} executeQuery: Read 50 rows, 3.51 KiB in 0.00146 sec., 34246.57534246575 rows/sec., 2.35 MiB/sec. 2026.05.13 18:38:07.068998 [ 293 ] {88bbe9c5-489b-4557-8e0e-ef2adb243eda} TCPHandler: Processed in 0.001619399 sec. 2026.05.13 18:38:11.995706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2026.05.13 18:38:11.996218 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:11.996264 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:11.997058 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:11.997596 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:11.997749 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2026.05.13 18:38:12.053096 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.053338 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:38:12.053675 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:12.053715 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:38:12.053970 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:12.054046 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:12.054200 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:38:12.054240 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:12.054261 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:12.054275 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:12.054316 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:38:12.054335 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 22 rows starting from 0 2026.05.13 18:38:12.055659 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} executeQuery: Read 22 rows, 5.23 KiB in 0.002419 sec., 9094.66721785862 rows/sec., 2.11 MiB/sec. 2026.05.13 18:38:12.055770 [ 293 ] {d4c40e07-d357-42a4-9b67-1dd1e6b74c55} TCPHandler: Processed in 0.002805309 sec. 2026.05.13 18:38:12.057273 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.057389 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.13 18:38:12.057432 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:12.058075 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.058114 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.058660 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:12.059078 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.059221 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} executeQuery: Read 4 rows, 521.00 B in 0.001862 sec., 2148.227712137487 rows/sec., 273.25 KiB/sec. 2026.05.13 18:38:12.059259 [ 293 ] {9f111eb9-5d99-49a5-a0c1-ba2088c83f9b} TCPHandler: Processed in 0.002038915 sec. 2026.05.13 18:38:12.059401 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.059500 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:38:12.059539 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:38:12.060009 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.060046 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.060451 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:12.060890 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.061017 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} executeQuery: Read 2 rows, 167.00 B in 0.001535 sec., 1302.9315960912054 rows/sec., 106.24 KiB/sec. 2026.05.13 18:38:12.061052 [ 293 ] {bc643591-f62e-4bff-8044-0f6668a454e5} TCPHandler: Processed in 0.00170084 sec. 2026.05.13 18:38:12.061176 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.061278 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:12.061316 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:12.061718 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.061754 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.062147 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:12.062588 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.062714 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} executeQuery: Read 57 rows, 4.45 KiB in 0.001454 sec., 39202.20082530949 rows/sec., 2.99 MiB/sec. 2026.05.13 18:38:12.062749 [ 293 ] {02f22d27-277b-4f24-b146-8eb8a43e3a90} TCPHandler: Processed in 0.001622269 sec. 2026.05.13 18:38:12.062865 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.062958 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:12.062996 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:12.063405 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.063440 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.063836 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:12.064377 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.064501 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} executeQuery: Read 2 rows, 143.00 B in 0.00156 sec., 1282.051282051282 rows/sec., 89.52 KiB/sec. 2026.05.13 18:38:12.064537 [ 293 ] {b57bdf25-e104-43a8-9cb2-4c9a1bc8e910} TCPHandler: Processed in 0.00172061 sec. 2026.05.13 18:38:12.064670 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.064763 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:12.064801 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:12.065202 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.065237 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.065630 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:12.066068 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.066192 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} executeQuery: Read 66 rows, 5.28 KiB in 0.001446 sec., 45643.15352697096 rows/sec., 3.56 MiB/sec. 2026.05.13 18:38:12.066227 [ 293 ] {180f789a-81f8-48fe-91d2-f27c336f3c47} TCPHandler: Processed in 0.001605368 sec. 2026.05.13 18:38:12.066347 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.066441 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:12.066480 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:12.066922 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.066958 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.067401 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:12.067848 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.067976 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. 2026.05.13 18:38:12.068012 [ 293 ] {342f7b26-1dab-4f26-84f0-887e15cc8dcf} TCPHandler: Processed in 0.00171378 sec. 2026.05.13 18:38:12.068126 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:12.068220 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:12.068259 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:12.068632 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.068667 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.069446 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:12.069928 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.070057 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} executeQuery: Read 60 rows, 4.14 KiB in 0.001854 sec., 32362.459546925566 rows/sec., 2.18 MiB/sec. 2026.05.13 18:38:12.070092 [ 293 ] {a50d05d6-07ee-46d0-94a6-9b136ccd4724} TCPHandler: Processed in 0.002014775 sec. 2026.05.13 18:38:12.116135 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.13 18:38:12.132745 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:12.132799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:12.138929 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:12.140179 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:12.142828 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.13 18:38:14.491364 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 154 2026.05.13 18:38:14.493553 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:14.493598 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:14.495266 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:14.495801 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:14.496029 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 154 2026.05.13 18:38:17.052267 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.052587 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:17.053059 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:17.053120 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:17.053472 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:17.053541 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:17.053674 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:38:17.053952 [ 303 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:17.053962 [ 284 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:17.054174 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:17.054210 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:17.054354 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:17.054376 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:17.054430 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:17.054468 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:17.055960 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} executeQuery: Read 26 rows, 5.74 KiB in 0.003502 sec., 7424.328954882924 rows/sec., 1.60 MiB/sec. 2026.05.13 18:38:17.056072 [ 293 ] {a75982ba-c35a-47d7-b4bd-318c34609d7c} TCPHandler: Processed in 0.00396825 sec. 2026.05.13 18:38:17.057875 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.057985 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:17.058025 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:17.058531 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.058571 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.059043 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:17.059679 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.059869 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} executeQuery: Read 78 rows, 6.59 KiB in 0.001913 sec., 40773.653946680606 rows/sec., 3.36 MiB/sec. 2026.05.13 18:38:17.059908 [ 293 ] {25d9ea1e-683c-4722-a02b-10afda25590e} TCPHandler: Processed in 0.002083967 sec. 2026.05.13 18:38:17.060047 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.060143 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:17.060182 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:17.060585 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.060621 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.061021 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:17.061459 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.061589 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} executeQuery: Read 11 rows, 847.00 B in 0.001464 sec., 7513.661202185792 rows/sec., 564.99 KiB/sec. 2026.05.13 18:38:17.061625 [ 293 ] {05d48394-4fe0-44b6-934d-e2a6696b0559} TCPHandler: Processed in 0.001626468 sec. 2026.05.13 18:38:17.061760 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.061858 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:17.061902 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:17.062322 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.062358 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.062769 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:17.063229 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.063379 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} executeQuery: Read 75 rows, 6.00 KiB in 0.001537 sec., 48796.35653871178 rows/sec., 3.81 MiB/sec. 2026.05.13 18:38:17.063419 [ 293 ] {6fed4474-1eb3-42b8-a566-b4f4cd58649c} TCPHandler: Processed in 0.00170853 sec. 2026.05.13 18:38:17.063551 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.063646 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:17.063686 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:17.064121 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.064156 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.064626 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:17.065068 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.065218 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. 2026.05.13 18:38:17.065254 [ 293 ] {ff7a4052-bbc4-4658-90d7-2f1c50f652cb} TCPHandler: Processed in 0.001760511 sec. 2026.05.13 18:38:17.065371 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.065465 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:17.065516 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} 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.05.13 18:38:17.066417 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.066479 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.067323 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:17.067795 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.067974 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} executeQuery: Read 11 rows, 20.18 KiB in 0.002522 sec., 4361.617763679619 rows/sec., 7.82 MiB/sec. 2026.05.13 18:38:17.068081 [ 293 ] {be04ea93-c3e3-4935-9fcb-f04cac7f901a} TCPHandler: Processed in 0.002758649 sec. 2026.05.13 18:38:17.068251 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:17.068375 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:17.068430 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:17.068806 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:17.068843 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:17.069259 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:17.069735 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:17.069888 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. 2026.05.13 18:38:17.069925 [ 293 ] {0e8b5314-f9e8-49ff-ae43-937fa81ce3ab} TCPHandler: Processed in 0.001779231 sec. 2026.05.13 18:38:19.450842 [ 78 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:38:19.450936 [ 78 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:38:19.497857 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2026.05.13 18:38:19.498372 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:19.498410 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:19.499056 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:19.499541 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:19.499665 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.05.13 18:38:19.499696 [ 78 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:19.499786 [ 78 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:19.499813 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:19.499991 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:38:19.500146 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:19.500212 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.05.13 18:38:19.500317 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.05.13 18:38:19.500366 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.05.13 18:38:19.500426 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.05.13 18:38:19.500484 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2026.05.13 18:38:19.500529 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2026.05.13 18:38:19.507447 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.007551233 sec., 371594.94350127986 rows/sec., 5.32 MiB/sec. 2026.05.13 18:38:19.508365 [ 197 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:19.509001 [ 197 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:19.509081 [ 197 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_6_1} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:19.509190 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.05.13 18:38:19.642926 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.13 18:38:19.660344 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:19.660390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:19.667207 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:19.668683 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:19.668970 [ 78 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:19.669014 [ 78 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:19.669032 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:19.669146 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.671940 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.13 18:38:19.673363 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:19.674696 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.678414 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.681728 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.685590 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.690335 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.694370 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:19.747866 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.078766276 sec., 584.0062820794017 rows/sec., 3.02 MiB/sec. 2026.05.13 18:38:19.749431 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:19.751442 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_6_1} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:19.751519 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_6_1} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:19.752885 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.13 18:38:20.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 168.18 MiB, peak 177.72 MiB, free memory in arenas 0.00 B, will set to 178.88 MiB (RSS), difference: 10.69 MiB 2026.05.13 18:38:22.052757 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:22.053110 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:22.053604 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:22.053642 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:22.053857 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:22.053923 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:22.054057 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:38:22.054303 [ 306 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:22.054366 [ 307 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:22.054521 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:22.054552 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:22.054622 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:22.054642 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:22.054680 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:22.054718 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:22.056181 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} executeQuery: Read 26 rows, 5.74 KiB in 0.003214 sec., 8089.607965152459 rows/sec., 1.74 MiB/sec. 2026.05.13 18:38:22.056303 [ 293 ] {39532e86-97d4-4177-9dfb-168561605500} TCPHandler: Processed in 0.003725726 sec. 2026.05.13 18:38:22.058011 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:22.058126 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:22.058173 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:22.058728 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.058766 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.059302 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:22.059755 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.059889 [ 74 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:22.059899 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} executeQuery: Read 56 rows, 4.38 KiB in 0.001803 sec., 31059.34553521908 rows/sec., 2.37 MiB/sec. 2026.05.13 18:38:22.059943 [ 74 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.059967 [ 293 ] {cc0e7319-b62a-4a88-b764-ad5b9f555cd6} TCPHandler: Processed in 0.002008735 sec. 2026.05.13 18:38:22.059969 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.060105 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:22.060125 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:38:22.060210 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:22.060253 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:22.060253 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:22.060304 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 198 rows starting from the beginning of the part 2026.05.13 18:38:22.060388 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:38:22.060438 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.05.13 18:38:22.060481 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2026.05.13 18:38:22.060519 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 78 rows starting from the beginning of the part 2026.05.13 18:38:22.060562 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.05.13 18:38:22.060711 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.060753 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.061275 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:22.061579 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513396 sec., 340294.2785629141 rows/sec., 29.49 MiB/sec. 2026.05.13 18:38:22.061766 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.061899 [ 73 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:22.061909 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} executeQuery: Read 64 rows, 5.12 KiB in 0.001721 sec., 37187.68158047646 rows/sec., 2.90 MiB/sec. 2026.05.13 18:38:22.061920 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:22.061944 [ 73 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.061972 [ 293 ] {a95bafdd-03ce-4667-9425-a5f9ce57617b} TCPHandler: Processed in 0.001916973 sec. 2026.05.13 18:38:22.061977 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.062076 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:38:22.062134 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:22.062170 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:22.062200 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 111 rows starting from the beginning of the part 2026.05.13 18:38:22.062237 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:22.062245 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.05.13 18:38:22.062286 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:22.062296 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 67 rows starting from the beginning of the part 2026.05.13 18:38:22.062339 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2026.05.13 18:38:22.062377 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 75 rows starting from the beginning of the part 2026.05.13 18:38:22.062413 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.05.13 18:38:22.062582 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.062680 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_6_1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:22.062747 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.062770 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.05.13 18:38:22.062789 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.063229 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 439 rows, containing 5 columns (5 merged, 0 gathered) in 0.001181151 sec., 371671.36124001077 rows/sec., 30.75 MiB/sec. 2026.05.13 18:38:22.063314 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:22.063501 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:22.063908 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.064048 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.064128 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_6_1} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:22.064168 [ 73 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:22.064181 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001961 sec., 81591.0249872514 rows/sec., 5.68 MiB/sec. 2026.05.13 18:38:22.064193 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.05.13 18:38:22.064209 [ 73 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.064238 [ 293 ] {e1249709-974e-41b5-9ee7-c1fb81093b4b} TCPHandler: Processed in 0.002152387 sec. 2026.05.13 18:38:22.064288 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.064390 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:22.064417 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:38:22.064616 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:22.064664 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:22.064681 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:22.064730 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 286 rows starting from the beginning of the part 2026.05.13 18:38:22.064811 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2026.05.13 18:38:22.064860 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2026.05.13 18:38:22.064908 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.05.13 18:38:22.064951 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.05.13 18:38:22.064996 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.05.13 18:38:22.065024 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.065065 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.065647 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:22.066097 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001744201 sec., 611741.4220035421 rows/sec., 43.39 MiB/sec. 2026.05.13 18:38:22.066137 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.066271 [ 73 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:22.066281 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001683 sec., 35650.623885918 rows/sec., 2.40 MiB/sec. 2026.05.13 18:38:22.066320 [ 73 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:22.066336 [ 293 ] {f5c6dd3e-d560-44e1-a5d5-3e6f9c539c3d} TCPHandler: Processed in 0.001995635 sec. 2026.05.13 18:38:22.066349 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:22.066351 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:22.066432 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:22.066520 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:22.066546 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2026.05.13 18:38:22.066614 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2026.05.13 18:38:22.066660 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.05.13 18:38:22.066704 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.05.13 18:38:22.066752 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.05.13 18:38:22.066801 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.05.13 18:38:22.066849 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.066922 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_6_1} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:22.066982 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.05.13 18:38:22.067595 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.00118317 sec., 278911.73711300996 rows/sec., 18.95 MiB/sec. 2026.05.13 18:38:22.067843 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:22.068318 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:22.068386 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_6_1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:22.068450 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.05.13 18:38:24.496214 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 178 2026.05.13 18:38:24.498353 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:24.498390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:24.499651 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:24.500141 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:24.500360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 178 2026.05.13 18:38:26.999724 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2026.05.13 18:38:27.000268 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.000310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.001109 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.001667 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.001815 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2026.05.13 18:38:27.053792 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.054048 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:27.054418 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:27.054460 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:27.054718 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:27.054783 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:27.054918 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 25-element set) 2026.05.13 18:38:27.055039 [ 306 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:27.055039 [ 308 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:27.055167 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:27.055193 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:27.055258 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:27.055277 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:27.055318 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.13 18:38:27.055355 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.13 18:38:27.057038 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} executeQuery: Read 26 rows, 5.74 KiB in 0.003093 sec., 8406.078241189784 rows/sec., 1.81 MiB/sec. 2026.05.13 18:38:27.057162 [ 293 ] {468abd1c-57e8-4c1c-8630-a0196ae8f2de} TCPHandler: Processed in 0.003524212 sec. 2026.05.13 18:38:27.059885 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.060008 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.060049 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:38:27.060536 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.060574 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.061093 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:27.061549 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.061687 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} executeQuery: Read 24 rows, 2.04 KiB in 0.001713 sec., 14010.507880910684 rows/sec., 1.16 MiB/sec. 2026.05.13 18:38:27.061723 [ 293 ] {06281768-04ba-4b43-8783-27e4812ecf3c} TCPHandler: Processed in 0.001893183 sec. 2026.05.13 18:38:27.061859 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.061961 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:27.062007 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:27.062532 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.062568 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.063010 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.063454 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.063581 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} executeQuery: Read 198 rows, 18.02 KiB in 0.001643 sec., 120511.25989044431 rows/sec., 10.71 MiB/sec. 2026.05.13 18:38:27.063617 [ 293 ] {a2295e7e-659e-4f59-9870-f921ca0fce30} TCPHandler: Processed in 0.001806291 sec. 2026.05.13 18:38:27.063761 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.063856 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.063895 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:27.064284 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.064321 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.064715 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:27.065391 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.065589 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} executeQuery: Read 23 rows, 1.79 KiB in 0.00175 sec., 13142.857142857143 rows/sec., 1021.76 KiB/sec. 2026.05.13 18:38:27.065627 [ 293 ] {c8a7398f-3a6d-4158-8cbc-d2314b0ae001} TCPHandler: Processed in 0.001914314 sec. 2026.05.13 18:38:27.065750 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.065845 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.065883 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:38:27.066291 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.066328 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.066776 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:27.067227 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.067353 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} executeQuery: Read 24 rows, 2.04 KiB in 0.001526 sec., 15727.391874180865 rows/sec., 1.30 MiB/sec. 2026.05.13 18:38:27.067388 [ 293 ] {e7213213-c7c4-4d59-8617-9f2f1f5b69b5} TCPHandler: Processed in 0.00168627 sec. 2026.05.13 18:38:27.067510 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.067604 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.067642 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:38:27.068051 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.068087 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.068541 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:27.069204 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.069429 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} executeQuery: Read 12 rows, 960.00 B in 0.001834 sec., 6543.075245365322 rows/sec., 511.18 KiB/sec. 2026.05.13 18:38:27.069498 [ 293 ] {9edfe9e9-645d-4088-81b6-04db789d78d7} TCPHandler: Processed in 0.002035726 sec. 2026.05.13 18:38:27.069695 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.069829 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:27.069888 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:27.070442 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.070480 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.070948 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.071393 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.071522 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} executeQuery: Read 111 rows, 9.25 KiB in 0.001738 sec., 63866.51323360184 rows/sec., 5.20 MiB/sec. 2026.05.13 18:38:27.071560 [ 293 ] {3c3dec87-af65-407c-b0a1-a37a0c6aa4b5} TCPHandler: Processed in 0.001973604 sec. 2026.05.13 18:38:27.071702 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.071798 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.071840 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:27.072258 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.072295 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.072747 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.073190 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.073317 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} executeQuery: Read 196 rows, 14.40 KiB in 0.001538 sec., 127438.23146944083 rows/sec., 9.14 MiB/sec. 2026.05.13 18:38:27.073352 [ 293 ] {7e3d596c-f3fa-49aa-a4d4-014a49f9432c} TCPHandler: Processed in 0.00169936 sec. 2026.05.13 18:38:27.073474 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.073569 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.073621 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} 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.05.13 18:38:27.074477 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.074514 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.075171 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:27.075609 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.075744 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} executeQuery: Read 11 rows, 20.18 KiB in 0.002193 sec., 5015.959872321021 rows/sec., 8.99 MiB/sec. 2026.05.13 18:38:27.075801 [ 293 ] {68a8f85e-1520-4bb0-bf05-db690a90ba1f} TCPHandler: Processed in 0.002375272 sec. 2026.05.13 18:38:27.075933 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:27.076029 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:27.076069 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:27.076414 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.076449 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.076848 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.077301 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.077432 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. 2026.05.13 18:38:27.077466 [ 293 ] {1d7175e3-4cc3-4da8-9eb0-00141e5209ad} TCPHandler: Processed in 0.001582399 sec. 2026.05.13 18:38:27.171985 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.13 18:38:27.188537 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:27.188586 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:27.194289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:27.195510 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:27.198403 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.13 18:38:28.537019 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36511 2026.05.13 18:38:28.537146 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.537176 [ 309 ] {} TCP-Session: 40f93692-a932-41be-8c73-defab2d8d4c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:36511 2026.05.13 18:38:28.537198 [ 309 ] {} TCP-Session: 40f93692-a932-41be-8c73-defab2d8d4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537212 [ 309 ] {} TCP-Session: 40f93692-a932-41be-8c73-defab2d8d4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537568 [ 309 ] {} TCP-Session: 40f93692-a932-41be-8c73-defab2d8d4c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:28.537598 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50957 2026.05.13 18:38:28.537600 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53372 2026.05.13 18:38:28.537661 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50483 2026.05.13 18:38:28.537738 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.537747 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} executeQuery: (from [fd00:1122:3344:101::e]:36511) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:38:28.537774 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.537783 [ 311 ] {} TCP-Session: 2ed29268-1064-4fb0-857a-abe026e1fa77 Authenticating user 'default' from [fd00:1122:3344:101::e]:50957 2026.05.13 18:38:28.537806 [ 312 ] {} TCP-Session: 1bc55133-f532-485c-8a63-607a94d58d9a Authenticating user 'default' from [fd00:1122:3344:101::e]:50483 2026.05.13 18:38:28.537820 [ 311 ] {} TCP-Session: 2ed29268-1064-4fb0-857a-abe026e1fa77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537831 [ 312 ] {} TCP-Session: 1bc55133-f532-485c-8a63-607a94d58d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537842 [ 311 ] {} TCP-Session: 2ed29268-1064-4fb0-857a-abe026e1fa77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537862 [ 312 ] {} TCP-Session: 1bc55133-f532-485c-8a63-607a94d58d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.537912 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.537942 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48382 2026.05.13 18:38:28.537956 [ 310 ] {} TCP-Session: b8c12205-58ea-408c-8990-51bd3ff6cdff Authenticating user 'default' from [fd00:1122:3344:101::e]:53372 2026.05.13 18:38:28.537967 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37144 2026.05.13 18:38:28.537987 [ 310 ] {} TCP-Session: b8c12205-58ea-408c-8990-51bd3ff6cdff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538033 [ 310 ] {} TCP-Session: b8c12205-58ea-408c-8990-51bd3ff6cdff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538039 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56159 2026.05.13 18:38:28.538085 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:38:28.538144 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.538155 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:28.538186 [ 314 ] {} TCP-Session: 8fe5b73c-4cea-4403-846c-03f1c97c9f45 Authenticating user 'default' from [fd00:1122:3344:101::e]:48382 2026.05.13 18:38:28.538210 [ 314 ] {} TCP-Session: 8fe5b73c-4cea-4403-846c-03f1c97c9f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538228 [ 314 ] {} TCP-Session: 8fe5b73c-4cea-4403-846c-03f1c97c9f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538254 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61437 2026.05.13 18:38:28.538342 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.538387 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.538391 [ 313 ] {} TCP-Session: bf91d026-40b6-4b8b-a813-2466a1de4fbf Authenticating user 'default' from [fd00:1122:3344:101::e]:37144 2026.05.13 18:38:28.538426 [ 315 ] {} TCP-Session: b9c47220-a0cb-4674-ac4d-6038b70f06e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56159 2026.05.13 18:38:28.538441 [ 313 ] {} TCP-Session: bf91d026-40b6-4b8b-a813-2466a1de4fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538449 [ 315 ] {} TCP-Session: b9c47220-a0cb-4674-ac4d-6038b70f06e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538463 [ 313 ] {} TCP-Session: bf91d026-40b6-4b8b-a813-2466a1de4fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538475 [ 315 ] {} TCP-Session: b9c47220-a0cb-4674-ac4d-6038b70f06e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538482 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.538522 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61868 2026.05.13 18:38:28.538527 [ 316 ] {} TCP-Session: 62b79427-e216-417b-9e08-b17c17f5edd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:61437 2026.05.13 18:38:28.538568 [ 316 ] {} TCP-Session: 62b79427-e216-417b-9e08-b17c17f5edd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538581 [ 316 ] {} TCP-Session: 62b79427-e216-417b-9e08-b17c17f5edd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538716 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:28.538748 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:38:28.538752 [ 317 ] {} TCP-Session: 7fdf5ba6-2145-4bf4-b9e2-3a75df7c9cc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:61868 2026.05.13 18:38:28.538792 [ 317 ] {} TCP-Session: 7fdf5ba6-2145-4bf4-b9e2-3a75df7c9cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.538805 [ 317 ] {} TCP-Session: 7fdf5ba6-2145-4bf4-b9e2-3a75df7c9cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.546810 [ 318 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} AggregatingTransform: Aggregating 2026.05.13 18:38:28.546950 [ 318 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} Aggregator: Aggregation method: without_key 2026.05.13 18:38:28.547628 [ 318 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.003742206 sec. (267.222 rows/sec., 10.44 KiB/sec.) 2026.05.13 18:38:28.547652 [ 318 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} Aggregator: Merging aggregated data 2026.05.13 18:38:28.547682 [ 318 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.13 18:38:28.548912 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} executeQuery: Read 1 rows, 40.00 B in 0.011219 sec., 89.13450396648543 rows/sec., 3.48 KiB/sec. 2026.05.13 18:38:28.549067 [ 309 ] {0ba661a0-ef55-4ada-86bf-4e4d9ac9c127} TCPHandler: Processed in 0.011638525 sec. 2026.05.13 18:38:28.549344 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549377 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549398 [ 309 ] {} TCP-Session: 40f93692-a932-41be-8c73-defab2d8d4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549403 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549413 [ 310 ] {} TCP-Session: b8c12205-58ea-408c-8990-51bd3ff6cdff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549426 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549448 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549472 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549487 [ 311 ] {} TCP-Session: 2ed29268-1064-4fb0-857a-abe026e1fa77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549493 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549531 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549547 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:28.549561 [ 317 ] {} TCP-Session: 7fdf5ba6-2145-4bf4-b9e2-3a75df7c9cc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549578 [ 315 ] {} TCP-Session: b9c47220-a0cb-4674-ac4d-6038b70f06e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549591 [ 316 ] {} TCP-Session: 62b79427-e216-417b-9e08-b17c17f5edd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549508 [ 313 ] {} TCP-Session: bf91d026-40b6-4b8b-a813-2466a1de4fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549513 [ 314 ] {} TCP-Session: 8fe5b73c-4cea-4403-846c-03f1c97c9f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:28.549457 [ 312 ] {} TCP-Session: 1bc55133-f532-485c-8a63-607a94d58d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.000238 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 179.99 MiB, peak 186.09 MiB, free memory in arenas 0.00 B, will set to 181.64 MiB (RSS), difference: 1.65 MiB 2026.05.13 18:38:29.587475 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40780 2026.05.13 18:38:29.587582 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.587608 [ 309 ] {} TCP-Session: 92f78752-a76a-4d42-877d-8bb705c7d3a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40780 2026.05.13 18:38:29.587630 [ 309 ] {} TCP-Session: 92f78752-a76a-4d42-877d-8bb705c7d3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.587644 [ 309 ] {} TCP-Session: 92f78752-a76a-4d42-877d-8bb705c7d3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.587865 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65324 2026.05.13 18:38:29.587889 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56346 2026.05.13 18:38:29.587919 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59876 2026.05.13 18:38:29.587909 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65300 2026.05.13 18:38:29.587964 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34743 2026.05.13 18:38:29.587979 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.587997 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.588019 [ 311 ] {} TCP-Session: b38b3d09-07a1-4f11-b150-f0e5129dbaa0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56346 2026.05.13 18:38:29.588028 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.588032 [ 313 ] {} TCP-Session: 3e3781f2-5254-4133-aa6f-363009feceb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59876 2026.05.13 18:38:29.588043 [ 311 ] {} TCP-Session: b38b3d09-07a1-4f11-b150-f0e5129dbaa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588065 [ 312 ] {} TCP-Session: b5e1974a-2fc1-4ac4-9e67-f162ba64bcdf Authenticating user 'default' from [fd00:1122:3344:101::e]:65300 2026.05.13 18:38:29.588078 [ 309 ] {} TCP-Session: 92f78752-a76a-4d42-877d-8bb705c7d3a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:29.588077 [ 311 ] {} TCP-Session: b38b3d09-07a1-4f11-b150-f0e5129dbaa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588100 [ 312 ] {} TCP-Session: b5e1974a-2fc1-4ac4-9e67-f162ba64bcdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588071 [ 313 ] {} TCP-Session: 3e3781f2-5254-4133-aa6f-363009feceb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588136 [ 312 ] {} TCP-Session: b5e1974a-2fc1-4ac4-9e67-f162ba64bcdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588157 [ 313 ] {} TCP-Session: 3e3781f2-5254-4133-aa6f-363009feceb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588045 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.587953 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37909 2026.05.13 18:38:29.588212 [ 317 ] {} TCP-Session: 02f48746-92a8-4977-b1ef-f08dedb97cd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34743 2026.05.13 18:38:29.587954 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49133 2026.05.13 18:38:29.588271 [ 317 ] {} TCP-Session: 02f48746-92a8-4977-b1ef-f08dedb97cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588261 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} executeQuery: (from [fd00:1122:3344:101::e]:40780) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:38:29.588303 [ 317 ] {} TCP-Session: 02f48746-92a8-4977-b1ef-f08dedb97cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588317 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.588332 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.587956 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59176 2026.05.13 18:38:29.588369 [ 316 ] {} TCP-Session: c2a43319-26c3-4224-95bd-8ce92cfd1964 Authenticating user 'default' from [fd00:1122:3344:101::e]:49133 2026.05.13 18:38:29.588360 [ 315 ] {} TCP-Session: 111dadbe-0d2d-4c71-a852-a9c871147362 Authenticating user 'default' from [fd00:1122:3344:101::e]:37909 2026.05.13 18:38:29.588429 [ 316 ] {} TCP-Session: c2a43319-26c3-4224-95bd-8ce92cfd1964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.587992 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.588461 [ 315 ] {} TCP-Session: 111dadbe-0d2d-4c71-a852-a9c871147362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588484 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:29.588502 [ 315 ] {} TCP-Session: 111dadbe-0d2d-4c71-a852-a9c871147362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588463 [ 316 ] {} TCP-Session: c2a43319-26c3-4224-95bd-8ce92cfd1964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588530 [ 314 ] {} TCP-Session: e76aaec8-e437-499a-ab96-a709838876d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59176 2026.05.13 18:38:29.588493 [ 310 ] {} TCP-Session: 20e2dce8-e24b-484f-8562-d44c750338bb Authenticating user 'default' from [fd00:1122:3344:101::e]:65324 2026.05.13 18:38:29.588572 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:38:29.588591 [ 310 ] {} TCP-Session: 20e2dce8-e24b-484f-8562-d44c750338bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588582 [ 314 ] {} TCP-Session: e76aaec8-e437-499a-ab96-a709838876d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588612 [ 310 ] {} TCP-Session: 20e2dce8-e24b-484f-8562-d44c750338bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588630 [ 314 ] {} TCP-Session: e76aaec8-e437-499a-ab96-a709838876d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.588635 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:29.588978 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:38:29.589881 [ 322 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} AggregatingTransform: Aggregating 2026.05.13 18:38:29.589961 [ 322 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} Aggregator: Aggregation method: without_key 2026.05.13 18:38:29.590021 [ 322 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000942307 sec. (1061.225 rows/sec., 41.45 KiB/sec.) 2026.05.13 18:38:29.590039 [ 322 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} Aggregator: Merging aggregated data 2026.05.13 18:38:29.591566 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} executeQuery: Read 1 rows, 40.00 B in 0.003355 sec., 298.06259314456037 rows/sec., 11.64 KiB/sec. 2026.05.13 18:38:29.591713 [ 309 ] {dd6294ab-e423-4867-8fbd-58b14fc42b6b} TCPHandler: Processed in 0.003760456 sec. 2026.05.13 18:38:29.591859 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591890 [ 309 ] {} TCP-Session: 92f78752-a76a-4d42-877d-8bb705c7d3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.591896 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591919 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591941 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591961 [ 312 ] {} TCP-Session: b5e1974a-2fc1-4ac4-9e67-f162ba64bcdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.591963 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591996 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.592004 [ 314 ] {} TCP-Session: e76aaec8-e437-499a-ab96-a709838876d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.592025 [ 317 ] {} TCP-Session: 02f48746-92a8-4977-b1ef-f08dedb97cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.592034 [ 315 ] {} TCP-Session: 111dadbe-0d2d-4c71-a852-a9c871147362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.592041 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.592019 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.591976 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:29.592121 [ 313 ] {} TCP-Session: 3e3781f2-5254-4133-aa6f-363009feceb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.592108 [ 316 ] {} TCP-Session: c2a43319-26c3-4224-95bd-8ce92cfd1964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.592146 [ 311 ] {} TCP-Session: b38b3d09-07a1-4f11-b150-f0e5129dbaa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:29.591946 [ 310 ] {} TCP-Session: 20e2dce8-e24b-484f-8562-d44c750338bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717191 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49349 2026.05.13 18:38:30.717291 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717320 [ 313 ] {} TCP-Session: 32677293-a9c7-416b-a108-87006f940311 Authenticating user 'default' from [fd00:1122:3344:101::e]:49349 2026.05.13 18:38:30.717343 [ 313 ] {} TCP-Session: 32677293-a9c7-416b-a108-87006f940311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717356 [ 313 ] {} TCP-Session: 32677293-a9c7-416b-a108-87006f940311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717576 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62249 2026.05.13 18:38:30.717593 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56856 2026.05.13 18:38:30.717600 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34501 2026.05.13 18:38:30.717658 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40023 2026.05.13 18:38:30.717691 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46365 2026.05.13 18:38:30.717692 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717743 [ 313 ] {} TCP-Session: 32677293-a9c7-416b-a108-87006f940311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:30.717776 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717800 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717799 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717825 [ 315 ] {} TCP-Session: c24dee37-f0ba-49a3-b7ae-d8e7c77463d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:34501 2026.05.13 18:38:30.717830 [ 312 ] {} TCP-Session: 7ebbb296-9f3b-4965-833e-e0eb70e3d585 Authenticating user 'default' from [fd00:1122:3344:101::e]:46365 2026.05.13 18:38:30.717852 [ 309 ] {} TCP-Session: f88a9e3c-ecaa-479c-a4f3-1c661530d4f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40023 2026.05.13 18:38:30.717862 [ 315 ] {} TCP-Session: c24dee37-f0ba-49a3-b7ae-d8e7c77463d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717888 [ 309 ] {} TCP-Session: f88a9e3c-ecaa-479c-a4f3-1c661530d4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717867 [ 312 ] {} TCP-Session: 7ebbb296-9f3b-4965-833e-e0eb70e3d585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717911 [ 309 ] {} TCP-Session: f88a9e3c-ecaa-479c-a4f3-1c661530d4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717890 [ 315 ] {} TCP-Session: c24dee37-f0ba-49a3-b7ae-d8e7c77463d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717935 [ 312 ] {} TCP-Session: 7ebbb296-9f3b-4965-833e-e0eb70e3d585 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717967 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} executeQuery: (from [fd00:1122:3344:101::e]:49349) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:38:30.717786 [ 314 ] {} TCP-Session: ce30d7f8-419c-4090-a64e-7e14cb8e92a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62249 2026.05.13 18:38:30.717683 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54036 2026.05.13 18:38:30.718044 [ 314 ] {} TCP-Session: ce30d7f8-419c-4090-a64e-7e14cb8e92a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717668 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45793 2026.05.13 18:38:30.718075 [ 314 ] {} TCP-Session: ce30d7f8-419c-4090-a64e-7e14cb8e92a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.717654 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54986 2026.05.13 18:38:30.718111 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.718142 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.717702 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.718166 [ 310 ] {} TCP-Session: bdfd7ecb-c90a-4b38-9e70-5c621b7d32c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45793 2026.05.13 18:38:30.718183 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:30.718164 [ 311 ] {} TCP-Session: 3caefceb-9d55-4149-a1f4-9f7f608fd16d Authenticating user 'default' from [fd00:1122:3344:101::e]:54036 2026.05.13 18:38:30.718212 [ 310 ] {} TCP-Session: bdfd7ecb-c90a-4b38-9e70-5c621b7d32c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718223 [ 317 ] {} TCP-Session: 674c70d1-2908-4827-a38d-03b28fc20918 Authenticating user 'default' from [fd00:1122:3344:101::e]:54986 2026.05.13 18:38:30.718240 [ 310 ] {} TCP-Session: bdfd7ecb-c90a-4b38-9e70-5c621b7d32c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718238 [ 311 ] {} TCP-Session: 3caefceb-9d55-4149-a1f4-9f7f608fd16d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718260 [ 317 ] {} TCP-Session: 674c70d1-2908-4827-a38d-03b28fc20918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718277 [ 311 ] {} TCP-Session: 3caefceb-9d55-4149-a1f4-9f7f608fd16d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718288 [ 317 ] {} TCP-Session: 674c70d1-2908-4827-a38d-03b28fc20918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718216 [ 316 ] {} TCP-Session: 0b7d6661-9f2a-4c75-a8c1-e3f877f7addf Authenticating user 'default' from [fd00:1122:3344:101::e]:56856 2026.05.13 18:38:30.718318 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:38:30.718348 [ 316 ] {} TCP-Session: 0b7d6661-9f2a-4c75-a8c1-e3f877f7addf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718378 [ 316 ] {} TCP-Session: 0b7d6661-9f2a-4c75-a8c1-e3f877f7addf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.718390 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:30.718842 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:38:30.720607 [ 353 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} AggregatingTransform: Aggregating 2026.05.13 18:38:30.720650 [ 353 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} Aggregator: Aggregation method: without_key 2026.05.13 18:38:30.720686 [ 353 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001576238 sec. (634.422 rows/sec., 24.78 KiB/sec.) 2026.05.13 18:38:30.720705 [ 353 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} Aggregator: Merging aggregated data 2026.05.13 18:38:30.722236 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} executeQuery: Read 1 rows, 40.00 B in 0.004342 sec., 230.30861354214645 rows/sec., 9.00 KiB/sec. 2026.05.13 18:38:30.722354 [ 313 ] {b8fe9684-2fbe-40a5-a37b-f623fcb831af} TCPHandler: Processed in 0.004776344 sec. 2026.05.13 18:38:30.722479 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722508 [ 313 ] {} TCP-Session: 32677293-a9c7-416b-a108-87006f940311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722525 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722543 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722561 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722580 [ 315 ] {} TCP-Session: c24dee37-f0ba-49a3-b7ae-d8e7c77463d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722588 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722608 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722635 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722660 [ 314 ] {} TCP-Session: ce30d7f8-419c-4090-a64e-7e14cb8e92a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722604 [ 310 ] {} TCP-Session: bdfd7ecb-c90a-4b38-9e70-5c621b7d32c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722672 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722705 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:30.722747 [ 309 ] {} TCP-Session: f88a9e3c-ecaa-479c-a4f3-1c661530d4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722682 [ 317 ] {} TCP-Session: 674c70d1-2908-4827-a38d-03b28fc20918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722770 [ 311 ] {} TCP-Session: 3caefceb-9d55-4149-a1f4-9f7f608fd16d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722638 [ 316 ] {} TCP-Session: 0b7d6661-9f2a-4c75-a8c1-e3f877f7addf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:30.722596 [ 312 ] {} TCP-Session: 7ebbb296-9f3b-4965-833e-e0eb70e3d585 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030307 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48004 2026.05.13 18:38:31.030418 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.030446 [ 313 ] {} TCP-Session: 33406055-6469-4c79-b6dd-f756a39b1a0a Authenticating user 'default' from [fd00:1122:3344:101::e]:48004 2026.05.13 18:38:31.030470 [ 313 ] {} TCP-Session: 33406055-6469-4c79-b6dd-f756a39b1a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030484 [ 313 ] {} TCP-Session: 33406055-6469-4c79-b6dd-f756a39b1a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030692 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62511 2026.05.13 18:38:31.030692 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39638 2026.05.13 18:38:31.030798 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36009 2026.05.13 18:38:31.030810 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42902 2026.05.13 18:38:31.030830 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46641 2026.05.13 18:38:31.030829 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.030935 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.030975 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.030978 [ 314 ] {} TCP-Session: 55f6017f-6905-478a-9eae-3bb019c69b02 Authenticating user 'default' from [fd00:1122:3344:101::e]:39638 2026.05.13 18:38:31.030994 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.031015 [ 316 ] {} TCP-Session: 68e86a1f-1675-4fba-ae19-fd1689787b58 Authenticating user 'default' from [fd00:1122:3344:101::e]:42902 2026.05.13 18:38:31.031029 [ 314 ] {} TCP-Session: 55f6017f-6905-478a-9eae-3bb019c69b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031047 [ 311 ] {} TCP-Session: 3d72976a-8233-47df-85a3-5274e017690c Authenticating user 'default' from [fd00:1122:3344:101::e]:46641 2026.05.13 18:38:31.031067 [ 314 ] {} TCP-Session: 55f6017f-6905-478a-9eae-3bb019c69b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031088 [ 311 ] {} TCP-Session: 3d72976a-8233-47df-85a3-5274e017690c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030998 [ 317 ] {} TCP-Session: 519d9a71-c991-4e9b-8790-5a9942a7fabe Authenticating user 'default' from [fd00:1122:3344:101::e]:36009 2026.05.13 18:38:31.031141 [ 311 ] {} TCP-Session: 3d72976a-8233-47df-85a3-5274e017690c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030815 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46107 2026.05.13 18:38:31.031177 [ 317 ] {} TCP-Session: 519d9a71-c991-4e9b-8790-5a9942a7fabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030815 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.030800 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37700 2026.05.13 18:38:31.031271 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.031278 [ 315 ] {} TCP-Session: 574dbd0f-363b-4266-9634-c97c204016cf Authenticating user 'default' from [fd00:1122:3344:101::e]:62511 2026.05.13 18:38:31.031260 [ 317 ] {} TCP-Session: 519d9a71-c991-4e9b-8790-5a9942a7fabe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031333 [ 315 ] {} TCP-Session: 574dbd0f-363b-4266-9634-c97c204016cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031346 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.031377 [ 315 ] {} TCP-Session: 574dbd0f-363b-4266-9634-c97c204016cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031395 [ 309 ] {} TCP-Session: d98148d8-8424-450d-98ca-bf033368ab5e Authenticating user 'default' from [fd00:1122:3344:101::e]:37700 2026.05.13 18:38:31.031322 [ 310 ] {} TCP-Session: 750186eb-b367-4e1d-b61d-b92c98a7112e Authenticating user 'default' from [fd00:1122:3344:101::e]:46107 2026.05.13 18:38:31.031469 [ 309 ] {} TCP-Session: d98148d8-8424-450d-98ca-bf033368ab5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031489 [ 310 ] {} TCP-Session: 750186eb-b367-4e1d-b61d-b92c98a7112e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031507 [ 309 ] {} TCP-Session: d98148d8-8424-450d-98ca-bf033368ab5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031523 [ 310 ] {} TCP-Session: 750186eb-b367-4e1d-b61d-b92c98a7112e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031062 [ 316 ] {} TCP-Session: 68e86a1f-1675-4fba-ae19-fd1689787b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030838 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54258 2026.05.13 18:38:31.031600 [ 316 ] {} TCP-Session: 68e86a1f-1675-4fba-ae19-fd1689787b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.030933 [ 313 ] {} TCP-Session: 33406055-6469-4c79-b6dd-f756a39b1a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:31.031659 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:38:31.031685 [ 312 ] {} TCP-Session: 575dce41-4c5e-4aad-a211-e42df8c8fa24 Authenticating user 'default' from [fd00:1122:3344:101::e]:54258 2026.05.13 18:38:31.031702 [ 312 ] {} TCP-Session: 575dce41-4c5e-4aad-a211-e42df8c8fa24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031715 [ 312 ] {} TCP-Session: 575dce41-4c5e-4aad-a211-e42df8c8fa24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.031823 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} executeQuery: (from [fd00:1122:3344:101::e]:48004) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:38:31.032092 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:38:31.032150 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:31.032436 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:38:31.032525 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} Aggregator: Compile expression max()(UInt64) 0 2026.05.13 18:38:31.146195 [ 340 ] {01e60834-f0c7-477d-ac59-f6408547aa17} AggregatingTransform: Aggregating 2026.05.13 18:38:31.146265 [ 340 ] {01e60834-f0c7-477d-ac59-f6408547aa17} Aggregator: Aggregation method: without_key 2026.05.13 18:38:31.146307 [ 340 ] {01e60834-f0c7-477d-ac59-f6408547aa17} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001175161 sec. (850.947 rows/sec., 33.24 KiB/sec.) 2026.05.13 18:38:31.146327 [ 340 ] {01e60834-f0c7-477d-ac59-f6408547aa17} Aggregator: Merging aggregated data 2026.05.13 18:38:31.147799 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} executeQuery: Read 1 rows, 40.00 B in 0.116026 sec., 8.618757864616551 rows/sec., 344.75 B/sec. 2026.05.13 18:38:31.148014 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.13 18:38:31.148041 [ 313 ] {01e60834-f0c7-477d-ac59-f6408547aa17} TCPHandler: Processed in 0.117266685 sec. 2026.05.13 18:38:31.148305 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148316 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148335 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148372 [ 315 ] {} TCP-Session: 574dbd0f-363b-4266-9634-c97c204016cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148397 [ 313 ] {} TCP-Session: 33406055-6469-4c79-b6dd-f756a39b1a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148406 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148445 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148425 [ 314 ] {} TCP-Session: 55f6017f-6905-478a-9eae-3bb019c69b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148471 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148490 [ 309 ] {} TCP-Session: d98148d8-8424-450d-98ca-bf033368ab5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148420 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148556 [ 311 ] {} TCP-Session: 3d72976a-8233-47df-85a3-5274e017690c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148369 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148600 [ 310 ] {} TCP-Session: 750186eb-b367-4e1d-b61d-b92c98a7112e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148387 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:31.148648 [ 317 ] {} TCP-Session: 519d9a71-c991-4e9b-8790-5a9942a7fabe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148673 [ 312 ] {} TCP-Session: 575dce41-4c5e-4aad-a211-e42df8c8fa24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:31.148485 [ 316 ] {} TCP-Session: 68e86a1f-1675-4fba-ae19-fd1689787b58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:32.000228 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 183.38 MiB, peak 195.49 MiB, free memory in arenas 0.00 B, will set to 202.77 MiB (RSS), difference: 19.39 MiB 2026.05.13 18:38:32.052432 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:32.052655 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} executeQuery: (from [fd00:1122:3344:101::d]:49272) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:32.052971 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:32.053006 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:32.053225 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:32.053295 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:32.053434 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:38:32.053548 [ 332 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:32.053568 [ 320 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:32.053699 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:32.053726 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:32.053796 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:32.053818 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:32.053852 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:32.053892 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:32.055405 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} executeQuery: Read 26 rows, 5.74 KiB in 0.002838 sec., 9161.38125440451 rows/sec., 1.97 MiB/sec. 2026.05.13 18:38:32.055528 [ 293 ] {d218ebb2-6aef-4243-b3d1-5dbdd1d525d8} TCPHandler: Processed in 0.003221897 sec. 2026.05.13 18:38:32.057186 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:32.057302 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:32.057347 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:32.057872 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:32.057915 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:32.058290 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:32.058513 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:32.058662 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} executeQuery: Read 56 rows, 4.38 KiB in 0.001394 sec., 40172.166427546625 rows/sec., 3.07 MiB/sec. 2026.05.13 18:38:32.058700 [ 293 ] {55ca2dec-534c-4a0b-bc62-9b252cf270ac} TCPHandler: Processed in 0.001565868 sec. 2026.05.13 18:38:32.058859 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:32.058961 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:32.059002 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:32.059593 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:32.059629 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:32.059941 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:32.060153 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:32.060280 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} executeQuery: Read 64 rows, 5.12 KiB in 0.001341 sec., 47725.57792692021 rows/sec., 3.73 MiB/sec. 2026.05.13 18:38:32.060316 [ 293 ] {ac758cd4-d034-470c-a919-c1296bd88426} TCPHandler: Processed in 0.001508536 sec. 2026.05.13 18:38:32.060446 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:32.060546 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:32.060589 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:32.061041 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:32.061076 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:32.061413 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:32.061620 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:32.061748 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2026.05.13 18:38:32.061784 [ 293 ] {6c9bd877-521a-425c-a342-74cfaa6cc0c5} TCPHandler: Processed in 0.001387524 sec. 2026.05.13 18:38:32.061912 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:32.062010 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} executeQuery: (from [fd00:1122:3344:101::d]:49272) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:32.062051 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:32.062444 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:32.062480 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.05.13 18:38:32.062796 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:32.063009 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:32.063135 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.05.13 18:38:32.063170 [ 293 ] {ccc0e3c5-1121-42f8-b320-534a6be19932} TCPHandler: Processed in 0.001313113 sec. 2026.05.13 18:38:34.451217 [ 56 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:38:34.451297 [ 56 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:38:34.500514 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 216 2026.05.13 18:38:34.501953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 506 entries to flush up to offset 3739 2026.05.13 18:38:34.502573 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:34.502632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:34.503210 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:34.503367 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:34.503429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:34.503488 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:34.503634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3739 2026.05.13 18:38:34.504627 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:34.504889 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:34.505175 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2026.05.13 18:38:34.698496 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.13 18:38:34.715031 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:34.715078 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:34.721235 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:34.721909 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:34.724700 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.13 18:38:35.000200 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.51 MiB, peak 207.51 MiB, free memory in arenas 0.00 B, will set to 205.22 MiB (RSS), difference: 1.71 MiB 2026.05.13 18:38:35.220765 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:35.220847 [ 275 ] {} TCP-Session: a8491262-a3a8-452e-a0e1-e8437daed82f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:36.000188 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.19 MiB, peak 207.51 MiB, free memory in arenas 0.00 B, will set to 205.23 MiB (RSS), difference: 2.03 MiB 2026.05.13 18:38:36.837295 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:38:36.837377 [ 293 ] {} TCP-Session: f7a6cda9-3717-4b4d-a28b-e9fa973a1ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:38:37.000230 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 203.19 MiB, peak 207.51 MiB, free memory in arenas 0.00 B, will set to 205.23 MiB (RSS), difference: 2.04 MiB 2026.05.13 18:38:37.053029 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.053310 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:37.053741 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:37.053800 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:37.054107 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:37.054185 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:37.054324 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:38:37.054455 [ 332 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:37.054457 [ 320 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:37.054614 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:37.054644 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:37.054711 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:37.054730 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:37.054765 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:37.054800 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:37.056142 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} executeQuery: Read 26 rows, 5.74 KiB in 0.002942 sec., 8837.525492861998 rows/sec., 1.90 MiB/sec. 2026.05.13 18:38:37.056276 [ 294 ] {f4bc9612-1f48-4985-9ccc-7eec00a1495d} TCPHandler: Processed in 0.003373829 sec. 2026.05.13 18:38:37.058897 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.059114 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:37.059198 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:37.060004 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.060063 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.060444 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:37.060665 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.060829 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} executeQuery: Read 78 rows, 6.59 KiB in 0.001775 sec., 43943.66197183098 rows/sec., 3.62 MiB/sec. 2026.05.13 18:38:37.060876 [ 294 ] {7643b40e-d0bf-469e-be00-196b44f4813b} TCPHandler: Processed in 0.002169319 sec. 2026.05.13 18:38:37.061034 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.061142 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:37.061184 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:37.061613 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.061652 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.061945 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:37.062158 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.062273 [ 54 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:37.062287 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} executeQuery: Read 11 rows, 847.00 B in 0.001171 sec., 9393.680614859095 rows/sec., 706.36 KiB/sec. 2026.05.13 18:38:37.062319 [ 54 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.062338 [ 294 ] {5f33742f-083a-4517-899e-d5932f290c18} TCPHandler: Processed in 0.001356754 sec. 2026.05.13 18:38:37.062345 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.062440 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:38:37.062478 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.062540 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:37.062572 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part 2026.05.13 18:38:37.062583 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:37.062626 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:37.062630 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:37.062676 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.13 18:38:37.062717 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:37.062753 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:38:37.062795 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:37.063081 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.063123 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.063450 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:37.063530 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 89 rows, containing 5 columns (5 merged, 0 gathered) in 0.00112697 sec., 78972.82092691022 rows/sec., 6.16 MiB/sec. 2026.05.13 18:38:37.063667 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:37.063694 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.063837 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} executeQuery: Read 75 rows, 6.00 KiB in 0.001275 sec., 58823.5294117647 rows/sec., 4.59 MiB/sec. 2026.05.13 18:38:37.063879 [ 294 ] {2b89fe6f-d424-4314-a5aa-6b60249b0425} TCPHandler: Processed in 0.001450955 sec. 2026.05.13 18:38:37.063930 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.063999 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_6_1} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:37.064013 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.064058 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:38:37.064116 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:37.064163 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:37.064617 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.064654 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.065071 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:37.065415 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.065638 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. 2026.05.13 18:38:37.065711 [ 294 ] {798e0073-4e9b-4ce4-9dcc-0a740816f1ec} TCPHandler: Processed in 0.00174695 sec. 2026.05.13 18:38:37.065923 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.066074 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:37.066151 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} 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.05.13 18:38:37.067070 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.067110 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.067665 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:38:37.067935 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.068093 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} executeQuery: Read 11 rows, 20.18 KiB in 0.002061 sec., 5337.214944201844 rows/sec., 9.56 MiB/sec. 2026.05.13 18:38:37.068173 [ 294 ] {b876e953-3a1e-4c28-951e-37ff2d52531e} TCPHandler: Processed in 0.002369772 sec. 2026.05.13 18:38:37.068318 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:37.068422 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:37.068466 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:37.068823 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:37.068860 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:37.069168 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:37.069378 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:37.069507 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.05.13 18:38:37.069541 [ 294 ] {0bf9b92c-595e-43d1-bd39-df9e2a9fc974} TCPHandler: Processed in 0.001274153 sec. 2026.05.13 18:38:42.003725 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4251 2026.05.13 18:38:42.004223 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.004267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.004743 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:42.004972 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.005108 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4251 2026.05.13 18:38:42.054040 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.054267 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', '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.05.13 18:38:42.054586 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:42.054623 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', '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.05.13 18:38:42.054850 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:42.054920 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:42.055056 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 24-element set) 2026.05.13 18:38:42.055183 [ 363 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:42.055190 [ 307 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:42.055317 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:42.055346 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:42.055416 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:42.055435 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:42.055470 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', '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.05.13 18:38:42.055506 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', '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.05.13 18:38:42.056715 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} executeQuery: Read 26 rows, 5.74 KiB in 0.002528 sec., 10284.810126582279 rows/sec., 2.22 MiB/sec. 2026.05.13 18:38:42.056907 [ 294 ] {9d750751-53b0-4561-92f0-d937617a78f8} TCPHandler: Processed in 0.002994283 sec. 2026.05.13 18:38:42.059248 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.059376 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.13 18:38:42.059425 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:42.060075 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.060116 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.060551 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:42.060762 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.060911 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} executeQuery: Read 4 rows, 386.00 B in 0.001567 sec., 2552.6483726866622 rows/sec., 240.56 KiB/sec. 2026.05.13 18:38:42.060962 [ 294 ] {a9149f3a-51a7-46f7-a0f5-4666e1a9922b} TCPHandler: Processed in 0.001769911 sec. 2026.05.13 18:38:42.061095 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.061197 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:38:42.061238 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:38:42.061678 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.061716 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.062082 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:42.062379 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.062570 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} executeQuery: Read 6 rows, 501.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 351.73 KiB/sec. 2026.05.13 18:38:42.062636 [ 294 ] {d57574d4-efdf-4e41-972e-c46096c3f004} TCPHandler: Processed in 0.001589458 sec. 2026.05.13 18:38:42.062830 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.062960 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:42.063014 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:42.063563 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.063603 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.063953 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:42.064166 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.064298 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} executeQuery: Read 92 rows, 7.75 KiB in 0.001376 sec., 66860.46511627907 rows/sec., 5.50 MiB/sec. 2026.05.13 18:38:42.064337 [ 294 ] {196e782e-91ea-4222-9db6-a6f35e8b2624} TCPHandler: Processed in 0.001612928 sec. 2026.05.13 18:38:42.064497 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.064600 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.064643 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:42.065058 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.065097 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.065400 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:42.065615 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.065741 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} executeQuery: Read 22 rows, 1.62 KiB in 0.001165 sec., 18884.120171673818 rows/sec., 1.36 MiB/sec. 2026.05.13 18:38:42.065778 [ 294 ] {45a1d196-a42b-4f25-9fe4-e3308f353070} TCPHandler: Processed in 0.001330624 sec. 2026.05.13 18:38:42.065898 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.066063 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.066103 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:38:42.066503 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.066540 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.066841 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:42.067046 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.067168 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} executeQuery: Read 1 rows, 68.00 B in 0.001125 sec., 888.8888888888889 rows/sec., 59.03 KiB/sec. 2026.05.13 18:38:42.067204 [ 294 ] {d694b1c8-5109-45a7-8d62-8f984ebbc7c6} TCPHandler: Processed in 0.001354814 sec. 2026.05.13 18:38:42.067440 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.067535 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:42.067575 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:42.068024 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.068061 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.068387 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:42.068592 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.068716 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} executeQuery: Read 101 rows, 8.09 KiB in 0.001198 sec., 84307.17863105175 rows/sec., 6.60 MiB/sec. 2026.05.13 18:38:42.068750 [ 294 ] {121ec143-1703-436f-92e8-93996d8ee6ac} TCPHandler: Processed in 0.001359254 sec. 2026.05.13 18:38:42.068889 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.069005 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.069053 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:42.069625 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.069659 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.070007 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:42.070233 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.070358 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} executeQuery: Read 163 rows, 11.62 KiB in 0.001375 sec., 118545.45454545456 rows/sec., 8.25 MiB/sec. 2026.05.13 18:38:42.070398 [ 294 ] {e9c5e7b3-5797-4098-9350-3505a978e6be} TCPHandler: Processed in 0.001558038 sec. 2026.05.13 18:38:42.070537 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.070632 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.070673 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.13 18:38:42.071020 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} oximeter.measurements_f64 (2e64e20c-d9c8-4a3c-b338-c2fa43578d6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.071055 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.071351 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:38:42.071556 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} oximeter.measurements_f64 (2e64e20c-d9c8-4a3c-b338-c2fa43578d6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.071678 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} executeQuery: Read 1 rows, 65.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 59.66 KiB/sec. 2026.05.13 18:38:42.071713 [ 294 ] {5a8c845e-3d3c-4f89-b31e-146d87a4d48e} TCPHandler: Processed in 0.001224902 sec. 2026.05.13 18:38:42.071859 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.071954 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.072006 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} 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.05.13 18:38:42.072833 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.072876 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.073424 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:42.073640 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.073775 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} executeQuery: Read 16 rows, 29.36 KiB in 0.001838 sec., 8705.114254624592 rows/sec., 15.60 MiB/sec. 2026.05.13 18:38:42.073774 [ 48 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:42.073832 [ 294 ] {37c89a94-5bc1-4351-82c8-e7195b7d6b09} TCPHandler: Processed in 0.002023045 sec. 2026.05.13 18:38:42.073837 [ 48 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.073873 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.073963 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:38:42.073974 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.074083 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.074124 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.13 18:38:42.074197 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:42.074263 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:42.074392 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:42.074492 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.074505 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:42.074536 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.074618 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:42.074725 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part 2026.05.13 18:38:42.074841 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part 2026.05.13 18:38:42.074874 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:38:42.075094 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.075228 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} executeQuery: Read 15 rows, 1.06 KiB in 0.001163 sec., 12897.678417884781 rows/sec., 911.07 KiB/sec. 2026.05.13 18:38:42.075264 [ 294 ] {ef83fa59-8635-45b1-a8c0-51247ad76c78} TCPHandler: Processed in 0.001340024 sec. 2026.05.13 18:38:42.075393 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:42.075488 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:42.075529 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:42.075916 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.075952 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.076283 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:42.076500 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.076630 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2026.05.13 18:38:42.076665 [ 294 ] {b0fe9563-331e-4d36-8bc8-50f8068cd4b0} TCPHandler: Processed in 0.001321303 sec. 2026.05.13 18:38:42.076791 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 71 rows, containing 19 columns (19 merged, 0 gathered) in 0.00286937 sec., 24744.10759156191 rows/sec., 44.34 MiB/sec. 2026.05.13 18:38:42.077060 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:42.077375 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.077444 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_6_1} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:42.077527 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:38:42.224782 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.13 18:38:42.242709 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:42.242755 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:42.249256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:42.249960 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:42.252920 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.13 18:38:43.000204 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 206.74 MiB, peak 210.74 MiB, free memory in arenas 0.00 B, will set to 208.96 MiB (RSS), difference: 2.21 MiB 2026.05.13 18:38:44.505364 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 254 2026.05.13 18:38:44.507908 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:44.507951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:44.509078 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:38:44.509343 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:44.509475 [ 46 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.13 18:38:44.509535 [ 46 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:44.509555 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:44.509571 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2026.05.13 18:38:44.509646 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:38:44.510098 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:44.510242 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.05.13 18:38:44.510600 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2026.05.13 18:38:44.510921 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:38:44.511226 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:38:44.511530 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2026.05.13 18:38:44.511829 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2026.05.13 18:38:44.516768 [ 200 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 72 columns (72 merged, 0 gathered) in 0.007156237 sec., 35493.5142589604 rows/sec., 33.42 MiB/sec. 2026.05.13 18:38:44.517673 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.13 18:38:44.518260 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:44.518335 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_6_1} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.13 18:38:44.518572 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2026.05.13 18:38:47.053463 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.053727 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:47.054071 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:47.054106 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:47.054322 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:47.054391 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:47.054529 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:38:47.054680 [ 307 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:47.054681 [ 306 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:47.054783 [ 307 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:38:47.054993 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.13 18:38:47.055031 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:47.055104 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:47.055124 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:47.055160 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:47.055203 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:47.056503 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} executeQuery: Read 26 rows, 5.74 KiB in 0.002866 sec., 9071.877180739706 rows/sec., 1.95 MiB/sec. 2026.05.13 18:38:47.056636 [ 294 ] {e51ac253-44b6-4f12-baec-3580198152ac} TCPHandler: Processed in 0.00334701 sec. 2026.05.13 18:38:47.058712 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.058929 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:47.059009 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:47.059771 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.059813 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.060196 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:47.060421 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.060561 [ 39 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:47.060565 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} executeQuery: Read 78 rows, 6.59 KiB in 0.001697 sec., 45963.464938126104 rows/sec., 3.79 MiB/sec. 2026.05.13 18:38:47.060620 [ 39 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.060630 [ 294 ] {51ed4e6f-100d-4c67-a5b1-1f7495b57427} TCPHandler: Processed in 0.002022866 sec. 2026.05.13 18:38:47.060657 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.060799 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:38:47.060820 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.060948 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:47.060979 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:47.060988 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:47.061027 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 203 rows starting from the beginning of the part 2026.05.13 18:38:47.061107 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 198 rows starting from the beginning of the part 2026.05.13 18:38:47.061160 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:38:47.061207 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part 2026.05.13 18:38:47.061250 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 92 rows starting from the beginning of the part 2026.05.13 18:38:47.061311 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 78 rows starting from the beginning of the part 2026.05.13 18:38:47.061425 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.061470 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.061795 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:47.062040 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.062174 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} executeQuery: Read 11 rows, 847.00 B in 0.001243 sec., 8849.557522123894 rows/sec., 665.45 KiB/sec. 2026.05.13 18:38:47.062210 [ 294 ] {8b08e590-2f24-413d-bec6-0be67abd5536} TCPHandler: Processed in 0.001439536 sec. 2026.05.13 18:38:47.062284 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539877 sec., 457828.7746358962 rows/sec., 40.88 MiB/sec. 2026.05.13 18:38:47.062340 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.062441 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:47.062480 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:47.062518 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:47.062789 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.062856 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_11_2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:47.062932 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.13 18:38:47.062939 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.062975 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.063318 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:47.063542 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.063665 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} executeQuery: Read 75 rows, 6.00 KiB in 0.001242 sec., 60386.473429951686 rows/sec., 4.71 MiB/sec. 2026.05.13 18:38:47.063665 [ 36 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:47.063702 [ 294 ] {d06a1796-6097-45af-a6e2-1bf66d6b9b9c} TCPHandler: Processed in 0.001410605 sec. 2026.05.13 18:38:47.063723 [ 36 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.063751 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.063846 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.063870 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:38:47.063946 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:47.063994 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:47.064022 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:47.064074 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 121 rows starting from the beginning of the part 2026.05.13 18:38:47.064176 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 111 rows starting from the beginning of the part 2026.05.13 18:38:47.064236 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:38:47.064285 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 75 rows starting from the beginning of the part 2026.05.13 18:38:47.064326 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 101 rows starting from the beginning of the part 2026.05.13 18:38:47.064381 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 75 rows starting from the beginning of the part 2026.05.13 18:38:47.064515 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.064559 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.064943 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:47.065191 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.065327 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} executeQuery: Read 160 rows, 11.41 KiB in 0.0014 sec., 114285.71428571429 rows/sec., 7.96 MiB/sec. 2026.05.13 18:38:47.065334 [ 36 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:47.065365 [ 294 ] {09e06ce8-73be-4c13-a185-23739470f7e0} TCPHandler: Processed in 0.001567598 sec. 2026.05.13 18:38:47.065392 [ 36 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.065424 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.065447 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 547 rows, containing 5 columns (5 merged, 0 gathered) in 0.001634768 sec., 334604.0539085668 rows/sec., 27.87 MiB/sec. 2026.05.13 18:38:47.065502 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.065503 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:38:47.065601 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:47.065615 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:47.065669 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} 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.05.13 18:38:47.065680 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:47.065720 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1067 rows starting from the beginning of the part 2026.05.13 18:38:47.065802 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2026.05.13 18:38:47.065852 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:38:47.065869 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.065896 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:38:47.065943 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 163 rows starting from the beginning of the part 2026.05.13 18:38:47.065951 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_11_2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:47.066003 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:38:47.066037 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.05.13 18:38:47.066499 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.066537 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.067094 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:47.067279 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1906 rows, containing 5 columns (5 merged, 0 gathered) in 0.001804122 sec., 1056469.573565424 rows/sec., 74.56 MiB/sec. 2026.05.13 18:38:47.067317 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.067458 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} executeQuery: Read 11 rows, 20.18 KiB in 0.001861 sec., 5910.800644814616 rows/sec., 10.59 MiB/sec. 2026.05.13 18:38:47.067494 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:47.067509 [ 294 ] {648cb910-ba8f-40d1-a0fc-2726f5bc6e55} TCPHandler: Processed in 0.002055616 sec. 2026.05.13 18:38:47.067634 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:47.067730 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:47.067748 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.067770 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:47.067809 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_11_2} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:47.067874 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.05.13 18:38:47.068151 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.068185 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.068489 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:47.068717 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.068839 [ 36 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:47.068841 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2026.05.13 18:38:47.068883 [ 36 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:47.068904 [ 294 ] {60cc50ba-ce82-4565-8d2a-7128e3c0e383} TCPHandler: Processed in 0.001318624 sec. 2026.05.13 18:38:47.068909 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:47.069025 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:47.069123 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:47.069148 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part 2026.05.13 18:38:47.069191 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:47.069225 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:47.069259 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:47.069292 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.05.13 18:38:47.069326 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:38:47.070092 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 4 columns (4 merged, 0 gathered) in 0.001103989 sec., 570657.8598156322 rows/sec., 38.62 MiB/sec. 2026.05.13 18:38:47.070276 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:47.070530 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:47.070608 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_11_2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:47.070674 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.13 18:38:49.451356 [ 34 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:38:49.451431 [ 34 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:38:49.505189 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4699 2026.05.13 18:38:49.505740 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:49.505788 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:49.506337 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:49.506572 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:49.506702 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4699 2026.05.13 18:38:49.752968 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.13 18:38:49.769653 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:49.769714 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:49.776076 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:49.776752 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:49.779404 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.13 18:38:50.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 210.10 MiB, peak 214.10 MiB, free memory in arenas 0.00 B, will set to 213.09 MiB (RSS), difference: 2.99 MiB 2026.05.13 18:38:52.053209 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.053534 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:52.053843 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:52.053877 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:52.054098 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:52.054165 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:52.054297 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.05.13 18:38:52.054476 [ 306 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:52.054485 [ 307 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:38:52.054476 [ 363 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:52.054729 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (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.05.13 18:38:52.054757 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:52.054837 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:52.054857 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 30 rows with 3 streams 2026.05.13 18:38:52.054891 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:52.054925 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:52.054955 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:52.056632 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} executeQuery: Read 30 rows, 6.11 KiB in 0.003207 sec., 9354.536950420954 rows/sec., 1.86 MiB/sec. 2026.05.13 18:38:52.056785 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} MemoryTracker: Peak memory usage (for query): 144.46 KiB. 2026.05.13 18:38:52.056801 [ 294 ] {1ad1cc04-7a2d-4ce5-a892-3078d6ed84b1} TCPHandler: Processed in 0.003786677 sec. 2026.05.13 18:38:52.059194 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.059322 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:52.059371 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:52.059931 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.059974 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.060366 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:38:52.060583 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.060721 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} executeQuery: Read 116 rows, 10.05 KiB in 0.001435 sec., 80836.2369337979 rows/sec., 6.84 MiB/sec. 2026.05.13 18:38:52.060757 [ 294 ] {9a3285fb-4db2-4bd9-9719-6a5551082f50} TCPHandler: Processed in 0.001623218 sec. 2026.05.13 18:38:52.060905 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.061000 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.061038 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:52.061476 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.061512 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.061793 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:52.061998 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.062119 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} executeQuery: Read 30 rows, 2.26 KiB in 0.001137 sec., 26385.224274406333 rows/sec., 1.94 MiB/sec. 2026.05.13 18:38:52.062154 [ 294 ] {85c4d296-fe28-4ce0-a6e2-25ea4da319fe} TCPHandler: Processed in 0.001297953 sec. 2026.05.13 18:38:52.062291 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.062386 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:52.062423 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:52.062840 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.062876 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.063177 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:38:52.063403 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.063526 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} executeQuery: Read 100 rows, 8.03 KiB in 0.001158 sec., 86355.78583765113 rows/sec., 6.77 MiB/sec. 2026.05.13 18:38:52.063561 [ 294 ] {ebe5a9ae-a95c-4e89-a455-f39633b957ed} TCPHandler: Processed in 0.001318283 sec. 2026.05.13 18:38:52.063705 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.063798 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.063838 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:52.064282 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.064317 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.064630 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:38:52.064836 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.064960 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2026.05.13 18:38:52.064995 [ 294 ] {840b8d07-785a-44af-8393-2127193104dd} TCPHandler: Processed in 0.001338514 sec. 2026.05.13 18:38:52.065140 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.065233 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.065285 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} 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.05.13 18:38:52.066090 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.066126 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.066658 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:38:52.066870 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.067007 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} executeQuery: Read 30 rows, 55.05 KiB in 0.001791 sec., 16750.418760469012 rows/sec., 30.02 MiB/sec. 2026.05.13 18:38:52.067056 [ 294 ] {6fabf8b4-888a-49f6-9a07-8feb9ebb16ae} TCPHandler: Processed in 0.001972004 sec. 2026.05.13 18:38:52.067229 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.067323 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.067362 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.13 18:38:52.067682 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.067717 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.067998 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:38:52.068216 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} oximeter.measurements_i64 (be64310e-f34a-4d8d-80ab-199b6cbbf61f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.068337 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} executeQuery: Read 12 rows, 955.00 B in 0.001032 sec., 11627.906976744187 rows/sec., 903.70 KiB/sec. 2026.05.13 18:38:52.068370 [ 294 ] {4268586d-a0a1-4a48-9730-d167537ae178} TCPHandler: Processed in 0.001192312 sec. 2026.05.13 18:38:52.068511 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.068605 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.068643 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:52.069466 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.069502 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.069803 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:38:52.070006 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.070131 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. 2026.05.13 18:38:52.070165 [ 294 ] {2a350217-dded-40c2-b7cd-941ac82eacac} TCPHandler: Processed in 0.00170561 sec. 2026.05.13 18:38:52.465529 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.465789 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:38:52.466169 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:52.466215 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:38:52.466517 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:52.466589 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:52.466723 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:38:52.466857 [ 342 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:52.466876 [ 306 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:52.466859 [ 323 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:38:52.467030 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.13 18:38:52.467057 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:52.467123 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:52.467142 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 26 rows with 2 streams 2026.05.13 18:38:52.467176 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:38:52.467223 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:38:52.468447 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} executeQuery: Read 26 rows, 5.74 KiB in 0.00277 sec., 9386.281588447653 rows/sec., 2.02 MiB/sec. 2026.05.13 18:38:52.468570 [ 294 ] {129c93ec-6a19-4e22-bc57-b35f418f7766} TCPHandler: Processed in 0.003175556 sec. 2026.05.13 18:38:52.487739 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.487875 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.13 18:38:52.487926 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:52.488628 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.488672 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.489100 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:52.489290 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.489435 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} executeQuery: Read 9 rows, 1.88 KiB in 0.001598 sec., 5632.040050062578 rows/sec., 1.15 MiB/sec. 2026.05.13 18:38:52.489472 [ 294 ] {64dc1e05-0487-4778-9f12-16bb902b7ccd} TCPHandler: Processed in 0.001797202 sec. 2026.05.13 18:38:52.489653 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.489756 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.489795 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:38:52.490256 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.490292 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.490611 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:52.490824 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.490952 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} executeQuery: Read 24 rows, 2.04 KiB in 0.001214 sec., 19769.357495881384 rows/sec., 1.64 MiB/sec. 2026.05.13 18:38:52.490988 [ 294 ] {d2ebed93-501b-4a7a-8671-86fe5545e1f8} TCPHandler: Processed in 0.001386864 sec. 2026.05.13 18:38:52.491119 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.491215 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:38:52.491253 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:38:52.491667 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.491703 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.492024 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:52.492224 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.492345 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} executeQuery: Read 10 rows, 835.00 B in 0.001148 sec., 8710.801393728223 rows/sec., 710.30 KiB/sec. 2026.05.13 18:38:52.492380 [ 294 ] {46a7b4b7-3f68-4dbb-b753-caa9ec606ec0} TCPHandler: Processed in 0.001310053 sec. 2026.05.13 18:38:52.492506 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.492601 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:52.492639 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:52.494234 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.494275 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.494858 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:38:52.495089 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.495251 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} executeQuery: Read 2550 rows, 194.37 KiB in 0.002664 sec., 957207.2072072071 rows/sec., 71.25 MiB/sec. 2026.05.13 18:38:52.495317 [ 294 ] {5ce77d4d-f7e7-45a6-ae57-b4921039d9fe} TCPHandler: Processed in 0.00285889 sec. 2026.05.13 18:38:52.495557 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.495682 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.495735 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:38:52.496215 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.496251 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.496563 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:38:52.496769 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.496897 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} executeQuery: Read 42 rows, 3.16 KiB in 0.001251 sec., 33573.14148681056 rows/sec., 2.47 MiB/sec. 2026.05.13 18:38:52.496941 [ 294 ] {97388f30-d398-4230-ae3f-2ae9de919ccc} TCPHandler: Processed in 0.001499446 sec. 2026.05.13 18:38:52.497077 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.497178 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.497219 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:38:52.498085 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.498121 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.498482 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:38:52.498689 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.498816 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} executeQuery: Read 825 rows, 49.42 KiB in 0.001659 sec., 497287.5226039783 rows/sec., 29.09 MiB/sec. 2026.05.13 18:38:52.498858 [ 294 ] {1be1adfc-340d-45ed-9bb2-063ed5e96d8f} TCPHandler: Processed in 0.001835973 sec. 2026.05.13 18:38:52.499023 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.499148 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.499195 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:38:52.499692 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.499727 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.500032 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.13 18:38:52.500236 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.500364 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} executeQuery: Read 2 rows, 144.00 B in 0.00124 sec., 1612.9032258064517 rows/sec., 113.41 KiB/sec. 2026.05.13 18:38:52.500406 [ 294 ] {1566640d-6af5-417b-9277-eaf0fff0ec61} TCPHandler: Processed in 0.001447286 sec. 2026.05.13 18:38:52.500537 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.500631 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.500669 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:38:52.501085 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.501120 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.501409 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:38:52.501622 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.501743 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} executeQuery: Read 12 rows, 960.00 B in 0.001129 sec., 10628.875110717448 rows/sec., 830.38 KiB/sec. 2026.05.13 18:38:52.501785 [ 294 ] {a8404fae-2458-4979-b67f-be680da55b3d} TCPHandler: Processed in 0.001295343 sec. 2026.05.13 18:38:52.501961 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.502054 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:52.502092 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:52.503042 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.503077 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.503509 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:38:52.503736 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.503861 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} executeQuery: Read 1345 rows, 92.91 KiB in 0.001824 sec., 737390.3508771929 rows/sec., 49.74 MiB/sec. 2026.05.13 18:38:52.503904 [ 294 ] {d17e22c9-2637-4abc-9fed-f60cbf74069e} TCPHandler: Processed in 0.001995356 sec. 2026.05.13 18:38:52.504064 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.504159 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.504200 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:52.505549 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.505585 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.506264 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:38:52.506488 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.506610 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} executeQuery: Read 3566 rows, 231.73 KiB in 0.002469 sec., 1444309.4370190362 rows/sec., 91.65 MiB/sec. 2026.05.13 18:38:52.506644 [ 294 ] {52f86f27-0ec2-4473-a154-a54e70e4efad} TCPHandler: Processed in 0.002630327 sec. 2026.05.13 18:38:52.506798 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.506892 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.506944 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} 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.05.13 18:38:52.507748 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.507784 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.508309 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:38:52.508522 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.508655 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} executeQuery: Read 20 rows, 36.70 KiB in 0.001781 sec., 11229.646266142616 rows/sec., 20.12 MiB/sec. 2026.05.13 18:38:52.508705 [ 294 ] {4d30a286-4c70-4166-b5cb-b9c964fa783f} TCPHandler: Processed in 0.001956394 sec. 2026.05.13 18:38:52.508846 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:52.508971 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:52.509020 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:52.509466 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:52.509507 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:52.509827 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:38:52.510039 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:52.510164 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} executeQuery: Read 12 rows, 848.00 B in 0.001219 sec., 9844.134536505331 rows/sec., 679.35 KiB/sec. 2026.05.13 18:38:52.510199 [ 294 ] {29d4fdda-2b57-4f6d-9b50-0f5adf63f04a} TCPHandler: Processed in 0.001414514 sec. 2026.05.13 18:38:54.509708 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 310 2026.05.13 18:38:54.512342 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:54.512385 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:54.513562 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:38:54.513824 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:54.514056 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 310 2026.05.13 18:38:57.006814 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5211 2026.05.13 18:38:57.007347 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.007385 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.007897 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:57.008131 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.008251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5211 2026.05.13 18:38:57.008304 [ 92 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:57.008375 [ 92 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.008398 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.008494 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:38:57.008586 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:57.008623 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2026.05.13 18:38:57.008700 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2026.05.13 18:38:57.008748 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 506 rows starting from the beginning of the part 2026.05.13 18:38:57.008790 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:38:57.008830 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:38:57.008871 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:38:57.010122 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5211 rows, containing 4 columns (4 merged, 0 gathered) in 0.001667869 sec., 3124346.096725822 rows/sec., 44.69 MiB/sec. 2026.05.13 18:38:57.010692 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:57.010934 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.011001 [ 196 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_11_2} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:57.011057 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.13 18:38:57.051459 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:57.051728 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:38:57.052207 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:38:57.052266 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:38:57.052620 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:38:57.052691 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:38:57.052823 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:38:57.052942 [ 349 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:38:57.052949 [ 342 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:38:57.052946 [ 306 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:38:57.053015 [ 349 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:38:57.053141 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:38:57.053169 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:38:57.053253 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:38:57.053273 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:38:57.053307 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:57.053343 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:57.053379 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:38:57.054937 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} executeQuery: Read 35 rows, 6.04 KiB in 0.003341 sec., 10475.90541753966 rows/sec., 1.76 MiB/sec. 2026.05.13 18:38:57.055128 [ 294 ] {ac0760b2-52f7-40c9-80e7-446807641f19} TCPHandler: Processed in 0.003789617 sec. 2026.05.13 18:38:57.056554 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:57.056772 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:38:57.056845 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:38:57.057673 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.057716 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.058082 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:38:57.058325 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.058464 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} executeQuery: Read 56 rows, 4.38 KiB in 0.001748 sec., 32036.613272311213 rows/sec., 2.45 MiB/sec. 2026.05.13 18:38:57.058502 [ 294 ] {ae8f9ac8-8202-4084-a016-4146501f4e26} TCPHandler: Processed in 0.002015285 sec. 2026.05.13 18:38:57.058629 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:57.058725 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:38:57.058764 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:38:57.059297 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.059334 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.059636 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:38:57.059844 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.059970 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2026.05.13 18:38:57.060006 [ 294 ] {8036b6e3-dbd3-4961-a375-8427a9af4161} TCPHandler: Processed in 0.001426165 sec. 2026.05.13 18:38:57.060129 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:57.060225 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:38:57.060266 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:38:57.060665 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.060701 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.061033 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:38:57.061236 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.061358 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} executeQuery: Read 128 rows, 9.13 KiB in 0.001152 sec., 111111.11111111111 rows/sec., 7.74 MiB/sec. 2026.05.13 18:38:57.061393 [ 294 ] {c6cd6458-4358-450c-89d7-c0991e2ca3b6} TCPHandler: Processed in 0.001313023 sec. 2026.05.13 18:38:57.061512 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:38:57.061608 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:38:57.061649 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:38:57.061994 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.062029 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.062326 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:38:57.062549 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.062672 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} executeQuery: Read 48 rows, 3.31 KiB in 0.001083 sec., 44321.3296398892 rows/sec., 2.99 MiB/sec. 2026.05.13 18:38:57.062707 [ 294 ] {64e028a7-a6e0-455b-a263-539755a393da} TCPHandler: Processed in 0.001243192 sec. 2026.05.13 18:38:57.279480 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.13 18:38:57.296929 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.296992 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.303268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:38:57.303941 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.304212 [ 92 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:38:57.304270 [ 92 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:38:57.304290 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.05.13 18:38:57.304431 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.307280 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.13 18:38:57.308271 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:38:57.309525 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.313730 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.317781 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.321824 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.326333 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.330589 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:38:57.389991 [ 190 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.085616487 sec., 969.4394492032825 rows/sec., 5.01 MiB/sec. 2026.05.13 18:38:57.392601 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:38:57.394816 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_11_2} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:38:57.394935 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_11_2} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:38:57.397088 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.13 18:38:58.000188 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 215.74 MiB, peak 225.62 MiB, free memory in arenas 0.00 B, will set to 224.60 MiB (RSS), difference: 8.85 MiB 2026.05.13 18:39:02.053143 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.053407 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:02.053771 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:02.053805 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:02.054016 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:02.054082 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:02.054214 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:02.054338 [ 331 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:02.054374 [ 306 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:02.054408 [ 318 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:02.054425 [ 321 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:02.054592 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:02.054620 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:02.054793 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:02.054813 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:02.054846 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:02.054880 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:02.054993 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:02.056378 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} executeQuery: Read 35 rows, 6.04 KiB in 0.003064 sec., 11422.976501305484 rows/sec., 1.92 MiB/sec. 2026.05.13 18:39:02.056595 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} MemoryTracker: Peak memory usage (for query): 128.80 KiB. 2026.05.13 18:39:02.056613 [ 294 ] {9af9ce31-e995-4efa-b5ab-5c4a47ea0ef6} TCPHandler: Processed in 0.003608743 sec. 2026.05.13 18:39:02.058665 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.058849 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:02.058930 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:02.059952 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.059994 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.060358 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:02.060584 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.060724 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} executeQuery: Read 116 rows, 10.05 KiB in 0.001934 sec., 59979.31747673216 rows/sec., 5.08 MiB/sec. 2026.05.13 18:39:02.060763 [ 294 ] {2d3f253e-480a-467a-99e9-1f86275668ef} TCPHandler: Processed in 0.002164308 sec. 2026.05.13 18:39:02.060922 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.061019 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:02.061058 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:02.061502 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.061537 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.061871 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:39:02.062091 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.062218 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} executeQuery: Read 30 rows, 2.26 KiB in 0.001218 sec., 24630.541871921185 rows/sec., 1.81 MiB/sec. 2026.05.13 18:39:02.062219 [ 141 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:39:02.062255 [ 294 ] {3df66bdb-8682-4ea2-a8c4-e710183ca1b3} TCPHandler: Processed in 0.001393125 sec. 2026.05.13 18:39:02.062284 [ 141 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.062314 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.062388 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.062437 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:39:02.062487 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:02.062538 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:02.062583 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:02.062627 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part 2026.05.13 18:39:02.062710 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2026.05.13 18:39:02.062760 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:02.062808 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:02.062848 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2026.05.13 18:39:02.062887 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:02.062975 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.063016 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.063556 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:02.063814 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.063947 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} executeQuery: Read 94 rows, 7.52 KiB in 0.001478 sec., 63599.45872801083 rows/sec., 4.97 MiB/sec. 2026.05.13 18:39:02.063983 [ 188 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599018 sec., 105064.48332664173 rows/sec., 8.10 MiB/sec. 2026.05.13 18:39:02.063986 [ 294 ] {2eeacb56-52dc-4aac-9a04-55bed9d30a91} TCPHandler: Processed in 0.001647139 sec. 2026.05.13 18:39:02.064147 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.064158 [ 203 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:39:02.064243 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:02.064285 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:02.064464 [ 203 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.064579 [ 203 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_11_2} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:39:02.064661 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:39:02.064786 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.064823 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.065164 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:02.065378 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.065504 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} executeQuery: Read 160 rows, 11.41 KiB in 0.001279 sec., 125097.73260359657 rows/sec., 8.71 MiB/sec. 2026.05.13 18:39:02.065540 [ 294 ] {8d6151a6-91ef-40a6-808b-a6f99e5b3506} TCPHandler: Processed in 0.001445785 sec. 2026.05.13 18:39:02.065658 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.065764 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:02.065817 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} 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.05.13 18:39:02.066664 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.066700 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.067252 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:39:02.067491 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.067625 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} executeQuery: Read 30 rows, 55.05 KiB in 0.001879 sec., 15965.939329430548 rows/sec., 28.61 MiB/sec. 2026.05.13 18:39:02.067674 [ 294 ] {02685532-82ca-4627-b7c4-cf158b8e6f05} TCPHandler: Processed in 0.002065106 sec. 2026.05.13 18:39:02.067794 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:02.067890 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:02.067930 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:02.068295 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:02.068331 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:02.068637 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:02.068843 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:02.069276 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.05.13 18:39:02.069313 [ 294 ] {e7f5f988-3e9f-4e7c-a705-5b4a7c3ae4eb} TCPHandler: Processed in 0.001568438 sec. 2026.05.13 18:39:04.451504 [ 150 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:39:04.451579 [ 150 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:39:04.508358 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5659 2026.05.13 18:39:04.508874 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:04.508915 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:04.509437 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:39:04.509669 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:04.509790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5659 2026.05.13 18:39:04.514285 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 334 2026.05.13 18:39:04.516368 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:04.516413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:04.517550 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:39:04.517815 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:04.518038 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 334 2026.05.13 18:39:04.807357 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.13 18:39:04.824586 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:04.824659 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:04.830392 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:39:04.831115 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:04.834005 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.13 18:39:07.052721 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.053011 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:07.053521 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:07.053587 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:07.053949 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:07.054016 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:07.054151 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:07.054312 [ 331 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:07.054338 [ 321 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:07.054318 [ 306 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:07.054315 [ 347 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:07.054607 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:07.054634 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:07.054720 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:07.054740 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:07.054774 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:07.054810 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:07.054848 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:07.056241 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} executeQuery: Read 35 rows, 6.04 KiB in 0.003371 sec., 10382.675763868288 rows/sec., 1.75 MiB/sec. 2026.05.13 18:39:07.056367 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} MemoryTracker: Peak memory usage (for query): 129.68 KiB. 2026.05.13 18:39:07.056382 [ 294 ] {b5d00262-168e-4bf0-a9e7-ee3c064df9bc} TCPHandler: Processed in 0.003790856 sec. 2026.05.13 18:39:07.058090 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.058225 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:07.058275 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:07.058848 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.058892 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.059254 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:07.059481 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.059617 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} executeQuery: Read 78 rows, 6.59 KiB in 0.001427 sec., 54660.126138752625 rows/sec., 4.51 MiB/sec. 2026.05.13 18:39:07.059637 [ 148 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:07.059654 [ 294 ] {086d73e1-9b88-4034-897f-31aa267b850e} TCPHandler: Processed in 0.001626859 sec. 2026.05.13 18:39:07.059698 [ 148 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.059728 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.059806 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.059826 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:39:07.059906 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:07.059928 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:07.059944 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:07.059959 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 239 rows starting from the beginning of the part 2026.05.13 18:39:07.060011 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 116 rows starting from the beginning of the part 2026.05.13 18:39:07.060051 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2550 rows starting from the beginning of the part 2026.05.13 18:39:07.060089 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.05.13 18:39:07.060125 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 116 rows starting from the beginning of the part 2026.05.13 18:39:07.060161 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part 2026.05.13 18:39:07.060395 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.060430 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.060722 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:39:07.060942 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.061068 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} executeQuery: Read 11 rows, 847.00 B in 0.00118 sec., 9322.033898305084 rows/sec., 700.97 KiB/sec. 2026.05.13 18:39:07.061103 [ 294 ] {dd8f9659-cddc-42f6-99fd-de19d5ea1711} TCPHandler: Processed in 0.001346454 sec. 2026.05.13 18:39:07.061236 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.061333 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:07.061341 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3155 rows, containing 5 columns (5 merged, 0 gathered) in 0.001554548 sec., 2029528.840537571 rows/sec., 163.03 MiB/sec. 2026.05.13 18:39:07.061372 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:07.061628 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:07.061844 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.061851 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.061879 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.061920 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_16_3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:07.061976 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.05.13 18:39:07.062180 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:07.062385 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.062503 [ 148 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:07.062506 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} executeQuery: Read 75 rows, 6.00 KiB in 0.001192 sec., 62919.463087248325 rows/sec., 4.91 MiB/sec. 2026.05.13 18:39:07.062545 [ 148 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.062565 [ 294 ] {519f26f5-02de-4787-89e1-977f0729970e} TCPHandler: Processed in 0.001378554 sec. 2026.05.13 18:39:07.062574 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.062682 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:39:07.062717 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.062806 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:07.062819 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:07.062842 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 158 rows starting from the beginning of the part 2026.05.13 18:39:07.062866 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:07.062906 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part 2026.05.13 18:39:07.062954 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1345 rows starting from the beginning of the part 2026.05.13 18:39:07.062995 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.05.13 18:39:07.063031 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 94 rows starting from the beginning of the part 2026.05.13 18:39:07.063070 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part 2026.05.13 18:39:07.063394 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.063436 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.063779 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:07.063990 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.064113 [ 148 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:07.064122 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001321 sec., 121120.36336109009 rows/sec., 8.44 MiB/sec. 2026.05.13 18:39:07.064154 [ 148 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.064175 [ 294 ] {561103b0-a33c-4934-b2ab-27ea3c2296cb} TCPHandler: Processed in 0.001506937 sec. 2026.05.13 18:39:07.064178 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.064200 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1836 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553877 sec., 1181560.7026811002 rows/sec., 87.85 MiB/sec. 2026.05.13 18:39:07.064259 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:07.064324 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.064353 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:07.064383 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1906 rows starting from the beginning of the part 2026.05.13 18:39:07.064426 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:07.064429 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.05.13 18:39:07.064434 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:07.064487 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} 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.05.13 18:39:07.064488 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3566 rows starting from the beginning of the part 2026.05.13 18:39:07.064542 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.05.13 18:39:07.064577 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:07.064614 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:07.064793 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.064881 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_16_3} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:07.064967 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.13 18:39:07.065312 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.065357 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.065977 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:39:07.066232 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.066358 [ 148 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:39:07.066373 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} executeQuery: Read 11 rows, 20.18 KiB in 0.001966 sec., 5595.116988809767 rows/sec., 10.03 MiB/sec. 2026.05.13 18:39:07.066403 [ 148 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.066427 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.066441 [ 294 ] {0404df47-eea9-4938-a833-9ad5ddbf82db} TCPHandler: Processed in 0.002166258 sec. 2026.05.13 18:39:07.066530 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:39:07.066589 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:07.066715 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:07.066770 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:07.066807 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:07.066886 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 71 rows starting from the beginning of the part 2026.05.13 18:39:07.067048 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:07.067172 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:07.067268 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part 2026.05.13 18:39:07.067272 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.067323 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.067364 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:07.067458 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:07.068371 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:07.068574 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6080 rows, containing 5 columns (5 merged, 0 gathered) in 0.004340876 sec., 1400638.9493733523 rows/sec., 92.87 MiB/sec. 2026.05.13 18:39:07.068630 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.068764 [ 148 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:07.068775 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} executeQuery: Read 60 rows, 4.14 KiB in 0.002084 sec., 28790.786948176585 rows/sec., 1.94 MiB/sec. 2026.05.13 18:39:07.068810 [ 148 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:07.068831 [ 294 ] {a10ee469-d85d-4678-ba2e-876cd4db4f71} TCPHandler: Processed in 0.002306851 sec. 2026.05.13 18:39:07.068837 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:07.068929 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:07.069076 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:07.069125 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 630 rows starting from the beginning of the part 2026.05.13 18:39:07.069174 [ 191 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:07.069184 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.05.13 18:39:07.069238 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.05.13 18:39:07.069277 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2026.05.13 18:39:07.069316 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:07.069355 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:07.069499 [ 191 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.069579 [ 191 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_16_3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:07.069651 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.05.13 18:39:07.070273 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.001377604 sec., 631531.267330815 rows/sec., 42.69 MiB/sec. 2026.05.13 18:39:07.070433 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:07.070697 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.070743 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 19 columns (19 merged, 0 gathered) in 0.004263565 sec., 40576.37212051417 rows/sec., 72.71 MiB/sec. 2026.05.13 18:39:07.070766 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_16_3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:07.070842 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.05.13 18:39:07.071135 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:39:07.071454 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:07.071526 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_11_2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:39:07.071621 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.05.13 18:39:08.000193 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 226.19 MiB, peak 233.50 MiB, free memory in arenas 0.00 B, will set to 227.49 MiB (RSS), difference: 1.30 MiB 2026.05.13 18:39:12.009864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6171 2026.05.13 18:39:12.010432 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.010479 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.011051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:39:12.011274 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.011400 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6171 2026.05.13 18:39:12.054064 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.054322 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:39:12.054694 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:12.054737 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:39:12.055005 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:12.055084 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:12.055223 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:39:12.055339 [ 306 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:12.055345 [ 347 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:12.055401 [ 321 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:12.055402 [ 357 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:12.055704 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:12.055736 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:12.055826 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:12.055847 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:12.055882 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:12.055923 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:12.055956 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:12.057403 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} executeQuery: Read 35 rows, 6.04 KiB in 0.00318 sec., 11006.2893081761 rows/sec., 1.85 MiB/sec. 2026.05.13 18:39:12.057553 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} MemoryTracker: Peak memory usage (for query): 130.21 KiB. 2026.05.13 18:39:12.057570 [ 294 ] {abcbda1c-8904-4886-9a23-5af541e6ecce} TCPHandler: Processed in 0.003657684 sec. 2026.05.13 18:39:12.059700 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.059814 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:39:12.059860 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:39:12.060388 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.060429 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.060781 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:39:12.061008 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.061157 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} executeQuery: Read 2 rows, 167.00 B in 0.001374 sec., 1455.604075691412 rows/sec., 118.69 KiB/sec. 2026.05.13 18:39:12.061196 [ 294 ] {6e104b2c-7a03-4cb7-8327-6373ee42aa1a} TCPHandler: Processed in 0.001548967 sec. 2026.05.13 18:39:12.061339 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.061438 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:12.061478 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:12.061949 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.061989 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.062298 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:12.062511 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.062638 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} executeQuery: Read 117 rows, 10.13 KiB in 0.001221 sec., 95823.09582309582 rows/sec., 8.10 MiB/sec. 2026.05.13 18:39:12.062675 [ 294 ] {6a77010d-020d-4705-becd-f37a858dd782} TCPHandler: Processed in 0.001387214 sec. 2026.05.13 18:39:12.062813 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.062910 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:12.062950 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:12.063336 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.063369 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.063657 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:39:12.063849 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.064036 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} executeQuery: Read 32 rows, 2.40 KiB in 0.001144 sec., 27972.027972027972 rows/sec., 2.04 MiB/sec. 2026.05.13 18:39:12.064072 [ 294 ] {a620153d-6dc7-4cf0-8b56-3828bfd54f94} TCPHandler: Processed in 0.001308253 sec. 2026.05.13 18:39:12.064190 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.064296 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:12.064337 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:12.064751 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.064786 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.065085 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:12.065289 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.065416 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} executeQuery: Read 96 rows, 7.68 KiB in 0.001147 sec., 83696.59982563209 rows/sec., 6.54 MiB/sec. 2026.05.13 18:39:12.065453 [ 294 ] {97eba751-cba1-416b-a52c-122024916cde} TCPHandler: Processed in 0.001312893 sec. 2026.05.13 18:39:12.065575 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.065672 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:12.065713 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:12.066173 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.066208 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.066533 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:12.066738 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.066864 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} executeQuery: Read 161 rows, 11.48 KiB in 0.001211 sec., 132947.9768786127 rows/sec., 9.26 MiB/sec. 2026.05.13 18:39:12.066901 [ 294 ] {2af1b7d4-f362-4353-8f30-b6fea09157cc} TCPHandler: Processed in 0.001377415 sec. 2026.05.13 18:39:12.067048 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.067142 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:12.067197 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} 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.05.13 18:39:12.067993 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.068031 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.068548 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:39:12.068778 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.068915 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} executeQuery: Read 30 rows, 55.05 KiB in 0.00179 sec., 16759.77653631285 rows/sec., 30.03 MiB/sec. 2026.05.13 18:39:12.069320 [ 294 ] {3ca95d06-c67f-42e9-b845-2cce485a0246} TCPHandler: Processed in 0.002322791 sec. 2026.05.13 18:39:12.069471 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:12.069571 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:12.069612 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:12.069997 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.070034 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.070353 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:12.070560 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.070687 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2026.05.13 18:39:12.070722 [ 294 ] {bd4fe2d5-3bc1-4dcc-8096-56b2a66ed67a} TCPHandler: Processed in 0.001304873 sec. 2026.05.13 18:39:12.334062 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.13 18:39:12.351081 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:12.351150 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:12.357327 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:39:12.358083 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:12.361113 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.13 18:39:13.000248 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 228.59 MiB, peak 233.50 MiB, free memory in arenas 0.00 B, will set to 229.75 MiB (RSS), difference: 1.16 MiB 2026.05.13 18:39:14.518166 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 364 2026.05.13 18:39:14.520744 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:14.520803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:14.521975 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:39:14.522236 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:14.522496 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 364 2026.05.13 18:39:17.052925 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.053269 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:17.053589 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:17.053624 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:17.053835 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:17.053902 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:17.054041 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:17.054166 [ 306 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:17.054188 [ 345 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:17.054188 [ 327 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:17.054188 [ 357 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:17.054388 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:17.054416 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:17.054504 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:17.054524 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:17.054559 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:17.054596 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:17.054628 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:17.056045 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} executeQuery: Read 35 rows, 6.04 KiB in 0.002904 sec., 12052.341597796143 rows/sec., 2.03 MiB/sec. 2026.05.13 18:39:17.056196 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} MemoryTracker: Peak memory usage (for query): 129.24 KiB. 2026.05.13 18:39:17.056211 [ 294 ] {1772884f-0412-4a20-93e4-379bc12ab9d8} TCPHandler: Processed in 0.003467591 sec. 2026.05.13 18:39:17.057983 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.058099 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:17.058143 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:17.059227 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.059302 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.059685 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:17.059905 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.060049 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} executeQuery: Read 78 rows, 6.59 KiB in 0.00198 sec., 39393.93939393939 rows/sec., 3.25 MiB/sec. 2026.05.13 18:39:17.060087 [ 294 ] {ccef7d17-52b5-49ce-83a2-f0e9f5742740} TCPHandler: Processed in 0.002154778 sec. 2026.05.13 18:39:17.060222 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.060320 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:17.060360 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:17.060793 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.060829 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.061115 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:39:17.061331 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.061459 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} executeQuery: Read 11 rows, 847.00 B in 0.001157 sec., 9507.346585998272 rows/sec., 714.91 KiB/sec. 2026.05.13 18:39:17.061496 [ 294 ] {5f202eaf-6de3-4643-96fa-7b3fb80b226f} TCPHandler: Processed in 0.001324973 sec. 2026.05.13 18:39:17.061622 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.061718 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:17.061756 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:17.062207 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.062243 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.062545 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:17.062748 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.062878 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} executeQuery: Read 75 rows, 6.00 KiB in 0.001178 sec., 63667.232597623086 rows/sec., 4.97 MiB/sec. 2026.05.13 18:39:17.062914 [ 294 ] {ba2be8e6-1380-473d-ab18-f851d3bc84ae} TCPHandler: Processed in 0.001344684 sec. 2026.05.13 18:39:17.063036 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.063142 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:17.063185 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:17.063619 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.063655 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.063972 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:17.064178 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.064310 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.05.13 18:39:17.064347 [ 294 ] {f784e262-845b-4638-ab95-b39ca4ab7ee9} TCPHandler: Processed in 0.001360234 sec. 2026.05.13 18:39:17.064467 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.064563 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:17.064617 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} 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.05.13 18:39:17.065590 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.065649 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.066334 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:39:17.066578 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.066745 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} executeQuery: Read 11 rows, 20.18 KiB in 0.002198 sec., 5004.549590536852 rows/sec., 8.97 MiB/sec. 2026.05.13 18:39:17.066853 [ 294 ] {12ece53a-2a89-4dcf-84df-15a62273a506} TCPHandler: Processed in 0.002434653 sec. 2026.05.13 18:39:17.067035 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:17.067162 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:17.067213 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:17.067612 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:17.067649 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:17.067953 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:17.068187 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:17.068326 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2026.05.13 18:39:17.068361 [ 294 ] {d26ee2c5-ae57-470a-afc0-43c958a51bf9} TCPHandler: Processed in 0.001432475 sec. 2026.05.13 18:39:19.451622 [ 139 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:39:19.451697 [ 139 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:39:19.511493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6619 2026.05.13 18:39:19.511966 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:19.512007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:19.512513 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:39:19.512742 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:19.512864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6619 2026.05.13 18:39:19.861187 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.13 18:39:19.878706 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:19.878777 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:19.885561 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:39:19.886344 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:19.889401 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.13 18:39:20.000230 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 230.30 MiB, peak 234.30 MiB, free memory in arenas 0.00 B, will set to 231.63 MiB (RSS), difference: 1.33 MiB 2026.05.13 18:39:22.053345 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.053707 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:22.054218 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:22.054284 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:22.054549 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:22.054616 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:22.054751 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:22.054879 [ 357 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:22.054913 [ 346 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:22.054882 [ 322 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:22.054879 [ 327 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:22.055117 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:22.055144 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:22.055228 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:22.055248 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:22.055283 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:22.055318 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:22.055357 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:22.056649 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} executeQuery: Read 35 rows, 6.04 KiB in 0.003087 sec., 11337.868480725623 rows/sec., 1.91 MiB/sec. 2026.05.13 18:39:22.056794 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:39:22.056809 [ 294 ] {ff8bd769-cef4-4e4b-9e8a-f912843af103} TCPHandler: Processed in 0.003648894 sec. 2026.05.13 18:39:22.059010 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.059172 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:22.059230 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:22.059823 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.059868 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.060251 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:22.060465 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.060607 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} executeQuery: Read 116 rows, 10.05 KiB in 0.001479 sec., 78431.37254901961 rows/sec., 6.64 MiB/sec. 2026.05.13 18:39:22.060644 [ 294 ] {70d8ce42-c915-4d84-a7cc-5129e715e994} TCPHandler: Processed in 0.0017094 sec. 2026.05.13 18:39:22.060786 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.060881 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.060920 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:22.061327 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.061363 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.061647 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:22.061853 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.061978 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} executeQuery: Read 30 rows, 2.26 KiB in 0.001115 sec., 26905.829596412554 rows/sec., 1.98 MiB/sec. 2026.05.13 18:39:22.062015 [ 294 ] {9850c79d-457f-41c8-a96d-53432be88008} TCPHandler: Processed in 0.001277572 sec. 2026.05.13 18:39:22.062176 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.062270 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:22.062308 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:22.062716 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.062751 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.063046 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:22.063251 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.063377 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} executeQuery: Read 94 rows, 7.52 KiB in 0.001124 sec., 83629.89323843416 rows/sec., 6.53 MiB/sec. 2026.05.13 18:39:22.063412 [ 294 ] {2b591e46-ba5f-4311-ba1a-0cf898928d8a} TCPHandler: Processed in 0.001284713 sec. 2026.05.13 18:39:22.063537 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.063632 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.063673 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:22.064089 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.064124 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.064460 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:22.064664 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.064788 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.05.13 18:39:22.064823 [ 294 ] {c7a8e8d9-ec3d-4906-be71-7f06378a6078} TCPHandler: Processed in 0.001335444 sec. 2026.05.13 18:39:22.064945 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.065040 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.065091 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} 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.05.13 18:39:22.065931 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.065967 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.066481 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:39:22.066694 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.066834 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} executeQuery: Read 30 rows, 55.05 KiB in 0.001812 sec., 16556.29139072848 rows/sec., 29.67 MiB/sec. 2026.05.13 18:39:22.066885 [ 294 ] {34645db1-8b45-47e7-90d6-d9f3e89392e2} TCPHandler: Processed in 0.001988335 sec. 2026.05.13 18:39:22.067013 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.067108 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.067148 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:22.067491 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.067526 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.067830 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:22.068035 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.068157 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.05.13 18:39:22.068192 [ 294 ] {c26b3c78-79cd-49db-a532-e223b6f6be78} TCPHandler: Processed in 0.001228062 sec. 2026.05.13 18:39:22.281279 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.281517 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:39:22.281892 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:22.281933 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:39:22.282349 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:22.282478 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:22.282654 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:39:22.282774 [ 322 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:22.282813 [ 357 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:22.282813 [ 346 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:22.282815 [ 327 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:22.282997 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:22.283043 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:22.283143 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:22.283166 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:22.283205 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:22.283265 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:22.283322 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:22.284876 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} executeQuery: Read 35 rows, 7.62 KiB in 0.003456 sec., 10127.314814814816 rows/sec., 2.15 MiB/sec. 2026.05.13 18:39:22.285034 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} MemoryTracker: Peak memory usage (for query): 146.43 KiB. 2026.05.13 18:39:22.285056 [ 294 ] {cf7a78f2-3eab-4a65-8a55-cfa9863124f6} TCPHandler: Processed in 0.003910779 sec. 2026.05.13 18:39:22.299538 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.299704 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.299784 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:39:22.300447 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.300493 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.300870 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:39:22.301103 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.301268 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} executeQuery: Read 24 rows, 2.04 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.23 MiB/sec. 2026.05.13 18:39:22.301316 [ 294 ] {56b7cce5-6fa6-4d84-8583-250bcb9077ea} TCPHandler: Processed in 0.001919034 sec. 2026.05.13 18:39:22.301470 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.301574 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:22.301619 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:22.303213 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.303257 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.303751 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:22.303992 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.304152 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} executeQuery: Read 2543 rows, 193.85 KiB in 0.002599 sec., 978453.2512504809 rows/sec., 72.84 MiB/sec. 2026.05.13 18:39:22.304239 [ 294 ] {e724a9b4-0c96-4f1f-9124-cb00d8c319ed} TCPHandler: Processed in 0.00282168 sec. 2026.05.13 18:39:22.304428 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.304551 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.304607 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:22.305779 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.305833 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.306328 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:22.306679 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.307137 [ 136 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:22.307217 [ 136 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.307257 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.307267 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} executeQuery: Read 32 rows, 2.46 KiB in 0.002733 sec., 11708.744968898645 rows/sec., 901.88 KiB/sec. 2026.05.13 18:39:22.307358 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:39:22.307389 [ 294 ] {b9b6ea53-40ec-4e57-93b9-585dc064c792} TCPHandler: Processed in 0.003017123 sec. 2026.05.13 18:39:22.307467 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:22.307502 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 80 rows starting from the beginning of the part 2026.05.13 18:39:22.307590 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:22.307639 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.05.13 18:39:22.307656 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.307700 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:22.307747 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:22.307787 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part 2026.05.13 18:39:22.307864 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.307979 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:39:22.308607 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289143 sec., 152038.9902439062 rows/sec., 11.75 MiB/sec. 2026.05.13 18:39:22.308769 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:22.308932 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.308984 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.309062 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.309145 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_16_3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:22.309216 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:39:22.309455 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:39:22.309694 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.309845 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} executeQuery: Read 825 rows, 49.42 KiB in 0.002048 sec., 402832.03125 rows/sec., 23.56 MiB/sec. 2026.05.13 18:39:22.309896 [ 294 ] {43ba2372-327f-4f39-8717-54d9f8e7d579} TCPHandler: Processed in 0.002358752 sec. 2026.05.13 18:39:22.310070 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.310189 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.310236 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:39:22.310699 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.310740 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.311168 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.13 18:39:22.311479 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.311661 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} executeQuery: Read 1 rows, 72.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 46.94 KiB/sec. 2026.05.13 18:39:22.311708 [ 294 ] {bc71ce84-7467-4633-84e5-80b0fb0bf6f0} TCPHandler: Processed in 0.001689599 sec. 2026.05.13 18:39:22.311881 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.312014 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.312059 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:39:22.312574 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.312613 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.312933 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:39:22.313180 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.313314 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} executeQuery: Read 12 rows, 960.00 B in 0.001324 sec., 9063.444108761329 rows/sec., 708.08 KiB/sec. 2026.05.13 18:39:22.313352 [ 294 ] {dfff4cca-7954-460d-9cfd-e1a1f56a068d} TCPHandler: Processed in 0.001535377 sec. 2026.05.13 18:39:22.313519 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.313618 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:22.313659 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:22.314646 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.314684 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.315161 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:22.315402 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.315538 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} executeQuery: Read 1335 rows, 92.09 KiB in 0.001941 sec., 687789.7990726429 rows/sec., 46.33 MiB/sec. 2026.05.13 18:39:22.315576 [ 294 ] {6a2f838a-11f4-4f22-a676-1ad35694582b} TCPHandler: Processed in 0.002115098 sec. 2026.05.13 18:39:22.315732 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.315833 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.315879 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:22.316821 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.316859 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.317377 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:22.317616 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.317755 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} executeQuery: Read 1532 rows, 95.89 KiB in 0.001942 sec., 788877.4459320288 rows/sec., 48.22 MiB/sec. 2026.05.13 18:39:22.317792 [ 294 ] {8d57acc6-b7b8-49a9-b539-4359524fc177} TCPHandler: Processed in 0.002112617 sec. 2026.05.13 18:39:22.317963 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.318067 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.318124 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} 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.05.13 18:39:22.318999 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.319039 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.319705 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:22.319983 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.320142 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} executeQuery: Read 20 rows, 36.70 KiB in 0.002095 sec., 9546.53937947494 rows/sec., 17.11 MiB/sec. 2026.05.13 18:39:22.320216 [ 294 ] {47d2b706-63c2-4991-94d8-ea5b1214d324} TCPHandler: Processed in 0.002308311 sec. 2026.05.13 18:39:22.320375 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:22.320490 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:22.320553 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:22.321715 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:22.321787 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.05.13 18:39:22.322334 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:22.322707 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:22.322941 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} executeQuery: Read 12 rows, 848.00 B in 0.002472 sec., 4854.368932038836 rows/sec., 335.00 KiB/sec. 2026.05.13 18:39:22.323022 [ 294 ] {fcaad3c3-3861-4892-8ff7-de03213a1a89} TCPHandler: Processed in 0.002704128 sec. 2026.05.13 18:39:24.442036 [ 131 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.13 18:39:24.442115 [ 131 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:24.442137 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:24.442268 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::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.05.13 18:39:24.442420 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:24.442455 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.13 18:39:24.442520 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.13 18:39:24.442562 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.05.13 18:39:24.442601 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.05.13 18:39:24.442638 [ 190 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.05.13 18:39:24.443380 [ 187 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001174371 sec., 23842.550607942463 rows/sec., 1.99 MiB/sec. 2026.05.13 18:39:24.443582 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.13 18:39:24.443951 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:24.444044 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_5_1} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.13 18:39:24.444145 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.05.13 18:39:24.522638 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 414 2026.05.13 18:39:24.525204 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:24.525248 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:24.526446 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:39:24.526707 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:24.526947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 414 2026.05.13 18:39:27.012965 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7131 2026.05.13 18:39:27.013448 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.013482 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.014040 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:27.014277 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.014405 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7131 2026.05.13 18:39:27.050615 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:27.050850 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:27.051198 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:27.051237 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:27.051491 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:27.051559 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:27.051693 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:39:27.051820 [ 346 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:27.051824 [ 336 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:27.051871 [ 352 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:27.051820 [ 322 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:27.052057 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:27.052084 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:27.052168 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:27.052188 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:27.052223 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:27.052259 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:27.052292 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:27.053643 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} executeQuery: Read 35 rows, 6.04 KiB in 0.002886 sec., 12127.512127512127 rows/sec., 2.04 MiB/sec. 2026.05.13 18:39:27.053786 [ 294 ] {2ff33779-8adc-4a7e-ad78-22009abda026} TCPHandler: Processed in 0.003298659 sec. 2026.05.13 18:39:27.055126 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:27.055234 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:27.055274 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:27.055839 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.055875 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.056232 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:27.056448 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.056590 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} executeQuery: Read 56 rows, 4.38 KiB in 0.001384 sec., 40462.42774566474 rows/sec., 3.09 MiB/sec. 2026.05.13 18:39:27.056629 [ 294 ] {000d7710-9783-4a10-ab62-ebe9e9e8b054} TCPHandler: Processed in 0.001552328 sec. 2026.05.13 18:39:27.056756 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:27.056849 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:27.056888 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:27.057001 [ 128 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:27.057053 [ 128 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.057077 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.057174 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:39:27.057274 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:27.057304 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2615 rows starting from the beginning of the part 2026.05.13 18:39:27.057336 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.057360 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 117 rows starting from the beginning of the part 2026.05.13 18:39:27.057371 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.057409 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2026.05.13 18:39:27.057451 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 116 rows starting from the beginning of the part 2026.05.13 18:39:27.057494 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2543 rows starting from the beginning of the part 2026.05.13 18:39:27.057535 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.05.13 18:39:27.057688 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:27.057894 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.058015 [ 128 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:27.058020 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2026.05.13 18:39:27.058058 [ 128 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.058079 [ 294 ] {57345120-07e0-40ec-a127-a48e86539a9c} TCPHandler: Processed in 0.001371334 sec. 2026.05.13 18:39:27.058083 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.058227 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:27.058251 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:39:27.058325 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:27.058371 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:27.058397 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:27.058438 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1401 rows starting from the beginning of the part 2026.05.13 18:39:27.058509 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 96 rows starting from the beginning of the part 2026.05.13 18:39:27.058555 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 75 rows starting from the beginning of the part 2026.05.13 18:39:27.058598 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 94 rows starting from the beginning of the part 2026.05.13 18:39:27.058637 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1335 rows starting from the beginning of the part 2026.05.13 18:39:27.058681 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.05.13 18:39:27.058780 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.058822 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.059251 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:27.059305 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5525 rows, containing 5 columns (5 merged, 0 gathered) in 0.002173599 sec., 2541867.1981354426 rows/sec., 200.83 MiB/sec. 2026.05.13 18:39:27.059475 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.059606 [ 128 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:27.059613 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} executeQuery: Read 128 rows, 9.13 KiB in 0.001304 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. 2026.05.13 18:39:27.059647 [ 128 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.059669 [ 294 ] {c547fc9e-7b91-4dfb-abd1-23d55f173c34} TCPHandler: Processed in 0.001490676 sec. 2026.05.13 18:39:27.059673 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:27.059672 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.059785 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:27.059831 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:27.059888 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:27.059923 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6080 rows starting from the beginning of the part 2026.05.13 18:39:27.059941 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:27.059963 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3065 rows, containing 5 columns (5 merged, 0 gathered) in 0.001760471 sec., 1741011.3543477852 rows/sec., 126.36 MiB/sec. 2026.05.13 18:39:27.059980 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part 2026.05.13 18:39:27.059988 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:27.060003 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.060044 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:27.060084 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.05.13 18:39:27.060099 [ 193 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_21_4} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:27.060123 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:39:27.060162 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 128 rows starting from the beginning of the part 2026.05.13 18:39:27.060181 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.05.13 18:39:27.060211 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:27.060395 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.060437 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.060561 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.060640 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_21_4} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:27.060710 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:39:27.060773 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:27.061000 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.061124 [ 128 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:27.061138 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} executeQuery: Read 48 rows, 3.31 KiB in 0.001214 sec., 39538.71499176277 rows/sec., 2.66 MiB/sec. 2026.05.13 18:39:27.061157 [ 128 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.061183 [ 294 ] {f0b87cd2-a3ea-4669-80a2-b0f3fd9fa7a7} TCPHandler: Processed in 0.001399785 sec. 2026.05.13 18:39:27.061184 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.061305 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:27.061409 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:27.061436 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part 2026.05.13 18:39:27.061484 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:27.061527 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:27.061568 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:27.061604 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.05.13 18:39:27.061646 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part 2026.05.13 18:39:27.062468 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197231 sec., 927139.3741057491 rows/sec., 62.63 MiB/sec. 2026.05.13 18:39:27.062719 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:27.063024 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.063103 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_21_4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:27.063181 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.05.13 18:39:27.063359 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8221 rows, containing 5 columns (5 merged, 0 gathered) in 0.003609434 sec., 2277642.4226069795 rows/sec., 149.39 MiB/sec. 2026.05.13 18:39:27.063484 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:27.063725 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.063785 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_21_4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:27.063839 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.05.13 18:39:27.389513 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.13 18:39:27.405679 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:27.405736 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:27.411029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:39:27.411756 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:27.414410 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.13 18:39:29.515912 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59826 2026.05.13 18:39:29.516047 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516076 [ 313 ] {} TCP-Session: 8a81624a-68a4-4b80-a1d6-5b62522cc6bf Authenticating user 'default' from [fd00:1122:3344:101::e]:59826 2026.05.13 18:39:29.516099 [ 313 ] {} TCP-Session: 8a81624a-68a4-4b80-a1d6-5b62522cc6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516112 [ 313 ] {} TCP-Session: 8a81624a-68a4-4b80-a1d6-5b62522cc6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516367 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36393 2026.05.13 18:39:29.516449 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33884 2026.05.13 18:39:29.516463 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39851 2026.05.13 18:39:29.516491 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516506 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55546 2026.05.13 18:39:29.516550 [ 314 ] {} TCP-Session: 08198db7-74e7-46d4-99b2-abf9ddc33fb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36393 2026.05.13 18:39:29.516539 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45803 2026.05.13 18:39:29.516591 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516594 [ 314 ] {} TCP-Session: 08198db7-74e7-46d4-99b2-abf9ddc33fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516537 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516630 [ 313 ] {} TCP-Session: 8a81624a-68a4-4b80-a1d6-5b62522cc6bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:29.516666 [ 316 ] {} TCP-Session: 4aab1fea-d791-4bdb-95ff-5a6f7869be0e Authenticating user 'default' from [fd00:1122:3344:101::e]:33884 2026.05.13 18:39:29.516636 [ 314 ] {} TCP-Session: 08198db7-74e7-46d4-99b2-abf9ddc33fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516690 [ 316 ] {} TCP-Session: 4aab1fea-d791-4bdb-95ff-5a6f7869be0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516631 [ 317 ] {} TCP-Session: da9726b6-0717-4df0-a8f2-4262d86be7ce Authenticating user 'default' from [fd00:1122:3344:101::e]:39851 2026.05.13 18:39:29.516724 [ 316 ] {} TCP-Session: 4aab1fea-d791-4bdb-95ff-5a6f7869be0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516514 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34297 2026.05.13 18:39:29.516759 [ 317 ] {} TCP-Session: da9726b6-0717-4df0-a8f2-4262d86be7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516491 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54153 2026.05.13 18:39:29.516805 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516835 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} executeQuery: (from [fd00:1122:3344:101::e]:59826) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:39:29.516860 [ 310 ] {} TCP-Session: b92ae4eb-0966-4b50-9c95-11fbd4d56c14 Authenticating user 'default' from [fd00:1122:3344:101::e]:45803 2026.05.13 18:39:29.516810 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.516995 [ 310 ] {} TCP-Session: b92ae4eb-0966-4b50-9c95-11fbd4d56c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516446 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33153 2026.05.13 18:39:29.517037 [ 293 ] {} TCP-Session: 814019f4-17e0-488c-89fe-d003aa6b35d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:55546 2026.05.13 18:39:29.517031 [ 310 ] {} TCP-Session: b92ae4eb-0966-4b50-9c95-11fbd4d56c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517080 [ 293 ] {} TCP-Session: 814019f4-17e0-488c-89fe-d003aa6b35d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.516797 [ 317 ] {} TCP-Session: da9726b6-0717-4df0-a8f2-4262d86be7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517115 [ 293 ] {} TCP-Session: 814019f4-17e0-488c-89fe-d003aa6b35d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517221 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:39:29.517270 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.517282 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:29.517306 [ 309 ] {} TCP-Session: 4ccd9d0c-fa44-4666-9c54-925853b4c478 Authenticating user 'default' from [fd00:1122:3344:101::e]:34297 2026.05.13 18:39:29.517332 [ 309 ] {} TCP-Session: 4ccd9d0c-fa44-4666-9c54-925853b4c478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517345 [ 309 ] {} TCP-Session: 4ccd9d0c-fa44-4666-9c54-925853b4c478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517367 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.517401 [ 275 ] {} TCP-Session: 58213cf0-6192-42b5-ad5f-4262faf2b14f Authenticating user 'default' from [fd00:1122:3344:101::e]:54153 2026.05.13 18:39:29.517418 [ 275 ] {} TCP-Session: 58213cf0-6192-42b5-ad5f-4262faf2b14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517435 [ 275 ] {} TCP-Session: 58213cf0-6192-42b5-ad5f-4262faf2b14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517521 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:29.517553 [ 315 ] {} TCP-Session: a1af75ab-a3a3-42d2-a283-3f2117de4d19 Authenticating user 'default' from [fd00:1122:3344:101::e]:33153 2026.05.13 18:39:29.517569 [ 315 ] {} TCP-Session: a1af75ab-a3a3-42d2-a283-3f2117de4d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517581 [ 315 ] {} TCP-Session: a1af75ab-a3a3-42d2-a283-3f2117de4d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.517584 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:39:29.518747 [ 336 ] {eaf98cc9-9553-446a-937b-34b434652781} AggregatingTransform: Aggregating 2026.05.13 18:39:29.518779 [ 336 ] {eaf98cc9-9553-446a-937b-34b434652781} Aggregator: Aggregation method: without_key 2026.05.13 18:39:29.518812 [ 336 ] {eaf98cc9-9553-446a-937b-34b434652781} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001124959 sec. (888.921 rows/sec., 34.72 KiB/sec.) 2026.05.13 18:39:29.518827 [ 336 ] {eaf98cc9-9553-446a-937b-34b434652781} Aggregator: Merging aggregated data 2026.05.13 18:39:29.520010 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} executeQuery: Read 1 rows, 40.00 B in 0.003237 sec., 308.9280197713933 rows/sec., 12.07 KiB/sec. 2026.05.13 18:39:29.520150 [ 313 ] {eaf98cc9-9553-446a-937b-34b434652781} TCPHandler: Processed in 0.003642824 sec. 2026.05.13 18:39:29.520295 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520324 [ 313 ] {} TCP-Session: 8a81624a-68a4-4b80-a1d6-5b62522cc6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520342 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520380 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520385 [ 314 ] {} TCP-Session: 08198db7-74e7-46d4-99b2-abf9ddc33fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520404 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520421 [ 315 ] {} TCP-Session: a1af75ab-a3a3-42d2-a283-3f2117de4d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520425 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520451 [ 310 ] {} TCP-Session: b92ae4eb-0966-4b50-9c95-11fbd4d56c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520463 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520481 [ 293 ] {} TCP-Session: 814019f4-17e0-488c-89fe-d003aa6b35d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520490 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520511 [ 309 ] {} TCP-Session: 4ccd9d0c-fa44-4666-9c54-925853b4c478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520502 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520539 [ 316 ] {} TCP-Session: 4aab1fea-d791-4bdb-95ff-5a6f7869be0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520458 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:29.520579 [ 275 ] {} TCP-Session: 58213cf0-6192-42b5-ad5f-4262faf2b14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:29.520621 [ 317 ] {} TCP-Session: da9726b6-0717-4df0-a8f2-4262d86be7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.835513 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57849 2026.05.13 18:39:30.835630 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.835658 [ 313 ] {} TCP-Session: c0dc8c14-6b96-474f-a89c-94f2396a3923 Authenticating user 'default' from [fd00:1122:3344:101::e]:57849 2026.05.13 18:39:30.835681 [ 313 ] {} TCP-Session: c0dc8c14-6b96-474f-a89c-94f2396a3923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.835694 [ 313 ] {} TCP-Session: c0dc8c14-6b96-474f-a89c-94f2396a3923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.835888 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61592 2026.05.13 18:39:30.835959 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56844 2026.05.13 18:39:30.835987 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62594 2026.05.13 18:39:30.836013 [ 313 ] {} TCP-Session: c0dc8c14-6b96-474f-a89c-94f2396a3923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:30.836042 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63357 2026.05.13 18:39:30.836054 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38428 2026.05.13 18:39:30.836073 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51398 2026.05.13 18:39:30.836105 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57027 2026.05.13 18:39:30.836137 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836181 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836189 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836205 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} executeQuery: (from [fd00:1122:3344:101::e]:57849) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:39:30.836212 [ 309 ] {} TCP-Session: 7c3b1a86-a8cf-478c-b730-ebc078e4acdd Authenticating user 'default' from [fd00:1122:3344:101::e]:51398 2026.05.13 18:39:30.836231 [ 293 ] {} TCP-Session: 7573c49e-0fb9-4d6a-9a1f-9995b42cbcd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38428 2026.05.13 18:39:30.836252 [ 309 ] {} TCP-Session: 7c3b1a86-a8cf-478c-b730-ebc078e4acdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836276 [ 293 ] {} TCP-Session: 7573c49e-0fb9-4d6a-9a1f-9995b42cbcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836291 [ 309 ] {} TCP-Session: 7c3b1a86-a8cf-478c-b730-ebc078e4acdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836305 [ 293 ] {} TCP-Session: 7573c49e-0fb9-4d6a-9a1f-9995b42cbcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836209 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836205 [ 316 ] {} TCP-Session: cc6fe4ba-170b-4c34-9c0a-4b1b2760c3de Authenticating user 'default' from [fd00:1122:3344:101::e]:62594 2026.05.13 18:39:30.836362 [ 310 ] {} TCP-Session: 4bc2983c-1299-4cbc-a877-b636e0727b71 Authenticating user 'default' from [fd00:1122:3344:101::e]:57027 2026.05.13 18:39:30.836130 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836412 [ 316 ] {} TCP-Session: cc6fe4ba-170b-4c34-9c0a-4b1b2760c3de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836438 [ 275 ] {} TCP-Session: ceae83cd-0a18-4b48-8eeb-195ef0db53fb Authenticating user 'default' from [fd00:1122:3344:101::e]:63357 2026.05.13 18:39:30.836412 [ 310 ] {} TCP-Session: 4bc2983c-1299-4cbc-a877-b636e0727b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836460 [ 316 ] {} TCP-Session: cc6fe4ba-170b-4c34-9c0a-4b1b2760c3de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836477 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:39:30.836484 [ 310 ] {} TCP-Session: 4bc2983c-1299-4cbc-a877-b636e0727b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836072 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836558 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:30.836024 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51276 2026.05.13 18:39:30.836589 [ 315 ] {} TCP-Session: b32d0b27-db0d-48a4-a458-aa0ad86872a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56844 2026.05.13 18:39:30.836003 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836638 [ 315 ] {} TCP-Session: b32d0b27-db0d-48a4-a458-aa0ad86872a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836656 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.836665 [ 315 ] {} TCP-Session: b32d0b27-db0d-48a4-a458-aa0ad86872a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836688 [ 317 ] {} TCP-Session: 5bef06f8-2382-4750-8884-f4136227da1f Authenticating user 'default' from [fd00:1122:3344:101::e]:51276 2026.05.13 18:39:30.836657 [ 314 ] {} TCP-Session: 21bef5f3-38ef-4e95-9a37-f25bebd9624f Authenticating user 'default' from [fd00:1122:3344:101::e]:61592 2026.05.13 18:39:30.836719 [ 317 ] {} TCP-Session: 5bef06f8-2382-4750-8884-f4136227da1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836737 [ 314 ] {} TCP-Session: 21bef5f3-38ef-4e95-9a37-f25bebd9624f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836749 [ 317 ] {} TCP-Session: 5bef06f8-2382-4750-8884-f4136227da1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836761 [ 314 ] {} TCP-Session: 21bef5f3-38ef-4e95-9a37-f25bebd9624f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836468 [ 275 ] {} TCP-Session: ceae83cd-0a18-4b48-8eeb-195ef0db53fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836803 [ 275 ] {} TCP-Session: ceae83cd-0a18-4b48-8eeb-195ef0db53fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.836847 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:39:30.837750 [ 344 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} AggregatingTransform: Aggregating 2026.05.13 18:39:30.837803 [ 344 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} Aggregator: Aggregation method: without_key 2026.05.13 18:39:30.837837 [ 344 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000891406 sec. (1121.823 rows/sec., 43.82 KiB/sec.) 2026.05.13 18:39:30.837854 [ 344 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} Aggregator: Merging aggregated data 2026.05.13 18:39:30.839403 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} executeQuery: Read 1 rows, 40.00 B in 0.003246 sec., 308.07147258163894 rows/sec., 12.03 KiB/sec. 2026.05.13 18:39:30.839586 [ 313 ] {08a7c109-1b2a-4f95-987b-e83b66e94163} TCPHandler: Processed in 0.003683494 sec. 2026.05.13 18:39:30.839735 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839767 [ 313 ] {} TCP-Session: c0dc8c14-6b96-474f-a89c-94f2396a3923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839771 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839799 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839829 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839848 [ 315 ] {} TCP-Session: b32d0b27-db0d-48a4-a458-aa0ad86872a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839871 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839889 [ 275 ] {} TCP-Session: ceae83cd-0a18-4b48-8eeb-195ef0db53fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839899 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839916 [ 316 ] {} TCP-Session: cc6fe4ba-170b-4c34-9c0a-4b1b2760c3de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839921 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839948 [ 309 ] {} TCP-Session: 7c3b1a86-a8cf-478c-b730-ebc078e4acdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839989 [ 293 ] {} TCP-Session: 7573c49e-0fb9-4d6a-9a1f-9995b42cbcd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839844 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.839831 [ 314 ] {} TCP-Session: 21bef5f3-38ef-4e95-9a37-f25bebd9624f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.840046 [ 317 ] {} TCP-Session: 5bef06f8-2382-4750-8884-f4136227da1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.839881 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.840096 [ 310 ] {} TCP-Session: 4bc2983c-1299-4cbc-a877-b636e0727b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854050 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45047 2026.05.13 18:39:30.854128 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854151 [ 313 ] {} TCP-Session: fab2cb79-2092-4379-becf-e27d98150b91 Authenticating user 'default' from [fd00:1122:3344:101::e]:45047 2026.05.13 18:39:30.854170 [ 313 ] {} TCP-Session: fab2cb79-2092-4379-becf-e27d98150b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854184 [ 313 ] {} TCP-Session: fab2cb79-2092-4379-becf-e27d98150b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854407 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58822 2026.05.13 18:39:30.854415 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34555 2026.05.13 18:39:30.854441 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44483 2026.05.13 18:39:30.854480 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53397 2026.05.13 18:39:30.854490 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64092 2026.05.13 18:39:30.854514 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854536 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854551 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854579 [ 315 ] {} TCP-Session: ac694d2f-4bd2-446b-bcd7-21815f894260 Authenticating user 'default' from [fd00:1122:3344:101::e]:34555 2026.05.13 18:39:30.854585 [ 317 ] {} TCP-Session: 4de09e41-839b-4311-a7ed-32d1850ad45e Authenticating user 'default' from [fd00:1122:3344:101::e]:44483 2026.05.13 18:39:30.854598 [ 309 ] {} TCP-Session: d185fe84-ceef-45be-9d14-66dd56fca4b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53397 2026.05.13 18:39:30.854608 [ 315 ] {} TCP-Session: ac694d2f-4bd2-446b-bcd7-21815f894260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854616 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854637 [ 315 ] {} TCP-Session: ac694d2f-4bd2-446b-bcd7-21815f894260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854553 [ 313 ] {} TCP-Session: fab2cb79-2092-4379-becf-e27d98150b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:30.854673 [ 310 ] {} TCP-Session: e0884078-3f99-4074-aa72-9812ec667c4b Authenticating user 'default' from [fd00:1122:3344:101::e]:64092 2026.05.13 18:39:30.854503 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854718 [ 310 ] {} TCP-Session: e0884078-3f99-4074-aa72-9812ec667c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854466 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48926 2026.05.13 18:39:30.854760 [ 310 ] {} TCP-Session: e0884078-3f99-4074-aa72-9812ec667c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854757 [ 314 ] {} TCP-Session: 7b4bf60e-11c9-41f0-88b6-ab65cbde0835 Authenticating user 'default' from [fd00:1122:3344:101::e]:58822 2026.05.13 18:39:30.854455 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62268 2026.05.13 18:39:30.854830 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854849 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} executeQuery: (from [fd00:1122:3344:101::e]:45047) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:39:30.854869 [ 293 ] {} TCP-Session: 46a53789-96ac-4ba6-9c22-51f3e16a2b8c Authenticating user 'default' from [fd00:1122:3344:101::e]:48926 2026.05.13 18:39:30.854427 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54003 2026.05.13 18:39:30.854892 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854901 [ 293 ] {} TCP-Session: 46a53789-96ac-4ba6-9c22-51f3e16a2b8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854943 [ 275 ] {} TCP-Session: b8a52980-85f5-48b4-983e-dd8d7e9b4bfa Authenticating user 'default' from [fd00:1122:3344:101::e]:62268 2026.05.13 18:39:30.854955 [ 293 ] {} TCP-Session: 46a53789-96ac-4ba6-9c22-51f3e16a2b8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854965 [ 275 ] {} TCP-Session: b8a52980-85f5-48b4-983e-dd8d7e9b4bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854966 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:39:30.854982 [ 275 ] {} TCP-Session: b8a52980-85f5-48b4-983e-dd8d7e9b4bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855004 [ 316 ] {} TCP-Session: f3f9d7ec-e05e-4635-8425-ea3e0e483aba Authenticating user 'default' from [fd00:1122:3344:101::e]:54003 2026.05.13 18:39:30.854835 [ 314 ] {} TCP-Session: 7b4bf60e-11c9-41f0-88b6-ab65cbde0835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855032 [ 316 ] {} TCP-Session: f3f9d7ec-e05e-4635-8425-ea3e0e483aba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855049 [ 314 ] {} TCP-Session: 7b4bf60e-11c9-41f0-88b6-ab65cbde0835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855074 [ 316 ] {} TCP-Session: f3f9d7ec-e05e-4635-8425-ea3e0e483aba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854628 [ 309 ] {} TCP-Session: d185fe84-ceef-45be-9d14-66dd56fca4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.854619 [ 317 ] {} TCP-Session: 4de09e41-839b-4311-a7ed-32d1850ad45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855129 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:39:30.855156 [ 317 ] {} TCP-Session: 4de09e41-839b-4311-a7ed-32d1850ad45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855124 [ 309 ] {} TCP-Session: d185fe84-ceef-45be-9d14-66dd56fca4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.855203 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:30.855489 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:39:30.856407 [ 361 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} AggregatingTransform: Aggregating 2026.05.13 18:39:30.856468 [ 361 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} Aggregator: Aggregation method: without_key 2026.05.13 18:39:30.856512 [ 361 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924147 sec. (1082.079 rows/sec., 42.27 KiB/sec.) 2026.05.13 18:39:30.856529 [ 361 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} Aggregator: Merging aggregated data 2026.05.13 18:39:30.857821 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} executeQuery: Read 1 rows, 40.00 B in 0.00303 sec., 330.03300330033 rows/sec., 12.89 KiB/sec. 2026.05.13 18:39:30.857997 [ 313 ] {a03f3bb5-badf-4636-94aa-7546491d2ce5} TCPHandler: Processed in 0.003556343 sec. 2026.05.13 18:39:30.858129 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858158 [ 313 ] {} TCP-Session: fab2cb79-2092-4379-becf-e27d98150b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858162 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858185 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858205 [ 310 ] {} TCP-Session: e0884078-3f99-4074-aa72-9812ec667c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858211 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858231 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858256 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858276 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858299 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858314 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:39:30.858359 [ 275 ] {} TCP-Session: b8a52980-85f5-48b4-983e-dd8d7e9b4bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858383 [ 293 ] {} TCP-Session: 46a53789-96ac-4ba6-9c22-51f3e16a2b8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858304 [ 316 ] {} TCP-Session: f3f9d7ec-e05e-4635-8425-ea3e0e483aba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858285 [ 315 ] {} TCP-Session: ac694d2f-4bd2-446b-bcd7-21815f894260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858332 [ 309 ] {} TCP-Session: d185fe84-ceef-45be-9d14-66dd56fca4b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858276 [ 317 ] {} TCP-Session: 4de09e41-839b-4311-a7ed-32d1850ad45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:30.858235 [ 314 ] {} TCP-Session: 7b4bf60e-11c9-41f0-88b6-ab65cbde0835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:39:32.053187 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.053417 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:32.053730 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:32.053764 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:32.053973 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:32.054038 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:32.054170 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:32.054305 [ 352 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:32.054354 [ 322 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:32.054360 [ 338 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:32.054356 [ 351 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:32.054570 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:32.054606 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:32.054694 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:32.054714 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:32.054749 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:32.054785 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:32.054819 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:32.056224 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} executeQuery: Read 35 rows, 6.04 KiB in 0.002893 sec., 12098.167991704113 rows/sec., 2.04 MiB/sec. 2026.05.13 18:39:32.056373 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} MemoryTracker: Peak memory usage (for query): 129.46 KiB. 2026.05.13 18:39:32.056388 [ 294 ] {82144d6e-5d08-4429-9efd-89b77360d636} TCPHandler: Processed in 0.003323398 sec. 2026.05.13 18:39:32.058319 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.058427 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:32.058467 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:32.059061 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.059104 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.059506 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:39:32.059729 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.059870 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} executeQuery: Read 116 rows, 10.05 KiB in 0.001472 sec., 78804.34782608696 rows/sec., 6.67 MiB/sec. 2026.05.13 18:39:32.059910 [ 294 ] {109acd12-6f57-4e5e-a809-f10b911c0943} TCPHandler: Processed in 0.001639419 sec. 2026.05.13 18:39:32.060111 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.060218 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:32.060256 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:32.060666 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.060703 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.060986 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:32.061191 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.061320 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} executeQuery: Read 30 rows, 2.26 KiB in 0.001118 sec., 26833.631484794274 rows/sec., 1.97 MiB/sec. 2026.05.13 18:39:32.061358 [ 294 ] {0875cfe2-e36c-40a7-bade-7ae11703445f} TCPHandler: Processed in 0.001304993 sec. 2026.05.13 18:39:32.061511 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.061604 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:32.061642 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:32.062082 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.062124 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.062436 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:39:32.062664 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.062790 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} executeQuery: Read 94 rows, 7.52 KiB in 0.001201 sec., 78268.10990840966 rows/sec., 6.11 MiB/sec. 2026.05.13 18:39:32.062829 [ 294 ] {ef8df17b-3b4d-41f5-8932-b6f7a8ea8baa} TCPHandler: Processed in 0.001366354 sec. 2026.05.13 18:39:32.062961 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.063056 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:32.063098 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:32.063512 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.063548 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.063862 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:39:32.064069 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.064195 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.05.13 18:39:32.064231 [ 294 ] {51fd6b6b-4aaa-47af-b9f0-0eb4a7fbbc18} TCPHandler: Processed in 0.001328343 sec. 2026.05.13 18:39:32.064346 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.064434 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:32.064482 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} 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.05.13 18:39:32.065334 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.065370 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.065897 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:32.066114 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.066250 [ 122 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:32.066257 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} executeQuery: Read 30 rows, 55.05 KiB in 0.001813 sec., 16547.159404302263 rows/sec., 29.65 MiB/sec. 2026.05.13 18:39:32.066300 [ 122 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.066326 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.066327 [ 294 ] {e2e7c9fa-6cfc-443f-8af0-a62aebf287a0} TCPHandler: Processed in 0.002009955 sec. 2026.05.13 18:39:32.066431 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:39:32.066678 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.066682 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:32.066774 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 173 rows starting from the beginning of the part 2026.05.13 18:39:32.066810 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:32.066863 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:32.066935 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:32.067065 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:32.067181 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:32.067282 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:32.067298 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part 2026.05.13 18:39:32.067331 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:32.067424 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:32.067728 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:39:32.067981 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.068119 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. 2026.05.13 18:39:32.068155 [ 294 ] {538dfb27-3cc5-45f9-bf27-275e89e5e2c1} TCPHandler: Processed in 0.001541208 sec. 2026.05.13 18:39:32.070258 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 19 columns (19 merged, 0 gathered) in 0.003870228 sec., 75964.51681916414 rows/sec., 136.12 MiB/sec. 2026.05.13 18:39:32.070739 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:32.071060 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:32.071126 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_16_3} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:32.071213 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. 2026.05.13 18:39:32.958680 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:32.959019 [ 276 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} executeQuery: (from [fd00:1122:3344:101::e]:44895) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.13 18:39:32.959773 [ 276 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.13 18:39:32.960113 [ 276 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:32.960592 [ 352 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.13 18:39:32.961250 [ 276 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} executeQuery: Read 124 rows, 7.00 KiB in 0.002408 sec., 51495.01661129568 rows/sec., 2.84 MiB/sec. 2026.05.13 18:39:32.961366 [ 276 ] {928ba20e-18a2-4b45-ba4b-38d9eecf90c2} TCPHandler: Processed in 0.002871471 sec. 2026.05.13 18:39:33.000223 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 236.37 MiB, peak 242.09 MiB, free memory in arenas 0.00 B, will set to 234.48 MiB (RSS), difference: -1.90 MiB 2026.05.13 18:39:34.451964 [ 118 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:39:34.452051 [ 118 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:39:34.514534 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7579 2026.05.13 18:39:34.515000 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.515035 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.515503 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:34.515731 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:34.515856 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7579 2026.05.13 18:39:34.515872 [ 118 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:34.515919 [ 118 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.515939 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.516091 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.516250 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:34.516299 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5211 rows starting from the beginning of the part 2026.05.13 18:39:34.516399 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.516455 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.516503 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.516552 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.516598 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:39:34.517950 [ 195 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7579 rows, containing 4 columns (4 merged, 0 gathered) in 0.001925174 sec., 3936787.0124986107 rows/sec., 56.32 MiB/sec. 2026.05.13 18:39:34.518354 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:34.518694 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:34.518781 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_16_3} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:34.518879 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.13 18:39:34.527179 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 446 2026.05.13 18:39:34.529351 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.529388 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.530499 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:39:34.530754 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:34.530890 [ 118 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.13 18:39:34.530932 [ 118 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.530954 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.530971 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 446 2026.05.13 18:39:34.531034 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:39:34.531569 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:34.531709 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 254 rows starting from the beginning of the part 2026.05.13 18:39:34.532065 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.05.13 18:39:34.532400 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.13 18:39:34.532727 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:34.533044 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part 2026.05.13 18:39:34.533344 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:39:34.538635 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 72 columns (72 merged, 0 gathered) in 0.007632014 sec., 58438.047938591306 rows/sec., 52.02 MiB/sec. 2026.05.13 18:39:34.539361 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.13 18:39:34.539850 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:34.539924 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_11_2} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.13 18:39:34.540066 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.05.13 18:39:34.914552 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.13 18:39:34.931400 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.931457 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.937488 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:39:34.938207 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:34.938522 [ 116 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:39:34.938610 [ 116 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:34.938639 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:34.938836 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.940988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.13 18:39:34.943290 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:34.944850 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.949402 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.953590 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.957819 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.962414 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:34.966558 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:39:35.000215 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 245.11 MiB, peak 245.11 MiB, free memory in arenas 0.00 B, will set to 244.06 MiB (RSS), difference: -1.04 MiB 2026.05.13 18:39:35.001341 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000878565 sec. 2026.05.13 18:39:35.019171 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080425946 sec., 1504.489608365937 rows/sec., 7.78 MiB/sec. 2026.05.13 18:39:35.020768 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:39:35.022325 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_16_3} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:35.022414 [ 195 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_16_3} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:39:35.023661 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.05.13 18:39:36.000224 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 234.66 MiB, peak 245.11 MiB, free memory in arenas 0.00 B, will set to 247.18 MiB (RSS), difference: 12.52 MiB 2026.05.13 18:39:37.052581 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.052796 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:37.053117 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:37.053153 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:37.053375 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:37.053445 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:37.053578 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:37.053743 [ 360 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:37.053752 [ 322 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:37.053836 [ 360 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:37.053887 [ 322 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:37.054023 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:37.054053 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:37.054137 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:37.054157 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:37.054191 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:37.054227 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:37.054275 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:37.055804 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} executeQuery: Read 35 rows, 6.04 KiB in 0.003091 sec., 11323.19637657716 rows/sec., 1.91 MiB/sec. 2026.05.13 18:39:37.055961 [ 294 ] {a7d60675-a8fe-4d65-81d6-3a923944c9b7} TCPHandler: Processed in 0.003498212 sec. 2026.05.13 18:39:37.057759 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.057890 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:37.057950 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:37.058724 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.058776 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.059326 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:39:37.059555 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.059695 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} executeQuery: Read 78 rows, 6.59 KiB in 0.00185 sec., 42162.16216216216 rows/sec., 3.48 MiB/sec. 2026.05.13 18:39:37.059733 [ 294 ] {6ebae6f2-0a95-46d2-b478-a19244563439} TCPHandler: Processed in 0.002025736 sec. 2026.05.13 18:39:37.059907 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.060009 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:37.060048 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:37.060487 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.060523 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.060822 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:37.061032 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.061172 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} executeQuery: Read 11 rows, 847.00 B in 0.001185 sec., 9282.700421940928 rows/sec., 698.02 KiB/sec. 2026.05.13 18:39:37.061209 [ 294 ] {5c12fe9e-e176-49e6-ae3f-c6349b92f2b4} TCPHandler: Processed in 0.001350774 sec. 2026.05.13 18:39:37.061353 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.061451 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:37.061490 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:37.061941 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.061977 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.062312 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:39:37.062516 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.062642 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} executeQuery: Read 75 rows, 6.00 KiB in 0.001212 sec., 61881.188118811886 rows/sec., 4.83 MiB/sec. 2026.05.13 18:39:37.062679 [ 294 ] {2a44b1cb-4c8e-4ae8-9079-c688e86fdc67} TCPHandler: Processed in 0.001384304 sec. 2026.05.13 18:39:37.062814 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.062909 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:37.062951 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:37.063369 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.063486 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.063826 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:39:37.064049 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.064186 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001296 sec., 123456.79012345678 rows/sec., 8.60 MiB/sec. 2026.05.13 18:39:37.064222 [ 294 ] {26a1ca5a-4e90-412d-8f29-a9041fdb73c8} TCPHandler: Processed in 0.001456735 sec. 2026.05.13 18:39:37.064351 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.064454 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:37.064505 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} 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.05.13 18:39:37.065287 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.065323 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.065847 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:37.066073 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.066211 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} executeQuery: Read 11 rows, 20.18 KiB in 0.001775 sec., 6197.1830985915485 rows/sec., 11.11 MiB/sec. 2026.05.13 18:39:37.066269 [ 294 ] {ded1fdc5-0776-4dcb-8fd9-4f6b78f77bc7} TCPHandler: Processed in 0.001965754 sec. 2026.05.13 18:39:37.066388 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:37.066492 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:37.066532 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:37.066875 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:37.066910 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:37.067213 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:39:37.067417 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:37.067540 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.05.13 18:39:37.067573 [ 294 ] {fb3c02ed-0fce-43cf-a1b6-d6efee81f563} TCPHandler: Processed in 0.001234221 sec. 2026.05.13 18:39:39.408100 [ 112 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.13 18:39:39.408225 [ 112 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:39.408264 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:39.408483 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::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.05.13 18:39:39.408739 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:39.408798 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.13 18:39:39.408923 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.05.13 18:39:39.409031 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::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.05.13 18:39:39.409132 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 825 rows starting from the beginning of the part 2026.05.13 18:39:39.409227 [ 199 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 825 rows starting from the beginning of the part 2026.05.13 18:39:39.410362 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1699 rows, containing 5 columns (5 merged, 0 gathered) in 0.001974525 sec., 860460.1106595257 rows/sec., 54.21 MiB/sec. 2026.05.13 18:39:39.410616 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.13 18:39:39.410908 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:39.410981 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_5_1} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.13 18:39:39.411069 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.05.13 18:39:42.015912 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8091 2026.05.13 18:39:42.016473 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.016518 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.017282 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:42.017510 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.017634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8091 2026.05.13 18:39:42.053680 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.053929 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:39:42.054261 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:42.054297 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:39:42.054510 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:42.054576 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:42.054713 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:39:42.054809 [ 360 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:42.054841 [ 322 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:42.054858 [ 351 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:42.054858 [ 345 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:42.055006 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:42.055032 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:42.055122 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:42.055142 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:42.055176 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:42.055211 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:42.055243 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:39:42.056522 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} executeQuery: Read 35 rows, 6.04 KiB in 0.002695 sec., 12987.012987012988 rows/sec., 2.19 MiB/sec. 2026.05.13 18:39:42.056662 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} MemoryTracker: Peak memory usage (for query): 130.21 KiB. 2026.05.13 18:39:42.056677 [ 294 ] {ea259668-7020-4438-8a50-de67fd717b33} TCPHandler: Processed in 0.003130545 sec. 2026.05.13 18:39:42.058853 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.058961 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:39:42.059003 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:39:42.059521 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.059558 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.059905 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:39:42.060124 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.060261 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} executeQuery: Read 6 rows, 501.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 367.86 KiB/sec. 2026.05.13 18:39:42.060297 [ 294 ] {7fffec49-1207-4928-8d16-61b3b1101a85} TCPHandler: Processed in 0.001494487 sec. 2026.05.13 18:39:42.060419 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.060514 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:42.060552 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:42.061010 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.061044 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.061345 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:39:42.061548 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.061670 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} executeQuery: Read 119 rows, 10.27 KiB in 0.001175 sec., 101276.59574468085 rows/sec., 8.54 MiB/sec. 2026.05.13 18:39:42.061706 [ 294 ] {6a7c52cd-34ca-4169-b491-065bda684ebe} TCPHandler: Processed in 0.001335803 sec. 2026.05.13 18:39:42.061823 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.061916 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:42.061954 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:42.062407 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.062442 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.062731 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:42.062930 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.063054 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} executeQuery: Read 36 rows, 2.67 KiB in 0.001156 sec., 31141.86851211073 rows/sec., 2.26 MiB/sec. 2026.05.13 18:39:42.063096 [ 294 ] {9b9d2085-9ca6-4ce2-a675-3c55ae269e32} TCPHandler: Processed in 0.001316173 sec. 2026.05.13 18:39:42.063238 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.063332 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:42.063370 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:42.063812 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.063848 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.064148 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:39:42.064353 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.064478 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} executeQuery: Read 100 rows, 8.01 KiB in 0.001163 sec., 85984.52278589855 rows/sec., 6.72 MiB/sec. 2026.05.13 18:39:42.064513 [ 294 ] {fc1600c8-efbb-4e9a-822c-b4f4816e70db} TCPHandler: Processed in 0.001323164 sec. 2026.05.13 18:39:42.064647 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.064742 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:42.064783 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:42.065254 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.065289 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.065608 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:39:42.065813 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.065938 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} executeQuery: Read 163 rows, 11.62 KiB in 0.001214 sec., 134266.8863261944 rows/sec., 9.35 MiB/sec. 2026.05.13 18:39:42.065973 [ 294 ] {c1c8a6d1-6f63-4498-9baf-b71ac93cc137} TCPHandler: Processed in 0.001373474 sec. 2026.05.13 18:39:42.066085 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.066183 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:42.066234 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} 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.05.13 18:39:42.067038 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.067073 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.067580 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:42.067797 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.067936 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} executeQuery: Read 30 rows, 55.05 KiB in 0.00177 sec., 16949.15254237288 rows/sec., 30.37 MiB/sec. 2026.05.13 18:39:42.067986 [ 294 ] {735de5a6-42db-4078-b2e6-8751b9431e9b} TCPHandler: Processed in 0.001949144 sec. 2026.05.13 18:39:42.068124 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:42.068219 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:42.068258 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:42.068627 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.068663 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.068958 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:39:42.069357 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.069483 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} executeQuery: Read 60 rows, 4.14 KiB in 0.001281 sec., 46838.4074941452 rows/sec., 3.16 MiB/sec. 2026.05.13 18:39:42.069517 [ 294 ] {322d7a68-4019-4f95-ad17-f2977b343420} TCPHandler: Processed in 0.001442206 sec. 2026.05.13 18:39:42.441043 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.13 18:39:42.455191 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:42.455249 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.05.13 18:39:42.460895 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:39:42.461553 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:42.464017 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.13 18:39:44.531133 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 476 2026.05.13 18:39:44.533550 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:44.533600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:44.534816 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:39:44.535098 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:44.535336 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2026.05.13 18:39:47.053322 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.053563 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:47.053920 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:47.053961 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:47.054197 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:47.054263 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:47.054396 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:47.054517 [ 357 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:47.054529 [ 322 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:47.054553 [ 345 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:47.054534 [ 360 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:47.054715 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:47.054742 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:47.054822 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:47.054841 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:47.054875 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:47.054909 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:47.054941 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:47.056147 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} executeQuery: Read 35 rows, 6.04 KiB in 0.00268 sec., 13059.701492537313 rows/sec., 2.20 MiB/sec. 2026.05.13 18:39:47.056300 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} MemoryTracker: Peak memory usage (for query): 129.24 KiB. 2026.05.13 18:39:47.056316 [ 294 ] {004317f3-b0c3-4845-a891-f9a18e34f129} TCPHandler: Processed in 0.003124855 sec. 2026.05.13 18:39:47.058122 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.058236 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:47.058277 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:47.058777 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.058819 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.059176 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:39:47.059399 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.059550 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} executeQuery: Read 78 rows, 6.59 KiB in 0.001346 sec., 57949.47994056463 rows/sec., 4.78 MiB/sec. 2026.05.13 18:39:47.059586 [ 294 ] {d3391f29-6931-4bbb-a240-5ff416b28b04} TCPHandler: Processed in 0.001516547 sec. 2026.05.13 18:39:47.059714 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.059810 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:47.059848 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:47.060259 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.060295 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.060573 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:47.060794 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.060920 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} executeQuery: Read 11 rows, 847.00 B in 0.001129 sec., 9743.135518157662 rows/sec., 732.64 KiB/sec. 2026.05.13 18:39:47.060956 [ 294 ] {1c187f4b-8ebd-4681-92fc-aff7d1e8593b} TCPHandler: Processed in 0.001289953 sec. 2026.05.13 18:39:47.061071 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.061166 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:47.061203 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:47.061609 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.061644 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.061939 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:39:47.062172 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.062354 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} executeQuery: Read 75 rows, 6.00 KiB in 0.001205 sec., 62240.66390041494 rows/sec., 4.86 MiB/sec. 2026.05.13 18:39:47.062401 [ 294 ] {0d62c148-d2b2-44f1-af3b-f50abb41beef} TCPHandler: Processed in 0.001377895 sec. 2026.05.13 18:39:47.062571 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.062692 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:47.062749 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:47.063273 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.063320 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.063751 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:39:47.064050 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.064333 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. 2026.05.13 18:39:47.064412 [ 294 ] {d863a732-c86b-4873-856a-eee8b826a0fa} TCPHandler: Processed in 0.001898603 sec. 2026.05.13 18:39:47.064600 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.064728 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:47.064796 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} 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.05.13 18:39:47.065637 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.065674 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.066237 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:47.066477 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.066618 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} executeQuery: Read 11 rows, 20.18 KiB in 0.001927 sec., 5708.354955889985 rows/sec., 10.23 MiB/sec. 2026.05.13 18:39:47.066672 [ 294 ] {117c1508-1442-46dd-960f-fd1b153b659d} TCPHandler: Processed in 0.002179838 sec. 2026.05.13 18:39:47.066832 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:47.066929 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:47.066970 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:47.067321 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:47.067356 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:47.067667 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:39:47.067869 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:47.068001 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.05.13 18:39:47.068038 [ 294 ] {73c0952a-620b-42e5-b0ee-6f5169a70a1a} TCPHandler: Processed in 0.001265312 sec. 2026.05.13 18:39:49.452124 [ 66 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:39:49.452214 [ 66 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:39:49.518695 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8539 2026.05.13 18:39:49.519165 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:49.519210 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:49.519706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:49.519936 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:49.520072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8539 2026.05.13 18:39:49.965048 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.13 18:39:49.980399 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:49.980461 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:49.985990 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:39:49.986697 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:49.989229 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.13 18:39:52.053310 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.053558 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:52.053914 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:52.053954 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:52.054292 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:52.054412 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:52.054560 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:39:52.054660 [ 345 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:52.054689 [ 357 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:52.054688 [ 360 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:52.054722 [ 322 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:52.054890 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:52.054927 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:52.055021 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:52.055042 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:52.055080 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:52.055117 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:52.055157 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:52.056488 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} executeQuery: Read 35 rows, 6.04 KiB in 0.003027 sec., 11562.603237528905 rows/sec., 1.95 MiB/sec. 2026.05.13 18:39:52.056657 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} MemoryTracker: Peak memory usage (for query): 129.32 KiB. 2026.05.13 18:39:52.056673 [ 294 ] {90ff6e0b-cef1-409f-97c9-b60b2bf0e8b2} TCPHandler: Processed in 0.003495431 sec. 2026.05.13 18:39:52.058705 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.058868 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:52.058931 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:52.059639 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.059676 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.060050 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:39:52.060295 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.060440 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} executeQuery: Read 116 rows, 10.05 KiB in 0.001617 sec., 71737.78602350032 rows/sec., 6.07 MiB/sec. 2026.05.13 18:39:52.060456 [ 44 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:39:52.060480 [ 294 ] {998a8603-f9b6-49a1-8276-60475a40138b} TCPHandler: Processed in 0.001906054 sec. 2026.05.13 18:39:52.060512 [ 44 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.060549 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.060645 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.060649 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:39:52.060752 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.060771 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.060796 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:52.060804 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2615 rows starting from the beginning of the part 2026.05.13 18:39:52.060868 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 116 rows starting from the beginning of the part 2026.05.13 18:39:52.060909 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part 2026.05.13 18:39:52.060945 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 119 rows starting from the beginning of the part 2026.05.13 18:39:52.060981 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 78 rows starting from the beginning of the part 2026.05.13 18:39:52.061015 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 116 rows starting from the beginning of the part 2026.05.13 18:39:52.061281 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.061322 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.061625 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:52.061851 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.061976 [ 44 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:52.061982 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} executeQuery: Read 30 rows, 2.26 KiB in 0.001249 sec., 24019.21537229784 rows/sec., 1.76 MiB/sec. 2026.05.13 18:39:52.062017 [ 44 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.062038 [ 294 ] {f27b3ae9-f3f0-4b71-8173-049e873fec0e} TCPHandler: Processed in 0.001454796 sec. 2026.05.13 18:39:52.062041 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.062144 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:39:52.062177 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.062254 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.062277 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:52.062288 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 80 rows starting from the beginning of the part 2026.05.13 18:39:52.062308 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 5 columns (5 merged, 0 gathered) in 0.00170147 sec., 1834883.9532874513 rows/sec., 147.03 MiB/sec. 2026.05.13 18:39:52.062324 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:52.062369 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:52.062417 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:52.062456 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.05.13 18:39:52.062496 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:52.062532 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:52.062712 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:39:52.062836 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.062878 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.063071 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.063166 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_26_5} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:39:52.063283 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.05.13 18:39:52.063430 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:39:52.063483 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379144 sec., 143567.31421809472 rows/sec., 11.04 MiB/sec. 2026.05.13 18:39:52.063662 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:52.063666 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.063818 [ 44 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:39:52.063822 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} executeQuery: Read 94 rows, 7.52 KiB in 0.001562 sec., 60179.25736235595 rows/sec., 4.70 MiB/sec. 2026.05.13 18:39:52.063861 [ 44 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.063884 [ 294 ] {52d2d4b4-ca5b-43c0-be22-a74e3783b8af} TCPHandler: Processed in 0.001756941 sec. 2026.05.13 18:39:52.063889 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.063976 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.063988 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:39:52.064027 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.064063 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_21_4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:52.064084 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.064109 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1401 rows starting from the beginning of the part 2026.05.13 18:39:52.064130 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.064147 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:39:52.064154 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 94 rows starting from the beginning of the part 2026.05.13 18:39:52.064176 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:52.064196 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 75 rows starting from the beginning of the part 2026.05.13 18:39:52.064239 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 100 rows starting from the beginning of the part 2026.05.13 18:39:52.064274 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part 2026.05.13 18:39:52.064311 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 94 rows starting from the beginning of the part 2026.05.13 18:39:52.064604 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.064644 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.064998 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:39:52.065213 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.065294 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337424 sec., 1375031.4036535907 rows/sec., 101.95 MiB/sec. 2026.05.13 18:39:52.065344 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2026.05.13 18:39:52.065354 [ 44 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:39:52.065386 [ 294 ] {32451eeb-6969-469f-95bb-11250fcb5ea9} TCPHandler: Processed in 0.001408565 sec. 2026.05.13 18:39:52.065407 [ 44 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.065436 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.065499 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:52.065530 [ 188 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:39:52.065548 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.065586 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.065616 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8221 rows starting from the beginning of the part 2026.05.13 18:39:52.065648 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.065664 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.05.13 18:39:52.065707 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} 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.05.13 18:39:52.065709 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:52.065766 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 163 rows starting from the beginning of the part 2026.05.13 18:39:52.065816 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.05.13 18:39:52.065815 [ 188 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.065854 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:39:52.065904 [ 188 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_26_5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:39:52.065994 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.05.13 18:39:52.066578 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.066619 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.067210 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:39:52.067431 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.067568 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} executeQuery: Read 30 rows, 55.05 KiB in 0.001938 sec., 15479.876160990712 rows/sec., 27.74 MiB/sec. 2026.05.13 18:39:52.067619 [ 294 ] {c8a19b89-92ad-4538-9dcd-1ad49967933c} TCPHandler: Processed in 0.002120408 sec. 2026.05.13 18:39:52.067747 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.067842 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.067883 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:52.068241 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.068277 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.068662 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:39:52.068874 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.068993 [ 44 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:39:52.069001 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.05.13 18:39:52.069036 [ 44 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.069086 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.069118 [ 294 ] {852a07a5-75c3-4097-993d-4099566bf4dd} TCPHandler: Processed in 0.001420475 sec. 2026.05.13 18:39:52.069175 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069195 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9024 rows, containing 5 columns (5 merged, 0 gathered) in 0.003566883 sec., 2529940.0064426 rows/sec., 166.85 MiB/sec. 2026.05.13 18:39:52.069279 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.069314 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1110 rows starting from the beginning of the part 2026.05.13 18:39:52.069388 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069438 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069463 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:39:52.069481 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069531 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069572 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:39:52.069814 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.069900 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_26_5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:39:52.069981 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.05.13 18:39:52.070598 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001461565 sec., 964719.3248333123 rows/sec., 65.14 MiB/sec. 2026.05.13 18:39:52.070841 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:39:52.071108 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.071180 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_26_5} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:39:52.071256 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.13 18:39:52.271390 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.271724 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:39:52.272249 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:52.272289 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:39:52.272543 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:52.272611 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:52.272754 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:39:52.272925 [ 345 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:52.272946 [ 355 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:52.272940 [ 360 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:52.272927 [ 357 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:52.273193 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:52.273229 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:52.273319 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:52.273340 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:52.273376 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:52.273427 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:52.273473 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:39:52.275040 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} executeQuery: Read 35 rows, 7.62 KiB in 0.003477 sec., 10066.148979004889 rows/sec., 2.14 MiB/sec. 2026.05.13 18:39:52.275225 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} MemoryTracker: Peak memory usage (for query): 141.30 KiB. 2026.05.13 18:39:52.275241 [ 294 ] {315bbf49-49d1-4fd1-b45b-32ef88e3b5c7} TCPHandler: Processed in 0.00399512 sec. 2026.05.13 18:39:52.288273 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.288411 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.288462 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:39:52.289162 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.289219 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.289597 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:39:52.289823 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.289974 [ 24 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.13 18:39:52.289978 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} executeQuery: Read 24 rows, 2.04 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 1.24 MiB/sec. 2026.05.13 18:39:52.290058 [ 24 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.290079 [ 294 ] {38114109-d3b8-4090-8acb-8c81f37b393f} TCPHandler: Processed in 0.001870682 sec. 2026.05.13 18:39:52.290094 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.290235 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::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.05.13 18:39:52.290273 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.290384 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.290394 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:39:52.290428 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.13 18:39:52.290447 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:39:52.290507 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.05.13 18:39:52.290564 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::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.05.13 18:39:52.290610 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::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.05.13 18:39:52.290662 [ 187 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::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.05.13 18:39:52.290946 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.290990 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.291330 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:39:52.291521 [ 191 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335354 sec., 89863.81139383264 rows/sec., 7.80 MiB/sec. 2026.05.13 18:39:52.291578 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.291689 [ 203 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.13 18:39:52.291756 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} executeQuery: Read 10 rows, 835.00 B in 0.001389 sec., 7199.424046076314 rows/sec., 587.06 KiB/sec. 2026.05.13 18:39:52.291807 [ 294 ] {a275b101-45ae-4cf7-b9a4-32e00421a6b4} TCPHandler: Processed in 0.001584158 sec. 2026.05.13 18:39:52.291962 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.291999 [ 203 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.292062 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:52.292075 [ 203 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_5_1} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.13 18:39:52.292114 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:52.292163 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:39:52.293567 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.293609 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.294109 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:39:52.294336 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.294469 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} executeQuery: Read 2548 rows, 194.22 KiB in 0.002425 sec., 1050721.6494845361 rows/sec., 78.21 MiB/sec. 2026.05.13 18:39:52.294506 [ 294 ] {2d8aa40e-e6a2-4540-a27b-4f1922c34979} TCPHandler: Processed in 0.002592816 sec. 2026.05.13 18:39:52.294641 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.294738 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.294777 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:39:52.295211 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.295249 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.295553 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:39:52.295762 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.295899 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} executeQuery: Read 42 rows, 3.16 KiB in 0.001179 sec., 35623.4096692112 rows/sec., 2.62 MiB/sec. 2026.05.13 18:39:52.295936 [ 294 ] {7f2bfecb-2dd2-4eaa-a4e1-be5030589711} TCPHandler: Processed in 0.001345104 sec. 2026.05.13 18:39:52.296108 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.296203 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.296241 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:39:52.296943 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.296980 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.297322 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:39:52.297549 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.297676 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} executeQuery: Read 825 rows, 49.42 KiB in 0.001491 sec., 553319.9195171027 rows/sec., 32.37 MiB/sec. 2026.05.13 18:39:52.297712 [ 294 ] {91769dd4-4abb-4cd5-a921-829e6bfaf5dd} TCPHandler: Processed in 0.001655909 sec. 2026.05.13 18:39:52.297848 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.297952 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.297992 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:39:52.298444 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.298481 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.298797 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.13 18:39:52.299033 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.299163 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} executeQuery: Read 1 rows, 72.00 B in 0.001229 sec., 813.6696501220504 rows/sec., 57.21 KiB/sec. 2026.05.13 18:39:52.299200 [ 294 ] {a8608d35-0e19-4765-bb55-9dd2ed83611f} TCPHandler: Processed in 0.001403605 sec. 2026.05.13 18:39:52.299333 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.299433 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.299472 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:39:52.299932 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.299969 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.300270 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:39:52.300481 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.300587 [ 44 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.13 18:39:52.300612 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} executeQuery: Read 12 rows, 960.00 B in 0.001196 sec., 10033.444816053512 rows/sec., 783.86 KiB/sec. 2026.05.13 18:39:52.300628 [ 44 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.300655 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.300656 [ 294 ] {82f88a05-0e20-4b1b-be32-4849414bfa27} TCPHandler: Processed in 0.001376525 sec. 2026.05.13 18:39:52.300762 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::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.05.13 18:39:52.300839 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.300899 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.300937 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.05.13 18:39:52.300942 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:52.300991 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:52.301001 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.05.13 18:39:52.301051 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::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.05.13 18:39:52.301095 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::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.05.13 18:39:52.301137 [ 191 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::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.05.13 18:39:52.301913 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.301946 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001222271 sec., 49088.94999554109 rows/sec., 3.93 MiB/sec. 2026.05.13 18:39:52.301955 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.302092 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.13 18:39:52.302388 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.302461 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_5_1} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.13 18:39:52.302462 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:39:52.302541 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:39:52.302708 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.302847 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} executeQuery: Read 1345 rows, 92.91 KiB in 0.001923 sec., 699427.9771190848 rows/sec., 47.18 MiB/sec. 2026.05.13 18:39:52.302885 [ 294 ] {7147fc68-e1a6-495a-9c74-b90c8b543c4a} TCPHandler: Processed in 0.002103447 sec. 2026.05.13 18:39:52.303035 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.303132 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.303174 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:52.303900 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.303937 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.304411 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:39:52.304622 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.304747 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} executeQuery: Read 1537 rows, 96.24 KiB in 0.001633 sec., 941212.4923453766 rows/sec., 57.56 MiB/sec. 2026.05.13 18:39:52.304783 [ 294 ] {2c1d2954-ae30-4b4f-81fd-5735cb718441} TCPHandler: Processed in 0.001804731 sec. 2026.05.13 18:39:52.304923 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.305017 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.305071 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} 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.05.13 18:39:52.305859 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.305896 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.306444 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:39:52.306668 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.306783 [ 44 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:39:52.306807 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} executeQuery: Read 20 rows, 36.70 KiB in 0.001807 sec., 11068.068622025456 rows/sec., 19.83 MiB/sec. 2026.05.13 18:39:52.306821 [ 44 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.306850 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.306866 [ 294 ] {c589a1e8-06a6-4a34-b6cc-eca241c3e15f} TCPHandler: Processed in 0.001991585 sec. 2026.05.13 18:39:52.306943 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:39:52.307036 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:52.307138 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:52.307170 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:39:52.307179 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:52.307236 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 294 rows starting from the beginning of the part 2026.05.13 18:39:52.307392 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:52.307536 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:52.307558 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:52.307600 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:52.307651 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part 2026.05.13 18:39:52.307760 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part 2026.05.13 18:39:52.307865 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part 2026.05.13 18:39:52.307964 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:39:52.308197 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.308337 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} executeQuery: Read 12 rows, 848.00 B in 0.001218 sec., 9852.216748768473 rows/sec., 679.91 KiB/sec. 2026.05.13 18:39:52.308374 [ 294 ] {a0c33eb1-829c-4fd6-b9ea-6bae8c2f9408} TCPHandler: Processed in 0.001387905 sec. 2026.05.13 18:39:52.310985 [ 196 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 19 columns (19 merged, 0 gathered) in 0.004089112 sec., 96842.54185260761 rows/sec., 173.54 MiB/sec. 2026.05.13 18:39:52.311758 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:39:52.312111 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:52.312184 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_21_4} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:39:52.312307 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2026.05.13 18:39:53.000217 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 251.00 MiB, peak 256.31 MiB, free memory in arenas 0.00 B, will set to 253.02 MiB (RSS), difference: 2.02 MiB 2026.05.13 18:39:54.535469 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 528 2026.05.13 18:39:54.538220 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:54.538270 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:54.539552 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:39:54.539853 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:54.540106 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 528 2026.05.13 18:39:57.020158 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9051 2026.05.13 18:39:57.020693 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.020744 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.021248 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:57.021503 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.021649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9051 2026.05.13 18:39:57.051525 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:57.051745 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:39:57.052072 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:39:57.052108 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:39:57.052327 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:39:57.052396 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:39:57.052566 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:39:57.052732 [ 337 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:39:57.052742 [ 355 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:39:57.052735 [ 357 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:39:57.052778 [ 345 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:39:57.054231 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:39:57.054277 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:39:57.054401 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:39:57.054491 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:39:57.054541 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:57.054596 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:57.054653 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:39:57.055940 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} executeQuery: Read 35 rows, 6.04 KiB in 0.004279 sec., 8179.48118719327 rows/sec., 1.38 MiB/sec. 2026.05.13 18:39:57.056077 [ 294 ] {f4d1505c-6394-44d4-b2b5-858be10c6961} TCPHandler: Processed in 0.004677432 sec. 2026.05.13 18:39:57.057845 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:57.057972 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:39:57.058019 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:39:57.058545 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.058588 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.058947 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:39:57.059166 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.059309 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} executeQuery: Read 56 rows, 4.38 KiB in 0.001371 sec., 40846.09773887673 rows/sec., 3.12 MiB/sec. 2026.05.13 18:39:57.059346 [ 294 ] {d692c99f-f2cf-4a56-84ee-9f66c12138e0} TCPHandler: Processed in 0.001574648 sec. 2026.05.13 18:39:57.059500 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:57.059594 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:39:57.059633 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:39:57.060061 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.060103 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.060420 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:39:57.060626 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.060750 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} executeQuery: Read 64 rows, 5.12 KiB in 0.001174 sec., 54514.48040885861 rows/sec., 4.25 MiB/sec. 2026.05.13 18:39:57.060786 [ 294 ] {07dc898a-f6d7-4bd4-9b56-bc3471a9d2a6} TCPHandler: Processed in 0.001335723 sec. 2026.05.13 18:39:57.060913 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:57.061008 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:39:57.061049 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:39:57.061418 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.061454 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.061795 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:39:57.062000 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.062125 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} executeQuery: Read 128 rows, 9.13 KiB in 0.001136 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. 2026.05.13 18:39:57.062161 [ 294 ] {8cb4c15a-93c1-4727-a214-d66ace270f3e} TCPHandler: Processed in 0.001296293 sec. 2026.05.13 18:39:57.062286 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:39:57.062380 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:39:57.062420 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:39:57.062770 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.062806 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.063095 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:39:57.063296 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.063419 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} executeQuery: Read 48 rows, 3.31 KiB in 0.001057 sec., 45411.54210028382 rows/sec., 3.06 MiB/sec. 2026.05.13 18:39:57.063453 [ 294 ] {9b3c06d9-42b6-4362-92b5-173df2e0295d} TCPHandler: Processed in 0.001215061 sec. 2026.05.13 18:39:57.489331 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.13 18:39:57.504652 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:39:57.504711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:39:57.510586 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:39:57.511264 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:39:57.513923 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.13 18:40:02.052943 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.053194 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:02.053548 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:02.053590 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:02.053844 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:02.053911 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:02.054049 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:02.054182 [ 337 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:02.054200 [ 345 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:02.054200 [ 365 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:02.054185 [ 325 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:02.054392 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:02.054419 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:02.054500 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:02.054520 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:02.054553 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:02.054588 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:02.054625 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:02.055842 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} executeQuery: Read 35 rows, 6.04 KiB in 0.00274 sec., 12773.722627737227 rows/sec., 2.15 MiB/sec. 2026.05.13 18:40:02.055991 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} MemoryTracker: Peak memory usage (for query): 129.41 KiB. 2026.05.13 18:40:02.056006 [ 294 ] {58a0e332-2672-460a-9915-db48a2f7376e} TCPHandler: Processed in 0.003194047 sec. 2026.05.13 18:40:02.057898 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.058024 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:02.058073 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:02.058630 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.058667 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.059057 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:02.059277 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.059418 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} executeQuery: Read 116 rows, 10.05 KiB in 0.00143 sec., 81118.88111888111 rows/sec., 6.87 MiB/sec. 2026.05.13 18:40:02.059455 [ 294 ] {8630ee41-1d01-448b-94c7-77ac26d8f733} TCPHandler: Processed in 0.001616538 sec. 2026.05.13 18:40:02.059622 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.059718 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:02.059756 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:02.060172 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.060207 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.060491 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:40:02.060689 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.060812 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} executeQuery: Read 30 rows, 2.26 KiB in 0.001113 sec., 26954.17789757412 rows/sec., 1.98 MiB/sec. 2026.05.13 18:40:02.060847 [ 294 ] {eb83db0e-f65e-482e-9bd2-47d5378ae7ea} TCPHandler: Processed in 0.001281122 sec. 2026.05.13 18:40:02.060981 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.061085 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:02.061122 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:02.061527 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.061562 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.061860 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:02.062062 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.062187 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} executeQuery: Read 94 rows, 7.52 KiB in 0.001119 sec., 84003.57462019661 rows/sec., 6.56 MiB/sec. 2026.05.13 18:40:02.062222 [ 294 ] {f4425060-1aa0-48d8-b7fe-72e3624bc39a} TCPHandler: Processed in 0.001288262 sec. 2026.05.13 18:40:02.062341 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.062436 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:02.062476 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:02.062943 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.062979 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.063294 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:02.063514 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.063638 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.05.13 18:40:02.063673 [ 294 ] {81a3cb89-ca14-46a2-a31b-9e8761bc32f6} TCPHandler: Processed in 0.001380925 sec. 2026.05.13 18:40:02.063815 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.063914 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:02.063965 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} 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.05.13 18:40:02.064762 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.064798 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.065330 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:40:02.065545 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.065678 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} executeQuery: Read 30 rows, 55.05 KiB in 0.001786 sec., 16797.3124300112 rows/sec., 30.10 MiB/sec. 2026.05.13 18:40:02.065730 [ 294 ] {df8e8308-192f-4e55-853c-7acb43adf7a8} TCPHandler: Processed in 0.001963135 sec. 2026.05.13 18:40:02.065852 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:02.065948 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:02.065988 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:02.066322 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:02.066357 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:02.066660 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:02.066877 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:02.067001 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.05.13 18:40:02.067035 [ 294 ] {dda89deb-7bd4-4a53-bbcc-352ce511a9b6} TCPHandler: Processed in 0.001231052 sec. 2026.05.13 18:40:04.452298 [ 98 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:40:04.452369 [ 98 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:40:04.522700 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9499 2026.05.13 18:40:04.523216 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:04.523251 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:04.523751 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:40:04.523983 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:04.524118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9499 2026.05.13 18:40:04.541351 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 552 2026.05.13 18:40:04.543550 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:04.543597 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:04.544807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:40:04.545090 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:04.545335 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2026.05.13 18:40:05.014938 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.13 18:40:05.030640 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:05.030697 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:05.037035 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:40:05.037771 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:05.042253 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.13 18:40:07.052308 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.052535 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:07.052857 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:07.052890 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:07.053105 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:07.053173 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:07.053309 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:07.053436 [ 325 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:07.053455 [ 327 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:07.053444 [ 335 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:07.053444 [ 365 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:07.053630 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:07.053657 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:07.053740 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:07.053761 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:07.053795 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:07.053831 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:07.053864 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:07.055152 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} executeQuery: Read 35 rows, 6.04 KiB in 0.002704 sec., 12943.78698224852 rows/sec., 2.18 MiB/sec. 2026.05.13 18:40:07.055295 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} MemoryTracker: Peak memory usage (for query): 128.77 KiB. 2026.05.13 18:40:07.055310 [ 294 ] {4557cf0b-a9f0-47a3-b551-be8387ac77fc} TCPHandler: Processed in 0.003130656 sec. 2026.05.13 18:40:07.057117 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.057226 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:07.057268 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:07.057770 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.057816 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.058203 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:07.058423 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.058565 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} executeQuery: Read 78 rows, 6.59 KiB in 0.001369 sec., 56975.89481373265 rows/sec., 4.70 MiB/sec. 2026.05.13 18:40:07.058601 [ 294 ] {88d447cb-6c8e-45aa-9926-a8f4f48c8c53} TCPHandler: Processed in 0.001535167 sec. 2026.05.13 18:40:07.058745 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.058842 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:07.058880 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:07.059298 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.059333 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.059614 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:40:07.059831 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.059958 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} executeQuery: Read 11 rows, 847.00 B in 0.001134 sec., 9700.176366843034 rows/sec., 729.41 KiB/sec. 2026.05.13 18:40:07.059994 [ 294 ] {df48bbae-5c17-480f-b68e-e8295d658bc3} TCPHandler: Processed in 0.001297293 sec. 2026.05.13 18:40:07.060131 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.060226 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:07.060264 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:07.060682 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.060718 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.061003 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:07.061208 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.061332 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} executeQuery: Read 75 rows, 6.00 KiB in 0.001123 sec., 66785.3962600178 rows/sec., 5.21 MiB/sec. 2026.05.13 18:40:07.061367 [ 294 ] {50f05566-82ef-464d-ac97-07f365801507} TCPHandler: Processed in 0.001284582 sec. 2026.05.13 18:40:07.061495 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.061589 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:07.061630 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:07.062041 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.062077 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.062416 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:07.062622 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.062746 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.05.13 18:40:07.062782 [ 294 ] {48e5488d-eaa3-46f0-8efc-83b352f2cf16} TCPHandler: Processed in 0.001335864 sec. 2026.05.13 18:40:07.062919 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.063014 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:07.063067 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} 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.05.13 18:40:07.063788 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.063825 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.064334 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:40:07.064578 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.064717 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} executeQuery: Read 11 rows, 20.18 KiB in 0.001721 sec., 6391.632771644392 rows/sec., 11.45 MiB/sec. 2026.05.13 18:40:07.064774 [ 294 ] {ca8faa64-1fcc-4e46-9b38-8e2ab22084c2} TCPHandler: Processed in 0.001903763 sec. 2026.05.13 18:40:07.064921 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:07.065046 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:07.065095 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:07.065517 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:07.065560 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:07.065896 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:07.066109 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:07.066237 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. 2026.05.13 18:40:07.066272 [ 294 ] {0389ab7b-f75c-419c-b195-83fb15478471} TCPHandler: Processed in 0.001412274 sec. 2026.05.13 18:40:12.024251 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10011 2026.05.13 18:40:12.024973 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.025011 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.025656 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:40:12.025885 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.026011 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10011 2026.05.13 18:40:12.026014 [ 101 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:40:12.026089 [ 101 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.026109 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.026222 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.026342 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.026378 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7579 rows starting from the beginning of the part 2026.05.13 18:40:12.026442 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.026496 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.026540 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.026583 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.026627 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:12.028585 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10011 rows, containing 4 columns (4 merged, 0 gathered) in 0.002408302 sec., 4156870.6914664353 rows/sec., 59.46 MiB/sec. 2026.05.13 18:40:12.028746 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:40:12.028969 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.029028 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_21_4} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:40:12.029087 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.05.13 18:40:12.053008 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.053256 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:40:12.053602 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:12.053643 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:40:12.053869 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:12.053937 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:12.054071 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:40:12.054176 [ 335 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:12.054181 [ 365 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:12.054203 [ 327 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:12.054209 [ 330 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:12.054369 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:12.054397 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:12.054479 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:12.054499 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:12.054533 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:12.054568 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:12.054599 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:12.056023 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} executeQuery: Read 35 rows, 6.04 KiB in 0.002855 sec., 12259.194395796849 rows/sec., 2.06 MiB/sec. 2026.05.13 18:40:12.056196 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} MemoryTracker: Peak memory usage (for query): 130.21 KiB. 2026.05.13 18:40:12.056215 [ 294 ] {3f3fbd27-3975-49db-a241-a58f0e922f7a} TCPHandler: Processed in 0.003352589 sec. 2026.05.13 18:40:12.058312 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.058427 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:40:12.058469 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:40:12.058964 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.059006 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.059356 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:40:12.059575 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.059718 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. 2026.05.13 18:40:12.059755 [ 294 ] {cba20b69-85ff-47ef-bc98-66618d65eb24} TCPHandler: Processed in 0.001496016 sec. 2026.05.13 18:40:12.059907 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.060015 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:12.060062 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:12.060527 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.060563 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.060873 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:12.061102 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.061220 [ 102 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:12.061226 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} executeQuery: Read 117 rows, 10.13 KiB in 0.001229 sec., 95199.3490642799 rows/sec., 8.05 MiB/sec. 2026.05.13 18:40:12.061264 [ 102 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.061283 [ 294 ] {f58a3aaf-8d27-41aa-a53c-68342659560f} TCPHandler: Processed in 0.001426285 sec. 2026.05.13 18:40:12.061290 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.061394 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:40:12.061450 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.061483 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.061509 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2615 rows starting from the beginning of the part 2026.05.13 18:40:12.061546 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:12.061558 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2548 rows starting from the beginning of the part 2026.05.13 18:40:12.061592 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:12.061605 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.05.13 18:40:12.061646 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 116 rows starting from the beginning of the part 2026.05.13 18:40:12.061680 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part 2026.05.13 18:40:12.061718 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 117 rows starting from the beginning of the part 2026.05.13 18:40:12.062015 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.062050 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.062353 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:40:12.062564 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.062692 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} executeQuery: Read 32 rows, 2.40 KiB in 0.001165 sec., 27467.811158798282 rows/sec., 2.01 MiB/sec. 2026.05.13 18:40:12.062728 [ 294 ] {4e13c5c4-48fc-4954-af75-574d6f8be3a2} TCPHandler: Processed in 0.001327394 sec. 2026.05.13 18:40:12.062856 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.062950 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:12.062988 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:12.063416 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.063452 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.063527 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5530 rows, containing 5 columns (5 merged, 0 gathered) in 0.002168269 sec., 2550421.5574728046 rows/sec., 201.50 MiB/sec. 2026.05.13 18:40:12.063740 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:12.063823 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:12.063954 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.064059 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.064084 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} executeQuery: Read 96 rows, 7.68 KiB in 0.001151 sec., 83405.73414422243 rows/sec., 6.52 MiB/sec. 2026.05.13 18:40:12.064100 [ 101 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:12.064121 [ 294 ] {84476811-84f9-411a-a173-3cf58704fcfb} TCPHandler: Processed in 0.001313973 sec. 2026.05.13 18:40:12.064128 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_31_6} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:12.064152 [ 101 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.064183 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.064197 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:40:12.064267 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:40:12.064271 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.064326 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.064348 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1401 rows starting from the beginning of the part 2026.05.13 18:40:12.064370 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:12.064389 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1345 rows starting from the beginning of the part 2026.05.13 18:40:12.064413 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:12.064424 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.05.13 18:40:12.064458 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 94 rows starting from the beginning of the part 2026.05.13 18:40:12.064489 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part 2026.05.13 18:40:12.064522 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2026.05.13 18:40:12.064835 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.064869 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.065184 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:12.065398 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.065524 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} executeQuery: Read 161 rows, 11.48 KiB in 0.001172 sec., 137372.01365187712 rows/sec., 9.57 MiB/sec. 2026.05.13 18:40:12.065530 [ 101 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:12.065548 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3075 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305543 sec., 2355341.8003083775 rows/sec., 171.03 MiB/sec. 2026.05.13 18:40:12.065563 [ 294 ] {b4d165be-0162-49a3-9c31-6ee532f339d4} TCPHandler: Processed in 0.001340974 sec. 2026.05.13 18:40:12.065581 [ 101 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.065622 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.065689 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:12.065717 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.065780 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.065787 [ 191 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:12.065814 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9024 rows starting from the beginning of the part 2026.05.13 18:40:12.065826 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:12.065870 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:40:12.065885 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} 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.05.13 18:40:12.065919 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 128 rows starting from the beginning of the part 2026.05.13 18:40:12.065967 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.05.13 18:40:12.066015 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:12.066054 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part 2026.05.13 18:40:12.066128 [ 191 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.066224 [ 191 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_31_6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:12.066314 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:40:12.066728 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.066772 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.067300 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:40:12.067525 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.067663 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} executeQuery: Read 30 rows, 55.05 KiB in 0.001855 sec., 16172.506738544473 rows/sec., 28.98 MiB/sec. 2026.05.13 18:40:12.067715 [ 294 ] {6938e558-3d43-4aac-9c0d-e758c13f8ea0} TCPHandler: Processed in 0.002046916 sec. 2026.05.13 18:40:12.067854 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:12.067950 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:12.067989 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:12.068336 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.068372 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.068796 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:12.069011 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.069471 [ 101 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:12.069491 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. 2026.05.13 18:40:12.069516 [ 101 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.069544 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.069548 [ 294 ] {dd274bd0-2b35-48c7-94e0-482573c16979} TCPHandler: Processed in 0.001742491 sec. 2026.05.13 18:40:12.069643 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:12.069772 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.069802 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1410 rows starting from the beginning of the part 2026.05.13 18:40:12.069856 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.05.13 18:40:12.069899 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part 2026.05.13 18:40:12.069941 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.05.13 18:40:12.069979 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:12.070009 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11170 rows, containing 5 columns (5 merged, 0 gathered) in 0.004346237 sec., 2570039.3236724087 rows/sec., 168.32 MiB/sec. 2026.05.13 18:40:12.070018 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:12.070272 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:12.070567 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.070651 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_31_6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:12.070735 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.05.13 18:40:12.071062 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1650 rows, containing 4 columns (4 merged, 0 gathered) in 0.001465346 sec., 1126013.924356432 rows/sec., 76.01 MiB/sec. 2026.05.13 18:40:12.071222 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:12.071482 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.071550 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_31_6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:12.071607 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.13 18:40:12.542360 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.13 18:40:12.559632 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.559705 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.565343 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:40:12.566101 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.566497 [ 101 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:40:12.566600 [ 101 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:12.566642 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.05.13 18:40:12.566860 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.569600 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.13 18:40:12.570535 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:12.571930 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.576731 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.581335 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.586051 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.590218 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.593970 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:12.647761 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.081018016 sec., 1962.5264583126796 rows/sec., 10.15 MiB/sec. 2026.05.13 18:40:12.649535 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:40:12.651265 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_21_4} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:12.651355 [ 193 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_21_4} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:40:12.652659 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.13 18:40:13.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 256.59 MiB, peak 267.13 MiB, free memory in arenas 0.00 B, will set to 260.30 MiB (RSS), difference: 3.71 MiB 2026.05.13 18:40:14.545457 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 582 2026.05.13 18:40:14.547669 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:14.547715 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:14.548893 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:40:14.549152 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:14.549394 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 582 2026.05.13 18:40:17.052751 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.053140 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:17.053668 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:17.053732 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:17.054015 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:17.054082 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:17.054220 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:17.054367 [ 365 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:17.054386 [ 327 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:17.054385 [ 330 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:17.054367 [ 335 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:17.054585 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:17.054612 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:17.054696 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:17.054716 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:17.054750 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:17.054786 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:17.054822 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:17.056125 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} executeQuery: Read 35 rows, 6.04 KiB in 0.003141 sec., 11142.948105698822 rows/sec., 1.88 MiB/sec. 2026.05.13 18:40:17.056262 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} MemoryTracker: Peak memory usage (for query): 129.24 KiB. 2026.05.13 18:40:17.056278 [ 294 ] {cad332d6-861f-4b18-bab4-05813a09e96e} TCPHandler: Processed in 0.003724166 sec. 2026.05.13 18:40:17.058058 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.058264 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:17.058341 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:17.059113 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.059155 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.059533 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:17.059777 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.059923 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} executeQuery: Read 78 rows, 6.59 KiB in 0.001716 sec., 45454.545454545456 rows/sec., 3.75 MiB/sec. 2026.05.13 18:40:17.059960 [ 294 ] {a8fb9ead-ab23-49ba-8d2a-c4f14d647a9b} TCPHandler: Processed in 0.002002535 sec. 2026.05.13 18:40:17.060098 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.060192 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:17.060230 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:17.060632 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.060668 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.060949 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:40:17.061151 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.061279 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} executeQuery: Read 11 rows, 847.00 B in 0.001104 sec., 9963.76811594203 rows/sec., 749.23 KiB/sec. 2026.05.13 18:40:17.061283 [ 96 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:40:17.061315 [ 294 ] {f25ed3e4-5548-4dcf-84a3-799d7c28a1e6} TCPHandler: Processed in 0.001279183 sec. 2026.05.13 18:40:17.061347 [ 96 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.061378 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.061451 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.061503 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:40:17.061553 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:17.061597 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:17.061633 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:17.061671 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 80 rows starting from the beginning of the part 2026.05.13 18:40:17.061744 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2026.05.13 18:40:17.061795 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2026.05.13 18:40:17.061839 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:17.061882 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2026.05.13 18:40:17.061926 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:17.062012 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.062059 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.062633 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:17.062697 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001241152 sec., 165974.8362811324 rows/sec., 12.79 MiB/sec. 2026.05.13 18:40:17.062827 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:40:17.062862 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.063007 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} executeQuery: Read 75 rows, 6.00 KiB in 0.001473 sec., 50916.496945010185 rows/sec., 3.98 MiB/sec. 2026.05.13 18:40:17.063047 [ 294 ] {fca27910-ebf2-40f1-9c8d-abee8f5670cd} TCPHandler: Processed in 0.001654809 sec. 2026.05.13 18:40:17.063101 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.063173 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_26_5} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:40:17.063176 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.063260 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:40:17.063319 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:17.063365 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:17.063775 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.063811 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.064171 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:17.064392 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.064522 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.05.13 18:40:17.064559 [ 294 ] {52ee2b50-5079-4e67-8331-bf35582d6110} TCPHandler: Processed in 0.001431855 sec. 2026.05.13 18:40:17.064684 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.064792 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:17.064843 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} 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.05.13 18:40:17.065587 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.065622 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.066175 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:40:17.066387 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.066533 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} executeQuery: Read 11 rows, 20.18 KiB in 0.001759 sec., 6253.553155201819 rows/sec., 11.21 MiB/sec. 2026.05.13 18:40:17.066584 [ 294 ] {d1583023-6570-4f5a-8a19-bc15e443506f} TCPHandler: Processed in 0.001948665 sec. 2026.05.13 18:40:17.066708 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:17.066804 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:17.066844 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:17.067249 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:17.067285 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:17.067585 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:17.067790 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:17.067917 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2026.05.13 18:40:17.067951 [ 294 ] {973016cb-8753-432b-afb3-d848eafbb169} TCPHandler: Processed in 0.001292242 sec. 2026.05.13 18:40:19.452642 [ 95 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:40:19.452718 [ 95 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:40:19.527011 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10459 2026.05.13 18:40:19.527489 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:19.527533 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:19.528136 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:40:19.528390 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:19.528510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10459 2026.05.13 18:40:20.070612 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.13 18:40:20.087656 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:20.087732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:20.093988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:40:20.094819 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:20.101740 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.13 18:40:22.052746 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.052996 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:22.053364 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:22.053405 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:22.053661 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:22.053740 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:22.053899 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:22.054033 [ 335 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:22.054040 [ 330 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:22.054057 [ 308 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:22.054041 [ 365 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:22.054225 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:22.054248 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:22.054330 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:22.054350 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:22.054385 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:22.054420 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:22.054454 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:22.055709 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} executeQuery: Read 35 rows, 6.04 KiB in 0.002815 sec., 12433.392539964478 rows/sec., 2.09 MiB/sec. 2026.05.13 18:40:22.055837 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} MemoryTracker: Peak memory usage (for query): 129.37 KiB. 2026.05.13 18:40:22.055852 [ 294 ] {f3f1d1d3-8055-484a-9758-5d519eb24a47} TCPHandler: Processed in 0.003244507 sec. 2026.05.13 18:40:22.057889 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.058003 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:22.058053 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:22.058681 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.058730 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.059122 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:22.059335 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.059475 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} executeQuery: Read 116 rows, 10.05 KiB in 0.001507 sec., 76974.1207697412 rows/sec., 6.51 MiB/sec. 2026.05.13 18:40:22.059513 [ 294 ] {ce768893-89e4-461a-8c85-ebd53d0709f2} TCPHandler: Processed in 0.00167423 sec. 2026.05.13 18:40:22.059642 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.059737 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.059776 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:22.060182 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.060219 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.060512 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:40:22.060715 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.060841 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} executeQuery: Read 30 rows, 2.26 KiB in 0.001121 sec., 26761.819803746654 rows/sec., 1.97 MiB/sec. 2026.05.13 18:40:22.060877 [ 294 ] {525c4198-21f4-4988-a28c-a77c17c6c9be} TCPHandler: Processed in 0.001284292 sec. 2026.05.13 18:40:22.060998 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.061094 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:22.061132 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:22.061562 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.061598 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.061890 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:22.062096 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.062220 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} executeQuery: Read 94 rows, 7.52 KiB in 0.001144 sec., 82167.83216783217 rows/sec., 6.42 MiB/sec. 2026.05.13 18:40:22.062279 [ 294 ] {3ab07483-6d01-415f-9db6-5a6b720e2b6e} TCPHandler: Processed in 0.001330473 sec. 2026.05.13 18:40:22.062404 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.062500 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.062541 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:22.062958 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.062999 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.063312 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:22.063520 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.063670 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.05.13 18:40:22.063706 [ 294 ] {836c9b70-4139-4fef-ba72-d67a2e5da45c} TCPHandler: Processed in 0.001351164 sec. 2026.05.13 18:40:22.063825 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.063920 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.063972 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} 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.05.13 18:40:22.064753 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.064789 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.065291 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:40:22.065517 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.065629 [ 89 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:40:22.065650 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} executeQuery: Read 30 rows, 55.05 KiB in 0.001748 sec., 17162.471395881006 rows/sec., 30.75 MiB/sec. 2026.05.13 18:40:22.065688 [ 89 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.065714 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.065716 [ 294 ] {ecf8146a-1bee-4c85-b371-646f30aa8470} TCPHandler: Processed in 0.001939584 sec. 2026.05.13 18:40:22.065852 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:40:22.065870 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.065987 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.066028 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:22.066106 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:22.066167 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 396 rows starting from the beginning of the part 2026.05.13 18:40:22.066294 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.05.13 18:40:22.066376 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.066389 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:22.066420 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.066493 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.05.13 18:40:22.066592 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:22.066682 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:40:22.066741 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:22.066959 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.067095 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.05.13 18:40:22.067130 [ 294 ] {1948cc97-70cc-4579-9dc0-6bfeb61b8ebf} TCPHandler: Processed in 0.001310054 sec. 2026.05.13 18:40:22.071234 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 19 columns (19 merged, 0 gathered) in 0.005446766 sec., 93266.35291473877 rows/sec., 167.13 MiB/sec. 2026.05.13 18:40:22.072113 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:40:22.072486 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.072566 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_26_5} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:40:22.072723 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. 2026.05.13 18:40:22.272873 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.273127 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:40:22.273512 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:22.273556 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:40:22.273845 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:22.273921 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:22.274072 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:40:22.274318 [ 335 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:22.274322 [ 318 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:22.274321 [ 342 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:22.274321 [ 308 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:22.274533 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:22.274561 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:22.274646 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:22.274666 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:22.274702 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:22.274741 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:22.274779 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:22.276208 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} executeQuery: Read 35 rows, 7.62 KiB in 0.003191 sec., 10968.348480100283 rows/sec., 2.33 MiB/sec. 2026.05.13 18:40:22.276374 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} MemoryTracker: Peak memory usage (for query): 146.43 KiB. 2026.05.13 18:40:22.276390 [ 294 ] {f7187985-d1c3-4dbf-8b61-24db553e9683} TCPHandler: Processed in 0.003645624 sec. 2026.05.13 18:40:22.288510 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.288714 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.288788 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:40:22.289407 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.289451 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.289829 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:40:22.290061 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.290211 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} executeQuery: Read 24 rows, 2.04 KiB in 0.001553 sec., 15453.960077269801 rows/sec., 1.28 MiB/sec. 2026.05.13 18:40:22.290249 [ 294 ] {463ea6f2-460b-4a47-897b-cc5e3715b760} TCPHandler: Processed in 0.001833792 sec. 2026.05.13 18:40:22.290379 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.290476 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:22.290515 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:22.292030 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.292068 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.292567 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:40:22.292780 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.292908 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} executeQuery: Read 2543 rows, 193.85 KiB in 0.002451 sec., 1037535.6997144023 rows/sec., 77.24 MiB/sec. 2026.05.13 18:40:22.292944 [ 294 ] {6c3032f0-7557-4164-a8a9-bdf7475ac52f} TCPHandler: Processed in 0.002614426 sec. 2026.05.13 18:40:22.293074 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.293178 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.293218 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:22.293741 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.293779 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.294084 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:40:22.294292 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.294421 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} executeQuery: Read 32 rows, 2.46 KiB in 0.001261 sec., 25376.685170499604 rows/sec., 1.91 MiB/sec. 2026.05.13 18:40:22.294458 [ 294 ] {9a00fb31-4efd-4f1e-ada9-ec3ca4208d70} TCPHandler: Processed in 0.001432745 sec. 2026.05.13 18:40:22.294580 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.294676 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.294714 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:40:22.295745 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.295805 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.296265 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:40:22.296515 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.296672 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} executeQuery: Read 825 rows, 49.42 KiB in 0.002012 sec., 410039.76143141155 rows/sec., 23.99 MiB/sec. 2026.05.13 18:40:22.296738 [ 294 ] {fd27c1e7-2ee4-46fd-8b44-5df519bacb80} TCPHandler: Processed in 0.002206589 sec. 2026.05.13 18:40:22.296914 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.297077 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.297155 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:40:22.297935 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.298014 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.298351 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.13 18:40:22.298570 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.298700 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} executeQuery: Read 1 rows, 72.00 B in 0.00167 sec., 598.8023952095808 rows/sec., 42.10 KiB/sec. 2026.05.13 18:40:22.298737 [ 294 ] {4bb53791-0c37-41f4-8dd4-7eb347436031} TCPHandler: Processed in 0.001901743 sec. 2026.05.13 18:40:22.298880 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.298977 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.299016 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:40:22.299427 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.299463 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.299768 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:40:22.299981 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.300108 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} executeQuery: Read 12 rows, 960.00 B in 0.001149 sec., 10443.864229765013 rows/sec., 815.93 KiB/sec. 2026.05.13 18:40:22.300145 [ 294 ] {4c19a94e-c2c7-423b-8a1e-4c3a2e93b748} TCPHandler: Processed in 0.001318023 sec. 2026.05.13 18:40:22.300283 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.300378 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:22.300416 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:22.301332 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.301368 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.301733 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:40:22.301956 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.302095 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} executeQuery: Read 1335 rows, 92.09 KiB in 0.001735 sec., 769452.4495677233 rows/sec., 51.84 MiB/sec. 2026.05.13 18:40:22.302132 [ 294 ] {79893479-ed2a-4f6c-9678-27f70898989a} TCPHandler: Processed in 0.001906343 sec. 2026.05.13 18:40:22.302260 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.302356 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.302399 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:22.303104 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.303141 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.303566 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:40:22.303785 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.303915 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} executeQuery: Read 1532 rows, 95.89 KiB in 0.001577 sec., 971464.8065948002 rows/sec., 59.38 MiB/sec. 2026.05.13 18:40:22.303951 [ 294 ] {dd1169da-d2e2-4bc1-8d7a-83930d729340} TCPHandler: Processed in 0.001740311 sec. 2026.05.13 18:40:22.304082 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.304177 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.304230 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} 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.05.13 18:40:22.305087 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.305127 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.305653 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:40:22.305875 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.306015 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} executeQuery: Read 20 rows, 36.70 KiB in 0.001856 sec., 10775.862068965516 rows/sec., 19.31 MiB/sec. 2026.05.13 18:40:22.306066 [ 294 ] {5ad7394a-e359-46c1-99ac-43657022af48} TCPHandler: Processed in 0.002033376 sec. 2026.05.13 18:40:22.306198 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:22.306298 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:22.306339 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:22.306676 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:22.306712 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:22.307005 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:40:22.307219 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:22.307348 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} executeQuery: Read 12 rows, 848.00 B in 0.001069 sec., 11225.444340505144 rows/sec., 774.67 KiB/sec. 2026.05.13 18:40:22.307384 [ 294 ] {4f2486bb-665e-464f-bdd3-bb8dd3cc6e18} TCPHandler: Processed in 0.001235752 sec. 2026.05.13 18:40:23.000200 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 262.79 MiB, peak 267.78 MiB, free memory in arenas 0.00 B, will set to 264.18 MiB (RSS), difference: 1.40 MiB 2026.05.13 18:40:24.550483 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 632 2026.05.13 18:40:24.553157 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:24.553211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:24.554417 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:40:24.554680 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:24.554857 [ 85 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.13 18:40:24.554928 [ 85 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:24.554952 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:24.555016 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 632 2026.05.13 18:40:24.555055 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:40:24.555639 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:24.555835 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 446 rows starting from the beginning of the part 2026.05.13 18:40:24.556287 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.05.13 18:40:24.556662 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part 2026.05.13 18:40:24.556972 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.05.13 18:40:24.557273 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part 2026.05.13 18:40:24.557583 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part 2026.05.13 18:40:24.564798 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 72 columns (72 merged, 0 gathered) in 0.009785472 sec., 64585.540687255554 rows/sec., 56.15 MiB/sec. 2026.05.13 18:40:24.565798 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.13 18:40:24.566319 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:24.566383 [ 198 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_16_3} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.13 18:40:24.566592 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.05.13 18:40:27.029574 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10971 2026.05.13 18:40:27.030084 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.030129 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.030708 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:40:27.030931 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.031059 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10971 2026.05.13 18:40:27.051353 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:27.051579 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:27.051911 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:27.051947 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:27.052169 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:27.052240 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:27.052381 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:40:27.052488 [ 308 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:27.052516 [ 342 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:27.052520 [ 361 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:27.052516 [ 344 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:27.052670 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:27.052702 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:27.052790 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:27.052811 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:27.052845 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:27.052888 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:27.052925 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:27.054343 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} executeQuery: Read 35 rows, 6.04 KiB in 0.002851 sec., 12276.39424763241 rows/sec., 2.07 MiB/sec. 2026.05.13 18:40:27.054500 [ 294 ] {5a52f1b4-0340-4f41-b16a-28e7e5ae05dd} TCPHandler: Processed in 0.003275827 sec. 2026.05.13 18:40:27.056041 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:27.056165 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:27.056216 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:27.056781 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.056833 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.057234 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:40:27.057455 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.057603 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} executeQuery: Read 56 rows, 4.38 KiB in 0.001476 sec., 37940.37940379404 rows/sec., 2.90 MiB/sec. 2026.05.13 18:40:27.057642 [ 294 ] {5ad9d1ba-4189-4f28-b46c-48f2a7888932} TCPHandler: Processed in 0.001653579 sec. 2026.05.13 18:40:27.057771 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:27.057873 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:27.057913 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:27.058350 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.058387 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.058683 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:40:27.058891 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.059020 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.05.13 18:40:27.059057 [ 294 ] {fccc139a-6dd9-454b-868a-1bf420f612d1} TCPHandler: Processed in 0.001336864 sec. 2026.05.13 18:40:27.059210 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:27.059320 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:27.059363 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:27.059756 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.059793 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.060110 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:40:27.060319 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.060443 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} executeQuery: Read 128 rows, 9.13 KiB in 0.001143 sec., 111986.00174978128 rows/sec., 7.80 MiB/sec. 2026.05.13 18:40:27.060480 [ 294 ] {9b79cfc2-2349-4b6f-b7ce-8d56d7021f1c} TCPHandler: Processed in 0.001318703 sec. 2026.05.13 18:40:27.060613 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:27.060709 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:27.060749 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:27.061161 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.061201 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.061511 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:40:27.061727 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.061856 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} executeQuery: Read 48 rows, 3.31 KiB in 0.001165 sec., 41201.71673819742 rows/sec., 2.78 MiB/sec. 2026.05.13 18:40:27.061891 [ 294 ] {3ae0c765-e017-4dc6-bef3-8a4364fdde37} TCPHandler: Processed in 0.001337763 sec. 2026.05.13 18:40:27.602786 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.13 18:40:27.620007 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:27.620077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:27.626375 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:40:27.627129 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:27.630146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.13 18:40:29.392723 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56239 2026.05.13 18:40:29.392861 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.392890 [ 313 ] {} TCP-Session: a8eb0bd4-644e-4d8b-bb4a-c990b2d866d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:56239 2026.05.13 18:40:29.392913 [ 313 ] {} TCP-Session: a8eb0bd4-644e-4d8b-bb4a-c990b2d866d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.392926 [ 313 ] {} TCP-Session: a8eb0bd4-644e-4d8b-bb4a-c990b2d866d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.393178 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50950 2026.05.13 18:40:29.393213 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61479 2026.05.13 18:40:29.393239 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54082 2026.05.13 18:40:29.393275 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39125 2026.05.13 18:40:29.393322 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.393294 [ 313 ] {} TCP-Session: a8eb0bd4-644e-4d8b-bb4a-c990b2d866d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:29.393361 [ 314 ] {} TCP-Session: 2588eedc-192a-41ae-92a1-c54e9d46d02f Authenticating user 'default' from [fd00:1122:3344:101::e]:50950 2026.05.13 18:40:29.393264 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41641 2026.05.13 18:40:29.393401 [ 314 ] {} TCP-Session: 2588eedc-192a-41ae-92a1-c54e9d46d02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.393243 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57793 2026.05.13 18:40:29.393446 [ 314 ] {} TCP-Session: 2588eedc-192a-41ae-92a1-c54e9d46d02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.393490 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.393536 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} executeQuery: (from [fd00:1122:3344:101::e]:56239) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:40:29.393252 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61127 2026.05.13 18:40:29.393568 [ 316 ] {} TCP-Session: 94b029a9-7eed-49ce-8c06-1702b44697e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61479 2026.05.13 18:40:29.393191 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60819 2026.05.13 18:40:29.393653 [ 316 ] {} TCP-Session: 94b029a9-7eed-49ce-8c06-1702b44697e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.393672 [ 316 ] {} TCP-Session: 94b029a9-7eed-49ce-8c06-1702b44697e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.393833 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:40:29.393895 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:29.394001 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394053 [ 317 ] {} TCP-Session: 947f5330-9104-4cae-93c6-afcb96405b2a Authenticating user 'default' from [fd00:1122:3344:101::e]:57793 2026.05.13 18:40:29.394084 [ 317 ] {} TCP-Session: 947f5330-9104-4cae-93c6-afcb96405b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394100 [ 317 ] {} TCP-Session: 947f5330-9104-4cae-93c6-afcb96405b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394107 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394143 [ 315 ] {} TCP-Session: a0bcc0c5-2c29-4176-b9d7-ae34b7cea58f Authenticating user 'default' from [fd00:1122:3344:101::e]:60819 2026.05.13 18:40:29.394159 [ 315 ] {} TCP-Session: a0bcc0c5-2c29-4176-b9d7-ae34b7cea58f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394174 [ 315 ] {} TCP-Session: a0bcc0c5-2c29-4176-b9d7-ae34b7cea58f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394195 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:40:29.394226 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394256 [ 310 ] {} TCP-Session: cc09b418-bb56-41f9-95a7-6e39ac6d9446 Authenticating user 'default' from [fd00:1122:3344:101::e]:39125 2026.05.13 18:40:29.394276 [ 310 ] {} TCP-Session: cc09b418-bb56-41f9-95a7-6e39ac6d9446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394289 [ 310 ] {} TCP-Session: cc09b418-bb56-41f9-95a7-6e39ac6d9446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394597 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394633 [ 293 ] {} TCP-Session: e2ef8aad-c1b6-4c93-8afa-2c367621481b Authenticating user 'default' from [fd00:1122:3344:101::e]:61127 2026.05.13 18:40:29.394651 [ 293 ] {} TCP-Session: e2ef8aad-c1b6-4c93-8afa-2c367621481b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394665 [ 293 ] {} TCP-Session: e2ef8aad-c1b6-4c93-8afa-2c367621481b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394720 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394762 [ 309 ] {} TCP-Session: 6d92fd41-f080-4570-8fa6-d95ab23ad159 Authenticating user 'default' from [fd00:1122:3344:101::e]:41641 2026.05.13 18:40:29.394780 [ 309 ] {} TCP-Session: 6d92fd41-f080-4570-8fa6-d95ab23ad159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394798 [ 309 ] {} TCP-Session: 6d92fd41-f080-4570-8fa6-d95ab23ad159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.394932 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:29.394974 [ 275 ] {} TCP-Session: 641a1da0-82d9-40e8-9932-0916f6da96ff Authenticating user 'default' from [fd00:1122:3344:101::e]:54082 2026.05.13 18:40:29.394994 [ 275 ] {} TCP-Session: 641a1da0-82d9-40e8-9932-0916f6da96ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.395011 [ 275 ] {} TCP-Session: 641a1da0-82d9-40e8-9932-0916f6da96ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.395169 [ 361 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} AggregatingTransform: Aggregating 2026.05.13 18:40:29.395212 [ 361 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} Aggregator: Aggregation method: without_key 2026.05.13 18:40:29.395246 [ 361 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943667 sec. (1059.696 rows/sec., 41.39 KiB/sec.) 2026.05.13 18:40:29.395262 [ 361 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} Aggregator: Merging aggregated data 2026.05.13 18:40:29.397082 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} executeQuery: Read 1 rows, 40.00 B in 0.003605 sec., 277.3925104022191 rows/sec., 10.84 KiB/sec. 2026.05.13 18:40:29.397287 [ 313 ] {d170508c-d6e5-43e3-a394-2042e4ae137c} TCPHandler: Processed in 0.004113512 sec. 2026.05.13 18:40:29.397399 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397433 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397435 [ 313 ] {} TCP-Session: a8eb0bd4-644e-4d8b-bb4a-c990b2d866d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397453 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397479 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397493 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397511 [ 310 ] {} TCP-Session: cc09b418-bb56-41f9-95a7-6e39ac6d9446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397532 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397547 [ 315 ] {} TCP-Session: a0bcc0c5-2c29-4176-b9d7-ae34b7cea58f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397556 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397581 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397581 [ 293 ] {} TCP-Session: e2ef8aad-c1b6-4c93-8afa-2c367621481b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397630 [ 317 ] {} TCP-Session: 947f5330-9104-4cae-93c6-afcb96405b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397640 [ 309 ] {} TCP-Session: 6d92fd41-f080-4570-8fa6-d95ab23ad159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397520 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:29.397476 [ 314 ] {} TCP-Session: 2588eedc-192a-41ae-92a1-c54e9d46d02f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397713 [ 316 ] {} TCP-Session: 94b029a9-7eed-49ce-8c06-1702b44697e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:29.397528 [ 275 ] {} TCP-Session: 641a1da0-82d9-40e8-9932-0916f6da96ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.834907 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45201 2026.05.13 18:40:30.835022 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.835052 [ 313 ] {} TCP-Session: 01432828-b286-4d17-805f-a81360dd02d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45201 2026.05.13 18:40:30.835075 [ 313 ] {} TCP-Session: 01432828-b286-4d17-805f-a81360dd02d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835088 [ 313 ] {} TCP-Session: 01432828-b286-4d17-805f-a81360dd02d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835329 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34720 2026.05.13 18:40:30.835349 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47577 2026.05.13 18:40:30.835343 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41437 2026.05.13 18:40:30.835405 [ 313 ] {} TCP-Session: 01432828-b286-4d17-805f-a81360dd02d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:30.835456 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.835456 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.835495 [ 316 ] {} TCP-Session: 2d2ad4b6-add6-46d3-9bd2-b0c49d5f2633 Authenticating user 'default' from [fd00:1122:3344:101::e]:47577 2026.05.13 18:40:30.835500 [ 314 ] {} TCP-Session: 37375774-75ea-4d60-a747-50f68439d11c Authenticating user 'default' from [fd00:1122:3344:101::e]:34720 2026.05.13 18:40:30.835505 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.835521 [ 316 ] {} TCP-Session: 2d2ad4b6-add6-46d3-9bd2-b0c49d5f2633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835527 [ 314 ] {} TCP-Session: 37375774-75ea-4d60-a747-50f68439d11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835555 [ 316 ] {} TCP-Session: 2d2ad4b6-add6-46d3-9bd2-b0c49d5f2633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835562 [ 314 ] {} TCP-Session: 37375774-75ea-4d60-a747-50f68439d11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835556 [ 315 ] {} TCP-Session: 52e7bf17-0cf2-4433-a182-dc79b51516a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:41437 2026.05.13 18:40:30.835609 [ 315 ] {} TCP-Session: 52e7bf17-0cf2-4433-a182-dc79b51516a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835612 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} executeQuery: (from [fd00:1122:3344:101::e]:45201) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:40:30.835626 [ 315 ] {} TCP-Session: 52e7bf17-0cf2-4433-a182-dc79b51516a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.835901 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:40:30.835962 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:30.836254 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:40:30.836423 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64798 2026.05.13 18:40:30.836429 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38329 2026.05.13 18:40:30.836456 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57789 2026.05.13 18:40:30.836498 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.836462 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34425 2026.05.13 18:40:30.836534 [ 317 ] {} TCP-Session: ba7dd8bc-b692-446f-8922-c39320070b63 Authenticating user 'default' from [fd00:1122:3344:101::e]:64798 2026.05.13 18:40:30.836559 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.836576 [ 317 ] {} TCP-Session: ba7dd8bc-b692-446f-8922-c39320070b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836594 [ 309 ] {} TCP-Session: cc0593aa-eca4-4e38-bd5d-9467a1c51be9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57789 2026.05.13 18:40:30.836599 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.836604 [ 317 ] {} TCP-Session: ba7dd8bc-b692-446f-8922-c39320070b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836621 [ 309 ] {} TCP-Session: cc0593aa-eca4-4e38-bd5d-9467a1c51be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836633 [ 310 ] {} TCP-Session: 0724898f-e234-4ae1-8c9f-feaa0d6949b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:34425 2026.05.13 18:40:30.836654 [ 309 ] {} TCP-Session: cc0593aa-eca4-4e38-bd5d-9467a1c51be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836667 [ 310 ] {} TCP-Session: 0724898f-e234-4ae1-8c9f-feaa0d6949b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836549 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.836683 [ 310 ] {} TCP-Session: 0724898f-e234-4ae1-8c9f-feaa0d6949b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836444 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64685 2026.05.13 18:40:30.836722 [ 275 ] {} TCP-Session: 7467abdb-aa18-4a13-85b8-2aad9e2f8cb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:38329 2026.05.13 18:40:30.836759 [ 275 ] {} TCP-Session: 7467abdb-aa18-4a13-85b8-2aad9e2f8cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836773 [ 275 ] {} TCP-Session: 7467abdb-aa18-4a13-85b8-2aad9e2f8cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836785 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:40:30.836814 [ 293 ] {} TCP-Session: 97009daf-a4b6-47e1-93d3-516386ac502a Authenticating user 'default' from [fd00:1122:3344:101::e]:64685 2026.05.13 18:40:30.836831 [ 293 ] {} TCP-Session: 97009daf-a4b6-47e1-93d3-516386ac502a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.836844 [ 293 ] {} TCP-Session: 97009daf-a4b6-47e1-93d3-516386ac502a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.837217 [ 346 ] {cf370915-4700-4c2a-8958-c3636af5a97c} AggregatingTransform: Aggregating 2026.05.13 18:40:30.837261 [ 346 ] {cf370915-4700-4c2a-8958-c3636af5a97c} Aggregator: Aggregation method: without_key 2026.05.13 18:40:30.837302 [ 346 ] {cf370915-4700-4c2a-8958-c3636af5a97c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000944817 sec. (1058.406 rows/sec., 41.34 KiB/sec.) 2026.05.13 18:40:30.837321 [ 346 ] {cf370915-4700-4c2a-8958-c3636af5a97c} Aggregator: Merging aggregated data 2026.05.13 18:40:30.838916 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} executeQuery: Read 1 rows, 40.00 B in 0.003362 sec., 297.441998810232 rows/sec., 11.62 KiB/sec. 2026.05.13 18:40:30.839093 [ 313 ] {cf370915-4700-4c2a-8958-c3636af5a97c} TCPHandler: Processed in 0.003800887 sec. 2026.05.13 18:40:30.839231 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839258 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839276 [ 313 ] {} TCP-Session: 01432828-b286-4d17-805f-a81360dd02d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839282 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839301 [ 310 ] {} TCP-Session: 0724898f-e234-4ae1-8c9f-feaa0d6949b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839307 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839332 [ 314 ] {} TCP-Session: 37375774-75ea-4d60-a747-50f68439d11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839353 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839373 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839385 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839419 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839428 [ 293 ] {} TCP-Session: 97009daf-a4b6-47e1-93d3-516386ac502a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839448 [ 275 ] {} TCP-Session: 7467abdb-aa18-4a13-85b8-2aad9e2f8cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839459 [ 309 ] {} TCP-Session: cc0593aa-eca4-4e38-bd5d-9467a1c51be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839407 [ 316 ] {} TCP-Session: 2d2ad4b6-add6-46d3-9bd2-b0c49d5f2633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839370 [ 317 ] {} TCP-Session: ba7dd8bc-b692-446f-8922-c39320070b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:30.839329 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:40:30.839571 [ 315 ] {} TCP-Session: 52e7bf17-0cf2-4433-a182-dc79b51516a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:40:32.053491 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.053743 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:32.054112 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:32.054156 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:32.054382 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:32.054452 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:32.054592 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:32.054716 [ 329 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:32.054724 [ 350 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:32.054720 [ 330 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:32.054800 [ 329 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:32.054964 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:32.054997 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:32.055086 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:32.055106 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:32.055140 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:32.055176 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:32.055224 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:32.056737 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} executeQuery: Read 35 rows, 6.04 KiB in 0.003091 sec., 11323.19637657716 rows/sec., 1.91 MiB/sec. 2026.05.13 18:40:32.056918 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} MemoryTracker: Peak memory usage (for query): 128.57 KiB. 2026.05.13 18:40:32.056933 [ 294 ] {6179ee83-0d30-4d29-a178-50a65df1448b} TCPHandler: Processed in 0.003584243 sec. 2026.05.13 18:40:32.058986 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.059100 [ 294 ] {f32730e6-7679-497c-8704-683701010384} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:32.059144 [ 294 ] {f32730e6-7679-497c-8704-683701010384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:32.059813 [ 294 ] {f32730e6-7679-497c-8704-683701010384} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.059875 [ 294 ] {f32730e6-7679-497c-8704-683701010384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.060383 [ 294 ] {f32730e6-7679-497c-8704-683701010384} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:40:32.060602 [ 294 ] {f32730e6-7679-497c-8704-683701010384} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.060747 [ 294 ] {f32730e6-7679-497c-8704-683701010384} executeQuery: Read 116 rows, 10.05 KiB in 0.001679 sec., 69088.74329958309 rows/sec., 5.85 MiB/sec. 2026.05.13 18:40:32.060752 [ 76 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:40:32.060787 [ 294 ] {f32730e6-7679-497c-8704-683701010384} TCPHandler: Processed in 0.001857852 sec. 2026.05.13 18:40:32.060824 [ 76 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.060850 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.060950 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:40:32.060964 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.061074 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:32.061082 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:32.061113 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2615 rows starting from the beginning of the part 2026.05.13 18:40:32.061136 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:32.061176 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part 2026.05.13 18:40:32.061222 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 116 rows starting from the beginning of the part 2026.05.13 18:40:32.061262 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2543 rows starting from the beginning of the part 2026.05.13 18:40:32.061301 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.05.13 18:40:32.061341 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 116 rows starting from the beginning of the part 2026.05.13 18:40:32.061609 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.061652 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.061957 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:32.062174 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.062312 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} executeQuery: Read 30 rows, 2.26 KiB in 0.001253 sec., 23942.537909018356 rows/sec., 1.76 MiB/sec. 2026.05.13 18:40:32.062350 [ 294 ] {cb6792a5-a117-4257-9eeb-b321980b5a95} TCPHandler: Processed in 0.001436785 sec. 2026.05.13 18:40:32.062499 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.062597 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:32.062635 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:32.063103 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.063140 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.063242 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5524 rows, containing 5 columns (5 merged, 0 gathered) in 0.002334841 sec., 2365899.8621319397 rows/sec., 186.93 MiB/sec. 2026.05.13 18:40:32.063444 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:40:32.063558 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:40:32.063677 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.063809 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} executeQuery: Read 94 rows, 7.52 KiB in 0.001233 sec., 76236.82076236821 rows/sec., 5.95 MiB/sec. 2026.05.13 18:40:32.063810 [ 76 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:40:32.063848 [ 294 ] {c6f99282-f17c-489b-9c31-e4cfc9a88f96} TCPHandler: Processed in 0.001402694 sec. 2026.05.13 18:40:32.063862 [ 76 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.063872 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.063894 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.063967 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_36_7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:40:32.063979 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.064009 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:40:32.064056 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.05.13 18:40:32.064078 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:32.064121 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:32.064131 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:32.064170 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1401 rows starting from the beginning of the part 2026.05.13 18:40:32.064234 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 75 rows starting from the beginning of the part 2026.05.13 18:40:32.064284 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 94 rows starting from the beginning of the part 2026.05.13 18:40:32.064326 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1335 rows starting from the beginning of the part 2026.05.13 18:40:32.064362 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.05.13 18:40:32.064401 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 94 rows starting from the beginning of the part 2026.05.13 18:40:32.064573 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.064613 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.064968 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:40:32.065192 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.065318 [ 76 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:40:32.065321 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.05.13 18:40:32.065364 [ 76 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.065393 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.065400 [ 294 ] {590b006a-e457-438c-8317-07baee0e5aad} TCPHandler: Processed in 0.001470226 sec. 2026.05.13 18:40:32.065488 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:32.065562 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.065617 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:32.065657 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11170 rows starting from the beginning of the part 2026.05.13 18:40:32.065663 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:32.065705 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3063 rows, containing 5 columns (5 merged, 0 gathered) in 0.001736381 sec., 1764013.7734748307 rows/sec., 128.01 MiB/sec. 2026.05.13 18:40:32.065718 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.05.13 18:40:32.065722 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} 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.05.13 18:40:32.065788 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:32.065832 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:40:32.065891 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part 2026.05.13 18:40:32.065897 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:40:32.065930 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.05.13 18:40:32.066181 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.066259 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_36_7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:40:32.066328 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:40:32.066587 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.066628 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.067225 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:40:32.067458 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.067606 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} executeQuery: Read 30 rows, 55.05 KiB in 0.001963 sec., 15282.730514518595 rows/sec., 27.39 MiB/sec. 2026.05.13 18:40:32.067668 [ 294 ] {f016b1a0-081b-4080-875b-b0a8730b3486} TCPHandler: Processed in 0.002157558 sec. 2026.05.13 18:40:32.067805 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:32.067907 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:32.067949 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:32.068298 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.068335 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.068666 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:40:32.068881 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.069112 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} executeQuery: Read 60 rows, 4.14 KiB in 0.001223 sec., 49059.68928863451 rows/sec., 3.31 MiB/sec. 2026.05.13 18:40:32.069156 [ 294 ] {e5924113-c151-4aac-93b1-8904d52a762a} TCPHandler: Processed in 0.001401695 sec. 2026.05.13 18:40:32.069166 [ 76 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:40:32.069205 [ 76 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:32.069225 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.05.13 18:40:32.069296 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:32.069395 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:32.069425 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1650 rows starting from the beginning of the part 2026.05.13 18:40:32.069474 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:32.069515 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:32.069552 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.05.13 18:40:32.069591 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part 2026.05.13 18:40:32.069627 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.05.13 18:40:32.070570 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121791 sec., 2598700.3374405554 rows/sec., 169.38 MiB/sec. 2026.05.13 18:40:32.070670 [ 196 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 4 columns (4 merged, 0 gathered) in 0.001403055 sec., 1347060.521504859 rows/sec., 90.91 MiB/sec. 2026.05.13 18:40:32.070932 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:40:32.070983 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:40:32.071257 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.071328 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:32.071342 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_36_7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:40:32.071439 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_36_7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:40:32.071442 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.13 18:40:32.071534 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2026.05.13 18:40:33.000222 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 265.50 MiB, peak 274.11 MiB, free memory in arenas 0.00 B, will set to 267.09 MiB (RSS), difference: 1.59 MiB 2026.05.13 18:40:34.452821 [ 74 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:40:34.452923 [ 74 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:40:34.531117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11419 2026.05.13 18:40:34.531683 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:34.531730 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:34.532345 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:40:34.532567 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:34.532686 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11419 2026.05.13 18:40:34.555261 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 660 2026.05.13 18:40:34.557503 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:34.557546 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:34.558742 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:40:34.558997 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:34.559238 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 660 2026.05.13 18:40:35.130223 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.13 18:40:35.146326 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:35.146388 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:35.152511 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:40:35.153234 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:35.155918 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.13 18:40:37.052369 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.052603 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:37.052947 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:37.052982 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:37.053194 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:37.053260 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:37.053396 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:37.053512 [ 308 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:37.053545 [ 331 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:37.053547 [ 322 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:37.053516 [ 321 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:37.053780 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:37.053802 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:37.053888 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:37.053907 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:37.053940 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:37.053978 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:37.054022 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:37.055552 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} executeQuery: Read 35 rows, 6.04 KiB in 0.003027 sec., 11562.603237528905 rows/sec., 1.95 MiB/sec. 2026.05.13 18:40:37.055771 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} MemoryTracker: Peak memory usage (for query): 129.37 KiB. 2026.05.13 18:40:37.055787 [ 294 ] {260f6a9e-6f4e-4533-92f5-3b940394cb0d} TCPHandler: Processed in 0.003548053 sec. 2026.05.13 18:40:37.057693 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.057841 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:37.057893 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:37.058625 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.058669 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.059049 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:40:37.059268 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.059411 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} executeQuery: Read 78 rows, 6.59 KiB in 0.001607 sec., 48537.64779091475 rows/sec., 4.00 MiB/sec. 2026.05.13 18:40:37.059450 [ 294 ] {ea4cf56e-20dd-444a-94bb-5409f1d8d4cf} TCPHandler: Processed in 0.001823102 sec. 2026.05.13 18:40:37.059595 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.059692 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:37.059731 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:37.060220 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.060257 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.060552 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:37.060764 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.060892 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} executeQuery: Read 11 rows, 847.00 B in 0.001219 sec., 9023.789991796555 rows/sec., 678.55 KiB/sec. 2026.05.13 18:40:37.060929 [ 294 ] {a7683d57-bce9-4e59-b848-67e35ed0771d} TCPHandler: Processed in 0.001385884 sec. 2026.05.13 18:40:37.061080 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.061177 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:37.061216 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:37.061684 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.061720 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.062016 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:40:37.062223 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.062349 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} executeQuery: Read 75 rows, 6.00 KiB in 0.001191 sec., 62972.292191435765 rows/sec., 4.92 MiB/sec. 2026.05.13 18:40:37.062386 [ 294 ] {4c244a0a-4c7b-4570-81af-8f0521b9ccbb} TCPHandler: Processed in 0.001355484 sec. 2026.05.13 18:40:37.062520 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.062615 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:37.062656 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:37.063148 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.063185 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.063538 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:40:37.063752 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.063883 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2026.05.13 18:40:37.063920 [ 294 ] {10eba3d5-4224-4820-8c25-35fa9b51508d} TCPHandler: Processed in 0.001449226 sec. 2026.05.13 18:40:37.064044 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.064148 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:37.064202 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} 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.05.13 18:40:37.065037 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.065075 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.065581 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:40:37.065797 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.065933 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} executeQuery: Read 11 rows, 20.18 KiB in 0.001804 sec., 6097.560975609756 rows/sec., 10.93 MiB/sec. 2026.05.13 18:40:37.065985 [ 294 ] {8c38e530-a717-4455-893a-5a7b0f4cba69} TCPHandler: Processed in 0.001989625 sec. 2026.05.13 18:40:37.066114 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:37.066211 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:37.066251 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:37.066654 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:37.066715 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:37.067046 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:40:37.067255 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:37.067383 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001191 sec., 50377.83375314862 rows/sec., 3.40 MiB/sec. 2026.05.13 18:40:37.067419 [ 294 ] {35674978-5152-4a43-9e7e-2712e335f8ff} TCPHandler: Processed in 0.001354134 sec. 2026.05.13 18:40:42.032833 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11931 2026.05.13 18:40:42.033319 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.033352 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.033820 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:40:42.034037 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.034186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11931 2026.05.13 18:40:42.053378 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.053596 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:40:42.053929 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:42.053963 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:40:42.054176 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:42.054243 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:42.054380 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:40:42.054513 [ 362 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:42.054528 [ 331 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:42.054557 [ 319 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:42.054557 [ 308 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:42.054776 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:42.054805 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:42.054888 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:42.054908 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:42.054942 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:42.054981 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:42.055016 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:40:42.056453 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} executeQuery: Read 35 rows, 6.04 KiB in 0.002941 sec., 11900.71404284257 rows/sec., 2.00 MiB/sec. 2026.05.13 18:40:42.056614 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} MemoryTracker: Peak memory usage (for query): 130.21 KiB. 2026.05.13 18:40:42.056630 [ 294 ] {f9ddfb25-828a-41d3-a857-730a53e6c0ba} TCPHandler: Processed in 0.00337616 sec. 2026.05.13 18:40:42.058896 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.059104 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:40:42.059188 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:40:42.059902 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.059938 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.060297 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:40:42.060524 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.060660 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} executeQuery: Read 6 rows, 501.00 B in 0.001615 sec., 3715.170278637771 rows/sec., 302.95 KiB/sec. 2026.05.13 18:40:42.060696 [ 294 ] {4ebdae01-1bb2-4243-b16a-ebb46d4af08c} TCPHandler: Processed in 0.001901923 sec. 2026.05.13 18:40:42.060854 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.060948 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:42.060984 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:42.061433 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.061468 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.061764 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:40:42.061969 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.062099 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} executeQuery: Read 119 rows, 10.27 KiB in 0.001169 sec., 101796.40718562875 rows/sec., 8.58 MiB/sec. 2026.05.13 18:40:42.062135 [ 294 ] {ef24f9eb-ce68-45cc-ab19-c9f522187c9e} TCPHandler: Processed in 0.001339574 sec. 2026.05.13 18:40:42.062272 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.062367 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:42.062404 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:42.062833 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.062868 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.063171 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:42.063372 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.063480 [ 65 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:42.063496 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} executeQuery: Read 36 rows, 2.67 KiB in 0.001147 sec., 31386.22493461203 rows/sec., 2.28 MiB/sec. 2026.05.13 18:40:42.063526 [ 65 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.063545 [ 294 ] {022ef956-c942-4a0c-a3c7-192abfc5dfa9} TCPHandler: Processed in 0.001320893 sec. 2026.05.13 18:40:42.063552 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.063676 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:40:42.063705 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.063803 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:42.063804 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:42.063845 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 80 rows starting from the beginning of the part 2026.05.13 18:40:42.063863 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:42.063915 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:40:42.063969 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2026.05.13 18:40:42.064014 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:40:42.064057 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:42.064102 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.05.13 18:40:42.064550 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.064592 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.064926 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:40:42.064934 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001303403 sec., 168021.70932551174 rows/sec., 12.97 MiB/sec. 2026.05.13 18:40:42.065096 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:42.065164 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.065314 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} executeQuery: Read 100 rows, 8.01 KiB in 0.001527 sec., 65487.88474132286 rows/sec., 5.12 MiB/sec. 2026.05.13 18:40:42.065354 [ 294 ] {73bea525-1f28-4ef5-82bb-bf3dcc84ce22} TCPHandler: Processed in 0.001697929 sec. 2026.05.13 18:40:42.065385 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.065469 [ 190 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_31_6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:42.065493 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.065554 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:40:42.065598 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:42.065644 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:42.066073 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.066108 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.066446 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:40:42.066650 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.066778 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} executeQuery: Read 163 rows, 11.62 KiB in 0.001198 sec., 136060.1001669449 rows/sec., 9.47 MiB/sec. 2026.05.13 18:40:42.066814 [ 294 ] {ba9cf194-bd42-4851-8425-c2282ec69b58} TCPHandler: Processed in 0.001375474 sec. 2026.05.13 18:40:42.066937 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.067031 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:42.067088 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} 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.05.13 18:40:42.067931 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.067968 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.068496 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:40:42.068712 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.068849 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} executeQuery: Read 30 rows, 55.05 KiB in 0.001835 sec., 16348.773841961853 rows/sec., 29.30 MiB/sec. 2026.05.13 18:40:42.068900 [ 294 ] {9861d54b-af3c-4061-8f9b-0585014d63c9} TCPHandler: Processed in 0.002010596 sec. 2026.05.13 18:40:42.069327 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:42.069425 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:42.069465 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:42.069824 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.069861 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.070166 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:40:42.070375 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.070507 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.05.13 18:40:42.070542 [ 294 ] {46df071a-6dfe-421e-bb13-8956938afbe4} TCPHandler: Processed in 0.001552228 sec. 2026.05.13 18:40:42.656063 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.13 18:40:42.673027 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:42.673093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:42.679391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:40:42.680097 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:42.682809 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.13 18:40:44.559487 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 690 2026.05.13 18:40:44.561972 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:44.562010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:44.563242 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:40:44.563517 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:44.563779 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 690 2026.05.13 18:40:47.053548 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.053800 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:47.054170 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:47.054211 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:47.054464 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:47.054543 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:47.054703 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:47.054845 [ 331 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:47.054871 [ 308 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:47.054888 [ 362 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:47.054869 [ 353 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:47.055061 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:47.055089 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:47.055172 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:47.055192 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:47.055226 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:47.055262 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:47.055295 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:47.056548 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} executeQuery: Read 35 rows, 6.04 KiB in 0.002848 sec., 12289.32584269663 rows/sec., 2.07 MiB/sec. 2026.05.13 18:40:47.056674 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} MemoryTracker: Peak memory usage (for query): 129.24 KiB. 2026.05.13 18:40:47.056691 [ 294 ] {fc39f8b9-adf5-401c-b358-1ee74e9a6bd6} TCPHandler: Processed in 0.003286828 sec. 2026.05.13 18:40:47.058523 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.058638 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:47.058679 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:47.059526 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.059601 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.060147 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:40:47.060361 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.060509 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} executeQuery: Read 78 rows, 6.59 KiB in 0.001901 sec., 41031.036296685954 rows/sec., 3.38 MiB/sec. 2026.05.13 18:40:47.060547 [ 294 ] {c9dc60bb-26e7-441b-a46c-b19a861e1c44} TCPHandler: Processed in 0.002076036 sec. 2026.05.13 18:40:47.060715 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.060812 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:47.060850 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:47.061257 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.061292 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.061573 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:47.061771 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.061898 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} executeQuery: Read 11 rows, 847.00 B in 0.001104 sec., 9963.76811594203 rows/sec., 749.23 KiB/sec. 2026.05.13 18:40:47.061934 [ 294 ] {57e4c791-e29e-4280-92c8-691d4946cb49} TCPHandler: Processed in 0.001273582 sec. 2026.05.13 18:40:47.062065 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.062159 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:47.062197 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:47.062617 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.062653 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.062940 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:40:47.063143 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.063267 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} executeQuery: Read 75 rows, 6.00 KiB in 0.001125 sec., 66666.66666666667 rows/sec., 5.20 MiB/sec. 2026.05.13 18:40:47.063302 [ 294 ] {1dd8e38c-b770-462b-b3f9-7e469925f41c} TCPHandler: Processed in 0.001286403 sec. 2026.05.13 18:40:47.063432 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.063527 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:47.063568 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:47.063985 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.064020 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.064340 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:40:47.064545 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.064669 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2026.05.13 18:40:47.064705 [ 294 ] {43a42f65-2742-46af-a3b7-01d0bb7b10b7} TCPHandler: Processed in 0.001322194 sec. 2026.05.13 18:40:47.064828 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.064922 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:47.064975 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} 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.05.13 18:40:47.065759 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.065795 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.066302 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:40:47.066523 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.066640 [ 58 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:40:47.066657 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} executeQuery: Read 11 rows, 20.18 KiB in 0.001753 sec., 6274.957216200799 rows/sec., 11.24 MiB/sec. 2026.05.13 18:40:47.066695 [ 58 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.066720 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.066721 [ 294 ] {ad028c6c-92ff-4842-9ced-460ba3e192ea} TCPHandler: Processed in 0.001941844 sec. 2026.05.13 18:40:47.066814 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:40:47.066874 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:47.067005 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:47.067029 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:47.067061 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:47.067103 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 508 rows starting from the beginning of the part 2026.05.13 18:40:47.067225 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part 2026.05.13 18:40:47.067321 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:40:47.067408 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:47.067488 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:47.067494 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:40:47.067537 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:47.067601 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part 2026.05.13 18:40:47.067918 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:40:47.068159 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.068296 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. 2026.05.13 18:40:47.068332 [ 294 ] {5e5c49e4-12c0-4def-b1c5-0d10690768fc} TCPHandler: Processed in 0.001518787 sec. 2026.05.13 18:40:47.075440 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 19 columns (19 merged, 0 gathered) in 0.008666553 sec., 70385.5385180244 rows/sec., 126.13 MiB/sec. 2026.05.13 18:40:47.076463 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:40:47.076848 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:47.076927 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_31_6} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:40:47.077056 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2026.05.13 18:40:48.000233 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 269.16 MiB, peak 276.51 MiB, free memory in arenas 0.00 B, will set to 270.82 MiB (RSS), difference: 1.66 MiB 2026.05.13 18:40:49.453202 [ 56 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:40:49.453271 [ 56 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:40:49.534281 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12379 2026.05.13 18:40:49.534780 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:49.534820 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:49.535324 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:40:49.535552 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:49.535681 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12379 2026.05.13 18:40:49.535751 [ 56 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:40:49.535843 [ 56 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:49.535872 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:49.535990 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.536099 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:49.536134 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10011 rows starting from the beginning of the part 2026.05.13 18:40:49.536200 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.536252 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.536298 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.536342 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.536386 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:40:49.538201 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12379 rows, containing 4 columns (4 merged, 0 gathered) in 0.00226048 sec., 5476270.526613817 rows/sec., 78.34 MiB/sec. 2026.05.13 18:40:49.538709 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:40:49.539028 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:49.539125 [ 203 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_26_5} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:40:49.539234 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2026.05.13 18:40:50.182899 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.13 18:40:50.200133 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:50.200199 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:50.206220 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:40:50.206926 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:50.207225 [ 55 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:40:50.207310 [ 55 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:50.207332 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:50.207465 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.210025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.13 18:40:50.211089 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:50.212606 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.217209 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.221766 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.226223 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.230622 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.234612 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:40:50.284615 [ 189 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.07721265 sec., 2538.444153904833 rows/sec., 13.13 MiB/sec. 2026.05.13 18:40:50.287243 [ 191 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:40:50.289314 [ 191 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_26_5} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:50.289391 [ 191 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_26_5} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:40:50.291577 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.13 18:40:51.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 272.09 MiB, peak 282.65 MiB, free memory in arenas 0.00 B, will set to 273.90 MiB (RSS), difference: 1.81 MiB 2026.05.13 18:40:52.052768 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.052996 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:52.053321 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:52.053355 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:52.053568 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:52.053646 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:52.053783 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:40:52.053895 [ 308 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:52.053902 [ 331 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:52.053928 [ 362 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:52.053907 [ 353 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:52.054069 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:52.054105 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:52.054187 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:52.054207 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:52.054240 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:52.054277 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:52.054310 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:52.055496 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} executeQuery: Read 35 rows, 6.04 KiB in 0.002587 sec., 13529.18438345574 rows/sec., 2.28 MiB/sec. 2026.05.13 18:40:52.055618 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:40:52.055633 [ 294 ] {946c5beb-dc26-458d-9133-7ea526fb9ad6} TCPHandler: Processed in 0.002991052 sec. 2026.05.13 18:40:52.057566 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.057676 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:52.057716 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:52.058237 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.058277 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.058651 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:40:52.058870 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.059010 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} executeQuery: Read 116 rows, 10.05 KiB in 0.001365 sec., 84981.68498168499 rows/sec., 7.19 MiB/sec. 2026.05.13 18:40:52.059047 [ 294 ] {e13e3e5a-7b13-4853-ae39-d4b9b0894c58} TCPHandler: Processed in 0.001530577 sec. 2026.05.13 18:40:52.059187 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.059283 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.059321 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:52.059740 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.059776 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.060056 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:52.060264 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.060393 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} executeQuery: Read 30 rows, 2.26 KiB in 0.001129 sec., 26572.187776793624 rows/sec., 1.95 MiB/sec. 2026.05.13 18:40:52.060428 [ 294 ] {686cfd3f-23b8-473e-a4f2-ac2a0d6d0df6} TCPHandler: Processed in 0.001289813 sec. 2026.05.13 18:40:52.060550 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.060644 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:52.060696 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:52.061146 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.061181 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.061482 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:40:52.061680 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.061804 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} executeQuery: Read 94 rows, 7.52 KiB in 0.001178 sec., 79796.26485568761 rows/sec., 6.23 MiB/sec. 2026.05.13 18:40:52.061840 [ 294 ] {2ce564cb-20f8-455b-9df9-7bd317d621db} TCPHandler: Processed in 0.001338274 sec. 2026.05.13 18:40:52.061958 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.062059 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.062100 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:52.062535 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.062571 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.062883 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:40:52.063090 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.063222 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2026.05.13 18:40:52.063258 [ 294 ] {b5e05662-8b06-429f-90e4-8d18c556eefd} TCPHandler: Processed in 0.001348254 sec. 2026.05.13 18:40:52.063388 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.063484 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.063537 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} 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.05.13 18:40:52.064378 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.064415 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.064930 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:40:52.065146 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.065282 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} executeQuery: Read 30 rows, 55.05 KiB in 0.001815 sec., 16528.92561983471 rows/sec., 29.62 MiB/sec. 2026.05.13 18:40:52.065339 [ 294 ] {6a979fcf-381f-4520-b5af-d4d7a2392dda} TCPHandler: Processed in 0.001999025 sec. 2026.05.13 18:40:52.065477 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.065572 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.065612 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:52.065963 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.065998 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.066297 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:40:52.066502 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.066628 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.05.13 18:40:52.066663 [ 294 ] {3168627a-30c4-45fc-aab1-1cd5c66db7f1} TCPHandler: Processed in 0.001234511 sec. 2026.05.13 18:40:52.276302 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.276587 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:40:52.276991 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:52.277030 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:40:52.277290 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:52.277360 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:52.277506 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:40:52.277663 [ 353 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:52.277694 [ 347 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:52.277669 [ 333 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:52.277667 [ 362 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:52.277909 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:52.277939 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:52.278033 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:52.278053 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:52.278089 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:52.278127 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:52.278163 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:40:52.279671 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} executeQuery: Read 35 rows, 7.62 KiB in 0.003195 sec., 10954.616588419405 rows/sec., 2.33 MiB/sec. 2026.05.13 18:40:52.279960 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} MemoryTracker: Peak memory usage (for query): 140.72 KiB. 2026.05.13 18:40:52.279979 [ 294 ] {26ea4a8d-e6b6-4712-8572-19527fcf5e9a} TCPHandler: Processed in 0.003825147 sec. 2026.05.13 18:40:52.291796 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.291962 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.292030 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:40:52.292741 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.292793 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.293213 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:40:52.293443 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.293591 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} executeQuery: Read 24 rows, 2.04 KiB in 0.001683 sec., 14260.249554367201 rows/sec., 1.18 MiB/sec. 2026.05.13 18:40:52.293629 [ 294 ] {74e8c95a-3acf-4807-96ed-b849c4c00f9a} TCPHandler: Processed in 0.001965195 sec. 2026.05.13 18:40:52.293755 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.293858 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:40:52.293899 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:40:52.294341 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.294378 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.294663 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:40:52.294873 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.294996 [ 53 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.05.13 18:40:52.294997 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} executeQuery: Read 10 rows, 835.00 B in 0.001159 sec., 8628.127696289905 rows/sec., 703.56 KiB/sec. 2026.05.13 18:40:52.295051 [ 53 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.295074 [ 294 ] {3973d37b-4edb-46f4-bbb7-be7ee2483f27} TCPHandler: Processed in 0.001367864 sec. 2026.05.13 18:40:52.295078 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.295208 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.295227 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::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.05.13 18:40:52.295319 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:52.295366 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:52.295375 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:52.295419 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.05.13 18:40:52.295492 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.05.13 18:40:52.295546 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.05.13 18:40:52.295602 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::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.05.13 18:40:52.295654 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::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.05.13 18:40:52.295704 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.05.13 18:40:52.296527 [ 191 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353323 sec., 38423.9387049507 rows/sec., 3.21 MiB/sec. 2026.05.13 18:40:52.296614 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.296660 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.296689 [ 191 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.13 18:40:52.297044 [ 191 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.297124 [ 191 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_10_2} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.05.13 18:40:52.297222 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.05.13 18:40:52.297249 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:40:52.297479 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.297621 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} executeQuery: Read 2548 rows, 194.22 KiB in 0.002321 sec., 1097802.6712623867 rows/sec., 81.72 MiB/sec. 2026.05.13 18:40:52.297623 [ 52 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:40:52.297661 [ 294 ] {cf552b6c-2680-4ad2-86a7-e74afe2941c4} TCPHandler: Processed in 0.002501085 sec. 2026.05.13 18:40:52.297682 [ 52 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.297712 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.297799 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.297814 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:40:52.297911 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.297933 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:52.297958 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:40:52.297971 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2615 rows starting from the beginning of the part 2026.05.13 18:40:52.298041 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part 2026.05.13 18:40:52.298089 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 119 rows starting from the beginning of the part 2026.05.13 18:40:52.298131 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 78 rows starting from the beginning of the part 2026.05.13 18:40:52.298173 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 116 rows starting from the beginning of the part 2026.05.13 18:40:52.298213 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2548 rows starting from the beginning of the part 2026.05.13 18:40:52.298395 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.298441 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.298757 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:40:52.298986 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.299126 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} executeQuery: Read 42 rows, 3.16 KiB in 0.001232 sec., 34090.90909090909 rows/sec., 2.51 MiB/sec. 2026.05.13 18:40:52.299164 [ 294 ] {7097e880-3cf1-4f42-bcdd-076bf93f31f6} TCPHandler: Processed in 0.001413865 sec. 2026.05.13 18:40:52.299293 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.299389 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.299428 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:40:52.300211 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.300248 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.300395 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5554 rows, containing 5 columns (5 merged, 0 gathered) in 0.002619937 sec., 2119898.302898123 rows/sec., 167.67 MiB/sec. 2026.05.13 18:40:52.300576 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:40:52.300703 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:40:52.300830 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.300982 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} executeQuery: Read 825 rows, 49.42 KiB in 0.001611 sec., 512104.2830540037 rows/sec., 29.96 MiB/sec. 2026.05.13 18:40:52.301024 [ 294 ] {83c4803d-2ddf-49a8-97c9-149e3926c65c} TCPHandler: Processed in 0.001784492 sec. 2026.05.13 18:40:52.301035 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.301118 [ 195 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_41_8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:40:52.301215 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:40:52.301248 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.301402 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.301462 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:40:52.302050 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.302091 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.302427 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.13 18:40:52.302652 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.302798 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} executeQuery: Read 1 rows, 72.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 48.93 KiB/sec. 2026.05.13 18:40:52.302840 [ 294 ] {64dc1968-9340-4f4e-ba82-54cb7e7e78ca} TCPHandler: Processed in 0.001722161 sec. 2026.05.13 18:40:52.302984 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.303081 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.303126 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:40:52.303539 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.303576 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.303876 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:40:52.304102 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.304229 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} executeQuery: Read 12 rows, 960.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 804.03 KiB/sec. 2026.05.13 18:40:52.304266 [ 294 ] {355e6000-4dbf-4257-8147-82bb3d0ce6da} TCPHandler: Processed in 0.001331234 sec. 2026.05.13 18:40:52.304405 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.304500 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:52.304539 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:52.305483 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.305520 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.305889 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:40:52.306109 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.306221 [ 52 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:40:52.306238 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} executeQuery: Read 1345 rows, 92.91 KiB in 0.001756 sec., 765945.3302961276 rows/sec., 51.67 MiB/sec. 2026.05.13 18:40:52.306270 [ 52 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.306290 [ 294 ] {ded34952-5629-4004-aab0-07a637ff7db9} TCPHandler: Processed in 0.001934284 sec. 2026.05.13 18:40:52.306301 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.306422 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:40:52.306427 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.306540 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:52.306554 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.306575 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1401 rows starting from the beginning of the part 2026.05.13 18:40:52.306604 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:52.306634 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 75 rows starting from the beginning of the part 2026.05.13 18:40:52.306685 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 100 rows starting from the beginning of the part 2026.05.13 18:40:52.306729 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part 2026.05.13 18:40:52.306774 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 94 rows starting from the beginning of the part 2026.05.13 18:40:52.306815 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1345 rows starting from the beginning of the part 2026.05.13 18:40:52.307391 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.307435 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.307895 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:40:52.307973 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 5 columns (5 merged, 0 gathered) in 0.001589528 sec., 1943973.3052830778 rows/sec., 141.25 MiB/sec. 2026.05.13 18:40:52.308124 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.308166 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:40:52.308250 [ 52 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:40:52.308267 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} executeQuery: Read 1537 rows, 96.24 KiB in 0.00173 sec., 888439.3063583815 rows/sec., 54.33 MiB/sec. 2026.05.13 18:40:52.308290 [ 52 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.308317 [ 294 ] {a47810bf-333c-4d44-993f-d80e74521b97} TCPHandler: Processed in 0.001939054 sec. 2026.05.13 18:40:52.308320 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.308441 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:52.308458 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.308473 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.308564 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:52.308597 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_41_8} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:40:52.308605 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.308598 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13310 rows starting from the beginning of the part 2026.05.13 18:40:52.308677 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} 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.05.13 18:40:52.308725 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:40:52.308754 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:52.308822 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 163 rows starting from the beginning of the part 2026.05.13 18:40:52.308876 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.05.13 18:40:52.308931 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:40:52.308986 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:40:52.309574 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.309616 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.310215 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:40:52.310458 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.310600 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} executeQuery: Read 20 rows, 36.70 KiB in 0.002013 sec., 9935.419771485345 rows/sec., 17.80 MiB/sec. 2026.05.13 18:40:52.310652 [ 294 ] {be90ae89-6204-43ae-a5ca-fbb8fe3f5e01} TCPHandler: Processed in 0.002229069 sec. 2026.05.13 18:40:52.310781 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:52.310878 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:52.310920 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:52.311297 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.311334 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.311655 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:40:52.311892 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.312004 [ 52 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:40:52.312024 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} executeQuery: Read 12 rows, 848.00 B in 0.001164 sec., 10309.278350515464 rows/sec., 711.45 KiB/sec. 2026.05.13 18:40:52.312039 [ 52 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:52.312069 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.05.13 18:40:52.312070 [ 294 ] {d2337a08-ff76-489a-a72a-c60a9d5a6578} TCPHandler: Processed in 0.001337274 sec. 2026.05.13 18:40:52.312155 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:52.312264 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:40:52.312293 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1890 rows starting from the beginning of the part 2026.05.13 18:40:52.312349 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:52.312391 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:52.312430 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:52.312468 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:40:52.312506 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part 2026.05.13 18:40:52.313774 [ 197 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2142 rows, containing 4 columns (4 merged, 0 gathered) in 0.001658269 sec., 1291708.4019540858 rows/sec., 87.16 MiB/sec. 2026.05.13 18:40:52.314070 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15490 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566674 sec., 2733494.03713599 rows/sec., 177.58 MiB/sec. 2026.05.13 18:40:52.314093 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:40:52.314380 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.314455 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_41_8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:40:52.314526 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:40:52.314550 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.05.13 18:40:52.314847 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:52.314938 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_41_8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:40:52.315017 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.05.13 18:40:54.563995 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 742 2026.05.13 18:40:54.566762 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:54.566810 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:54.568011 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:40:54.568287 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:54.568531 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 742 2026.05.13 18:40:57.035829 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12891 2026.05.13 18:40:57.036331 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.036374 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.036919 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:40:57.037177 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.037301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12891 2026.05.13 18:40:57.051587 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:57.051810 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:40:57.052133 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:40:57.052167 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:40:57.052384 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:40:57.052451 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:40:57.052588 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:40:57.052712 [ 333 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:40:57.052716 [ 347 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:40:57.052723 [ 326 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:40:57.052723 [ 353 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:40:57.052890 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:40:57.052916 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:40:57.053000 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:40:57.053019 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:40:57.053053 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:57.053093 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:57.053130 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:40:57.054513 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} executeQuery: Read 35 rows, 6.04 KiB in 0.002792 sec., 12535.816618911174 rows/sec., 2.11 MiB/sec. 2026.05.13 18:40:57.054684 [ 294 ] {fbb55181-18e6-4f9e-a08a-10c2f9937c1f} TCPHandler: Processed in 0.003223317 sec. 2026.05.13 18:40:57.056160 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:57.056281 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:40:57.056322 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:40:57.056810 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.056855 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.057222 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:40:57.057443 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.057607 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} executeQuery: Read 56 rows, 4.38 KiB in 0.001367 sec., 40965.61814191661 rows/sec., 3.13 MiB/sec. 2026.05.13 18:40:57.057644 [ 294 ] {9630fe67-1c40-4462-b565-f4623a912e53} TCPHandler: Processed in 0.001534217 sec. 2026.05.13 18:40:57.057772 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:57.057866 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:40:57.057904 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:40:57.058326 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.058361 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.058650 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:40:57.058868 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.058992 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} executeQuery: Read 64 rows, 5.12 KiB in 0.001144 sec., 55944.055944055945 rows/sec., 4.37 MiB/sec. 2026.05.13 18:40:57.059028 [ 294 ] {74369ef2-df90-4cc4-a568-d5111125033d} TCPHandler: Processed in 0.001304333 sec. 2026.05.13 18:40:57.059161 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:57.059283 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:40:57.059327 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:40:57.059729 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.059765 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.060079 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:40:57.060286 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.060408 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} executeQuery: Read 128 rows, 9.13 KiB in 0.001146 sec., 111692.84467713787 rows/sec., 7.78 MiB/sec. 2026.05.13 18:40:57.060443 [ 294 ] {e3a4a675-4fab-4cdd-8622-47edb7d9306e} TCPHandler: Processed in 0.001338274 sec. 2026.05.13 18:40:57.060604 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:40:57.060697 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:40:57.060742 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:40:57.061080 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.061115 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.061418 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:40:57.061620 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.061748 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.05.13 18:40:57.061783 [ 294 ] {de5dad74-d5db-4211-8aae-86acf973e2e9} TCPHandler: Processed in 0.001227402 sec. 2026.05.13 18:40:57.710171 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.13 18:40:57.724947 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:40:57.725002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:40:57.731145 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:40:57.731845 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:40:57.734336 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.13 18:41:02.053994 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.054267 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:02.054601 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:02.054636 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:02.054854 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:02.054923 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:02.055062 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:02.055200 [ 353 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:02.055237 [ 334 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:02.055243 [ 347 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:02.055246 [ 361 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:02.055485 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:02.055514 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:02.055606 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:02.055626 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:02.055659 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:02.055697 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:02.055732 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:02.057478 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} executeQuery: Read 35 rows, 6.04 KiB in 0.003314 sec., 10561.25528062764 rows/sec., 1.78 MiB/sec. 2026.05.13 18:41:02.057636 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} MemoryTracker: Peak memory usage (for query): 129.42 KiB. 2026.05.13 18:41:02.057652 [ 294 ] {041c3461-6a2b-495a-aca3-9b512d0e5129} TCPHandler: Processed in 0.003803707 sec. 2026.05.13 18:41:02.059907 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.060064 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:02.060125 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:02.060786 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.060827 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.061201 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:02.061421 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.061564 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} executeQuery: Read 118 rows, 10.25 KiB in 0.001544 sec., 76424.87046632124 rows/sec., 6.48 MiB/sec. 2026.05.13 18:41:02.061603 [ 294 ] {f92ce402-b202-4a77-9295-013b195f67a1} TCPHandler: Processed in 0.001771441 sec. 2026.05.13 18:41:02.061778 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.061881 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:02.061920 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:02.062367 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.062405 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.062703 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:41:02.062910 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.063038 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} executeQuery: Read 31 rows, 2.33 KiB in 0.001177 sec., 26338.147833474934 rows/sec., 1.93 MiB/sec. 2026.05.13 18:41:02.063074 [ 294 ] {d308bb16-2b47-464d-b7c5-1e8124909c0f} TCPHandler: Processed in 0.001345544 sec. 2026.05.13 18:41:02.063208 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.063304 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:02.063342 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:02.063796 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.063832 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.064135 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:02.064340 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.064466 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} executeQuery: Read 95 rows, 7.60 KiB in 0.00118 sec., 80508.47457627118 rows/sec., 6.29 MiB/sec. 2026.05.13 18:41:02.064502 [ 294 ] {67f78210-1822-4097-86cf-58f8bbe2fa15} TCPHandler: Processed in 0.001342993 sec. 2026.05.13 18:41:02.064629 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.064722 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:02.064764 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:02.065179 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.065215 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.065535 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:02.065762 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.065895 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.05.13 18:41:02.065931 [ 294 ] {b1262040-3a4f-46f1-9d04-ca4b59dd7788} TCPHandler: Processed in 0.001349483 sec. 2026.05.13 18:41:02.066052 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.066145 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:02.066197 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} 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.05.13 18:41:02.067010 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.067047 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.067594 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:41:02.067829 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.067968 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} executeQuery: Read 31 rows, 56.88 KiB in 0.001841 sec., 16838.67463335144 rows/sec., 30.17 MiB/sec. 2026.05.13 18:41:02.068026 [ 294 ] {7bf9064d-ab22-411e-815b-54ac2fd3ebab} TCPHandler: Processed in 0.002022515 sec. 2026.05.13 18:41:02.068148 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:02.068243 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:02.068284 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:02.068627 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:02.068662 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:02.068960 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:02.069245 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:02.069383 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2026.05.13 18:41:02.069418 [ 294 ] {405b0cbe-1f21-4e09-8c8f-fbb4ddd16ac2} TCPHandler: Processed in 0.001317993 sec. 2026.05.13 18:41:03.076700 [ 39 ] {} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.13 18:41:03.076793 [ 39 ] {} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:03.076832 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:03.076995 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.077181 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:03.077218 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.077289 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.077334 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.077375 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.077416 [ 189 ] {5f999441-4ffd-4634-9aa1-16da156689fa::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.05.13 18:41:03.078136 [ 197 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001198611 sec., 5005.794206794364 rows/sec., 371.52 KiB/sec. 2026.05.13 18:41:03.078379 [ 197 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.13 18:41:03.078697 [ 197 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_5_1} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:03.078780 [ 197 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_5_1} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.13 18:41:03.078879 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:41:04.453327 [ 34 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:41:04.453395 [ 34 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:41:04.537389 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13339 2026.05.13 18:41:04.537923 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:04.537975 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:04.538494 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:41:04.538728 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:04.538866 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13339 2026.05.13 18:41:04.568830 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 766 2026.05.13 18:41:04.571031 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:04.571068 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:04.572294 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:41:04.572569 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:04.572819 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 766 2026.05.13 18:41:05.234415 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.13 18:41:05.249556 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:05.249619 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:05.256299 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:41:05.257054 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:05.259699 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.13 18:41:07.052476 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.052823 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:07.053349 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:07.053414 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:07.053638 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:07.053704 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:07.053837 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:07.053976 [ 347 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:07.054009 [ 341 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:07.053976 [ 334 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:07.053975 [ 324 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:07.054258 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:07.054284 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:07.054366 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:07.054386 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:07.054419 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:07.054455 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:07.054498 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:07.055839 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} executeQuery: Read 35 rows, 6.04 KiB in 0.003157 sec., 11086.474501108647 rows/sec., 1.87 MiB/sec. 2026.05.13 18:41:07.056000 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} MemoryTracker: Peak memory usage (for query): 129.38 KiB. 2026.05.13 18:41:07.056016 [ 294 ] {6a7c4a2f-5e83-44db-92e8-ea1198b78448} TCPHandler: Processed in 0.003697196 sec. 2026.05.13 18:41:07.057833 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.057967 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:07.058015 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:07.058616 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.058654 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.059006 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:07.059219 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.059355 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} executeQuery: Read 78 rows, 6.59 KiB in 0.001424 sec., 54775.28089887641 rows/sec., 4.52 MiB/sec. 2026.05.13 18:41:07.059393 [ 294 ] {b482c0b7-779a-4033-aa0d-c9ad09f2f828} TCPHandler: Processed in 0.001623079 sec. 2026.05.13 18:41:07.059587 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.059687 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:07.059725 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:07.060146 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.060183 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.060461 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:41:07.060673 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.060797 [ 32 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:41:07.060799 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} executeQuery: Read 11 rows, 847.00 B in 0.001135 sec., 9691.629955947137 rows/sec., 728.77 KiB/sec. 2026.05.13 18:41:07.060845 [ 32 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.060860 [ 294 ] {1a121c01-9c5e-4062-a8d8-76c89bd7e1a0} TCPHandler: Processed in 0.001320684 sec. 2026.05.13 18:41:07.060872 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.060978 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:41:07.061098 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:07.061112 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.061131 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 80 rows starting from the beginning of the part 2026.05.13 18:41:07.061205 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:07.061215 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:07.061258 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:41:07.061260 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:07.061311 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2026.05.13 18:41:07.061359 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:07.061403 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:07.061735 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.061775 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.062216 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:07.062218 [ 189 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001282113 sec., 159892.30278454395 rows/sec., 12.33 MiB/sec. 2026.05.13 18:41:07.062367 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:41:07.062443 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.062587 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} executeQuery: Read 75 rows, 6.00 KiB in 0.00139 sec., 53956.8345323741 rows/sec., 4.21 MiB/sec. 2026.05.13 18:41:07.062625 [ 294 ] {ed985f4e-4ccb-4f05-84b5-2603842643b7} TCPHandler: Processed in 0.001562348 sec. 2026.05.13 18:41:07.062635 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.062707 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_36_7} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:41:07.062756 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.062782 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:41:07.062859 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:07.062904 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:07.063344 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.063379 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.063697 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:07.063903 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.064031 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.05.13 18:41:07.064067 [ 294 ] {baa7b125-c7a6-402f-8ec5-41f4b8306072} TCPHandler: Processed in 0.001360114 sec. 2026.05.13 18:41:07.064201 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.064295 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:07.064346 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} 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.05.13 18:41:07.065115 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.065150 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.065654 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:41:07.065878 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.066017 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} executeQuery: Read 11 rows, 20.18 KiB in 0.001739 sec., 6325.474410580793 rows/sec., 11.33 MiB/sec. 2026.05.13 18:41:07.066068 [ 294 ] {b8725d36-bf64-45f7-ba0e-300092ea5dfc} TCPHandler: Processed in 0.001915283 sec. 2026.05.13 18:41:07.066240 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:07.066364 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:07.066412 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:07.066831 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:07.066873 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:07.067245 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:07.067487 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:07.067613 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} executeQuery: Read 60 rows, 4.14 KiB in 0.001274 sec., 47095.76138147567 rows/sec., 3.17 MiB/sec. 2026.05.13 18:41:07.067649 [ 294 ] {c54916df-957e-477c-b011-e47c2a634a5a} TCPHandler: Processed in 0.001469406 sec. 2026.05.13 18:41:12.038970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13851 2026.05.13 18:41:12.039585 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.039632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.040098 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:41:12.040326 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.040452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13851 2026.05.13 18:41:12.054051 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.054276 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:41:12.054605 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:12.054639 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:41:12.054867 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:12.054934 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:12.055071 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:41:12.055186 [ 324 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:12.055198 [ 339 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:12.055206 [ 341 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:12.055187 [ 342 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:12.055409 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:12.055459 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:12.055592 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:12.055616 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:12.055670 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:12.055717 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:12.055764 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:12.057271 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} executeQuery: Read 35 rows, 6.04 KiB in 0.003082 sec., 11356.26216742375 rows/sec., 1.91 MiB/sec. 2026.05.13 18:41:12.057470 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} MemoryTracker: Peak memory usage (for query): 130.22 KiB. 2026.05.13 18:41:12.057487 [ 294 ] {0a15ef97-962c-48f9-8737-2a13b659b6b0} TCPHandler: Processed in 0.003574394 sec. 2026.05.13 18:41:12.059759 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.059924 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:41:12.060010 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:41:12.060631 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.060679 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.061072 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:41:12.061344 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.061528 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} executeQuery: Read 2 rows, 167.00 B in 0.001641 sec., 1218.769043266301 rows/sec., 99.38 KiB/sec. 2026.05.13 18:41:12.061572 [ 294 ] {19b00ee8-1654-49a7-ab85-17a79728d959} TCPHandler: Processed in 0.001947595 sec. 2026.05.13 18:41:12.061719 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.061813 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:12.061873 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:12.062375 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.062410 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.062739 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:12.062976 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.063107 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} executeQuery: Read 119 rows, 10.33 KiB in 0.001312 sec., 90701.21951219512 rows/sec., 7.69 MiB/sec. 2026.05.13 18:41:12.063143 [ 294 ] {1b37ac35-2c3d-4b95-92cd-5d254755d4e2} TCPHandler: Processed in 0.001473656 sec. 2026.05.13 18:41:12.063278 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.063389 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:12.063427 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:12.063897 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.063939 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.064263 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:41:12.064490 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.064643 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} executeQuery: Read 33 rows, 2.47 KiB in 0.001272 sec., 25943.396226415098 rows/sec., 1.90 MiB/sec. 2026.05.13 18:41:12.064680 [ 294 ] {f37d5376-35b0-49ac-984a-b55fef1b6e42} TCPHandler: Processed in 0.001451055 sec. 2026.05.13 18:41:12.064807 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.064916 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:12.064958 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:12.065416 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.065470 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.065820 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:12.066061 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.066215 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} executeQuery: Read 97 rows, 7.76 KiB in 0.00133 sec., 72932.33082706766 rows/sec., 5.70 MiB/sec. 2026.05.13 18:41:12.066253 [ 294 ] {a5414070-39cf-463b-a124-aba0323df8cd} TCPHandler: Processed in 0.001495087 sec. 2026.05.13 18:41:12.066387 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.066498 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:12.066542 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:12.067010 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.067046 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.067400 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:12.067638 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.067768 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} executeQuery: Read 161 rows, 11.48 KiB in 0.001289 sec., 124903.02560124127 rows/sec., 8.70 MiB/sec. 2026.05.13 18:41:12.067804 [ 294 ] {1801159b-2a85-49a6-8aca-1b8692f825cd} TCPHandler: Processed in 0.001464596 sec. 2026.05.13 18:41:12.067948 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.068061 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:12.068116 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} 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.05.13 18:41:12.069031 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.069067 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.070112 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:41:12.070381 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.070507 [ 23 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:41:12.070543 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} executeQuery: Read 31 rows, 56.88 KiB in 0.002498 sec., 12409.927942353885 rows/sec., 22.24 MiB/sec. 2026.05.13 18:41:12.070552 [ 23 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.070587 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.070606 [ 294 ] {f4fcf825-ba7d-4907-87c6-948eae5403e9} TCPHandler: Processed in 0.002705808 sec. 2026.05.13 18:41:12.070687 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:41:12.070744 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:12.070845 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:12.070886 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:12.070903 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:12.070960 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 610 rows starting from the beginning of the part 2026.05.13 18:41:12.071069 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:41:12.071165 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part 2026.05.13 18:41:12.071255 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:12.071277 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.071317 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.071343 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:12.071430 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:12.071632 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:12.071883 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.072074 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2026.05.13 18:41:12.072117 [ 294 ] {b6433592-256c-4362-9f97-76351f5be899} TCPHandler: Processed in 0.001421455 sec. 2026.05.13 18:41:12.075883 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 733 rows, containing 19 columns (19 merged, 0 gathered) in 0.005237862 sec., 139942.59489845284 rows/sec., 250.77 MiB/sec. 2026.05.13 18:41:12.076774 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:41:12.077099 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.077168 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_36_7} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:41:12.077253 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. 2026.05.13 18:41:12.759776 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.13 18:41:12.776900 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:12.776945 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:12.782807 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:41:12.783521 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:12.786308 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.05.13 18:41:13.000204 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 279.07 MiB, peak 286.14 MiB, free memory in arenas 0.00 B, will set to 280.98 MiB (RSS), difference: 1.91 MiB 2026.05.13 18:41:14.572987 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 796 2026.05.13 18:41:14.575286 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:14.575335 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:14.576502 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:41:14.576762 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:14.576944 [ 92 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.13 18:41:14.577008 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2026.05.13 18:41:14.577021 [ 92 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:14.577060 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:14.577213 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:41:14.577791 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:14.577926 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2026.05.13 18:41:14.578275 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2026.05.13 18:41:14.578583 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.05.13 18:41:14.578909 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part 2026.05.13 18:41:14.579216 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.05.13 18:41:14.579538 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part 2026.05.13 18:41:14.585498 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 796 rows, containing 72 columns (72 merged, 0 gathered) in 0.008349938 sec., 95330.04915725124 rows/sec., 81.93 MiB/sec. 2026.05.13 18:41:14.586398 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.13 18:41:14.586886 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:14.586956 [ 195 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_21_4} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.13 18:41:14.587118 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2026.05.13 18:41:17.052975 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.053210 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:17.053556 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:17.053590 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:17.053812 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:17.053882 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:17.054025 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:17.054166 [ 357 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:17.054166 [ 342 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:17.054267 [ 357 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:17.054169 [ 341 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:17.054465 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:17.054494 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:17.054582 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:17.054602 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:17.054639 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:17.054677 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:17.054721 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:17.056105 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} executeQuery: Read 35 rows, 6.04 KiB in 0.002988 sec., 11713.520749665327 rows/sec., 1.97 MiB/sec. 2026.05.13 18:41:17.056255 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} MemoryTracker: Peak memory usage (for query): 128.42 KiB. 2026.05.13 18:41:17.056271 [ 294 ] {89b39ed0-3110-4619-92fe-813bc151f510} TCPHandler: Processed in 0.003432611 sec. 2026.05.13 18:41:17.058441 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.058552 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:17.058594 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:17.059442 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.059517 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.059997 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:41:17.060220 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.060364 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} executeQuery: Read 78 rows, 6.59 KiB in 0.001844 sec., 42299.34924078091 rows/sec., 3.49 MiB/sec. 2026.05.13 18:41:17.060381 [ 83 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:41:17.060402 [ 294 ] {5521e836-63b9-4f93-a7ae-2a7cde075a78} TCPHandler: Processed in 0.002010916 sec. 2026.05.13 18:41:17.060438 [ 83 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.060469 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.060566 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.060565 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:41:17.060666 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:17.060688 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:17.060707 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:17.060722 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2615 rows starting from the beginning of the part 2026.05.13 18:41:17.060789 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.05.13 18:41:17.060842 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 118 rows starting from the beginning of the part 2026.05.13 18:41:17.060890 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 78 rows starting from the beginning of the part 2026.05.13 18:41:17.060936 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 119 rows starting from the beginning of the part 2026.05.13 18:41:17.060984 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2026.05.13 18:41:17.061156 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.061193 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.061682 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:41:17.061900 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.062036 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} executeQuery: Read 11 rows, 847.00 B in 0.001388 sec., 7925.072046109511 rows/sec., 595.93 KiB/sec. 2026.05.13 18:41:17.062073 [ 294 ] {4183d094-1dd3-4ce7-9991-c8c0c6488de6} TCPHandler: Processed in 0.001556617 sec. 2026.05.13 18:41:17.062240 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.062313 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3064 rows, containing 5 columns (5 merged, 0 gathered) in 0.001791071 sec., 1710708.28571285 rows/sec., 136.60 MiB/sec. 2026.05.13 18:41:17.062336 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:17.062375 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:17.062616 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:41:17.062801 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.062847 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.062939 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.063038 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_46_9} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:41:17.063134 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.13 18:41:17.063195 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:41:17.063413 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.063543 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} executeQuery: Read 75 rows, 6.00 KiB in 0.001225 sec., 61224.48979591837 rows/sec., 4.78 MiB/sec. 2026.05.13 18:41:17.063549 [ 83 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:41:17.063584 [ 294 ] {5137deb2-b298-4fb9-ae8e-1a7ad758c787} TCPHandler: Processed in 0.001394014 sec. 2026.05.13 18:41:17.063598 [ 83 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.063625 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.063724 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.063760 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:41:17.063825 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:17.063873 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:17.063930 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:17.063975 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1401 rows starting from the beginning of the part 2026.05.13 18:41:17.064054 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.05.13 18:41:17.064108 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 95 rows starting from the beginning of the part 2026.05.13 18:41:17.064156 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 75 rows starting from the beginning of the part 2026.05.13 18:41:17.064202 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 97 rows starting from the beginning of the part 2026.05.13 18:41:17.064249 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 75 rows starting from the beginning of the part 2026.05.13 18:41:17.064318 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.064362 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.064723 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:41:17.064951 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.065089 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2026.05.13 18:41:17.065089 [ 83 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:41:17.065128 [ 294 ] {368b0420-6b05-4568-a6b0-a446f034e848} TCPHandler: Processed in 0.001451776 sec. 2026.05.13 18:41:17.065144 [ 83 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.065171 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.065293 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:41:17.065312 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.065440 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:17.065462 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:17.065481 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1807 rows, containing 5 columns (5 merged, 0 gathered) in 0.001779842 sec., 1015258.6577909725 rows/sec., 75.13 MiB/sec. 2026.05.13 18:41:17.065509 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15490 rows starting from the beginning of the part 2026.05.13 18:41:17.065494 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} 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.05.13 18:41:17.065597 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 128 rows starting from the beginning of the part 2026.05.13 18:41:17.065661 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.05.13 18:41:17.065702 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:41:17.065719 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:41:17.065772 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part 2026.05.13 18:41:17.065821 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2026.05.13 18:41:17.066004 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.066082 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_46_9} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:41:17.066167 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.05.13 18:41:17.066561 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.066616 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.067242 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:41:17.067500 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.067671 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} executeQuery: Read 11 rows, 20.18 KiB in 0.002247 sec., 4895.416110369381 rows/sec., 8.77 MiB/sec. 2026.05.13 18:41:17.067798 [ 294 ] {10cb38c4-ae7e-4895-aeab-f7cf42899f6a} TCPHandler: Processed in 0.002533825 sec. 2026.05.13 18:41:17.068031 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:17.068163 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:17.068219 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:17.068648 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.068685 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.068980 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16259 rows, containing 5 columns (5 merged, 0 gathered) in 0.003739415 sec., 4348006.3057991695 rows/sec., 283.43 MiB/sec. 2026.05.13 18:41:17.069003 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:41:17.069230 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.069362 [ 83 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:41:17.069381 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:41:17.069408 [ 83 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:17.069364 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} executeQuery: Read 60 rows, 4.14 KiB in 0.001243 sec., 48270.313757039425 rows/sec., 3.25 MiB/sec. 2026.05.13 18:41:17.069442 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:17.069487 [ 294 ] {8a15054f-5f01-4ebe-856e-3fa18e8d6e11} TCPHandler: Processed in 0.001575278 sec. 2026.05.13 18:41:17.069542 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:17.069643 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:17.069677 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2142 rows starting from the beginning of the part 2026.05.13 18:41:17.069694 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.069734 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part 2026.05.13 18:41:17.069773 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_46_9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:41:17.069788 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:17.069838 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:17.069857 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2026.05.13 18:41:17.069877 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:17.069921 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:17.070961 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 4 columns (4 merged, 0 gathered) in 0.001451765 sec., 1673824.6203758873 rows/sec., 112.93 MiB/sec. 2026.05.13 18:41:17.071273 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:41:17.071515 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:17.071578 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_46_9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:41:17.071639 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.13 18:41:19.453664 [ 141 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:41:19.453743 [ 141 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:41:19.540549 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14299 2026.05.13 18:41:19.541264 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:19.541328 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:19.541988 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:41:19.542218 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:19.542345 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14299 2026.05.13 18:41:20.286760 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.05.13 18:41:20.303782 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:20.303829 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:20.309588 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:41:20.310341 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:20.313073 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.05.13 18:41:22.053767 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.054001 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:22.054340 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:22.054374 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:22.054591 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:22.054661 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:22.054802 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:22.054932 [ 342 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:22.054963 [ 341 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:22.054964 [ 339 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:22.054967 [ 336 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:22.055174 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:22.055205 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:22.055291 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:22.055313 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:22.055350 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:22.055391 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:22.055425 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:22.057004 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} executeQuery: Read 35 rows, 6.04 KiB in 0.003093 sec., 11315.874555447786 rows/sec., 1.91 MiB/sec. 2026.05.13 18:41:22.057171 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:41:22.057187 [ 294 ] {33e1b213-b8a9-4bd2-be3e-bc2e6176f232} TCPHandler: Processed in 0.003575823 sec. 2026.05.13 18:41:22.059419 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.059643 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:22.059739 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:22.060459 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.060498 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.060891 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:41:22.061128 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.061277 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} executeQuery: Read 118 rows, 10.25 KiB in 0.001696 sec., 69575.47169811321 rows/sec., 5.90 MiB/sec. 2026.05.13 18:41:22.061315 [ 294 ] {99a3df2b-53d2-4909-988a-ab1c1603244e} TCPHandler: Processed in 0.001997505 sec. 2026.05.13 18:41:22.061465 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.061562 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.061602 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:22.062049 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.062086 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.062392 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:41:22.062603 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.062732 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} executeQuery: Read 31 rows, 2.33 KiB in 0.001188 sec., 26094.276094276094 rows/sec., 1.92 MiB/sec. 2026.05.13 18:41:22.062768 [ 294 ] {98135148-7eee-4eb6-87b9-47458f8b84bb} TCPHandler: Processed in 0.001352384 sec. 2026.05.13 18:41:22.062900 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.062996 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:22.063034 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:22.063495 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.063532 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.063828 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:41:22.064043 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.064170 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} executeQuery: Read 95 rows, 7.60 KiB in 0.001192 sec., 79697.98657718122 rows/sec., 6.22 MiB/sec. 2026.05.13 18:41:22.064208 [ 294 ] {bf48cec2-c5b9-4d9c-9cc3-13e7efdf9e10} TCPHandler: Processed in 0.001355704 sec. 2026.05.13 18:41:22.064371 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.064467 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.064521 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:22.064946 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.064982 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.065326 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:41:22.065548 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.065708 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2026.05.13 18:41:22.065745 [ 294 ] {e3476a55-b910-4ae9-9e92-689f15d7f291} TCPHandler: Processed in 0.001422305 sec. 2026.05.13 18:41:22.065875 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.065970 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.066023 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} 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.05.13 18:41:22.066867 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.066930 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.067468 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:41:22.067701 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.067842 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} executeQuery: Read 31 rows, 56.88 KiB in 0.001889 sec., 16410.79936474325 rows/sec., 29.41 MiB/sec. 2026.05.13 18:41:22.067894 [ 294 ] {2e35a3cb-f126-4ceb-831e-91e123825d76} TCPHandler: Processed in 0.002067476 sec. 2026.05.13 18:41:22.068035 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.068139 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.068179 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:22.068537 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.068574 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.068877 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:41:22.069089 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.069579 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. 2026.05.13 18:41:22.069615 [ 294 ] {a5c2bf59-dbfb-4c34-9e3d-a5c38a11bec0} TCPHandler: Processed in 0.001629568 sec. 2026.05.13 18:41:22.273642 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.273909 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:41:22.274250 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:22.274289 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:41:22.274537 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:22.274605 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:22.274745 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:41:22.274869 [ 336 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:22.274897 [ 342 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:22.274895 [ 339 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:22.274883 [ 341 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:22.275083 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:22.275107 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:22.275191 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:22.275212 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:22.275254 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:22.275294 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:22.275329 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:22.276588 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} executeQuery: Read 35 rows, 7.62 KiB in 0.002785 sec., 12567.324955116695 rows/sec., 2.67 MiB/sec. 2026.05.13 18:41:22.276797 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} MemoryTracker: Peak memory usage (for query): 146.57 KiB. 2026.05.13 18:41:22.276817 [ 294 ] {18226645-08fd-41ae-b0a1-391b6349c44b} TCPHandler: Processed in 0.003315839 sec. 2026.05.13 18:41:22.289156 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.289368 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.289464 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:41:22.290133 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.290175 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.290548 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:41:22.290767 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.290913 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} executeQuery: Read 24 rows, 2.04 KiB in 0.001609 sec., 14916.096954630206 rows/sec., 1.24 MiB/sec. 2026.05.13 18:41:22.290951 [ 294 ] {0c8d8b62-008f-4f6f-9248-4923d47c3372} TCPHandler: Processed in 0.001950224 sec. 2026.05.13 18:41:22.291224 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.291374 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:22.291433 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:22.292841 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.292878 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.293386 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:41:22.293614 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.293758 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} executeQuery: Read 2543 rows, 193.85 KiB in 0.002431 sec., 1046071.5754833402 rows/sec., 77.87 MiB/sec. 2026.05.13 18:41:22.293798 [ 294 ] {c041cbf8-d13c-4146-9dd9-a6c49c9c1578} TCPHandler: Processed in 0.002691308 sec. 2026.05.13 18:41:22.293922 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.294019 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.294058 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:22.294512 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.294548 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.294857 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:41:22.295062 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.295188 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} executeQuery: Read 32 rows, 2.46 KiB in 0.001188 sec., 26936.026936026934 rows/sec., 2.03 MiB/sec. 2026.05.13 18:41:22.295225 [ 294 ] {07907aa5-e43f-4eaa-8d62-7036ba3e324c} TCPHandler: Processed in 0.001351924 sec. 2026.05.13 18:41:22.295341 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.295435 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.295473 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:41:22.296185 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.296222 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.296538 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:41:22.296743 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.296867 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} executeQuery: Read 825 rows, 49.42 KiB in 0.001449 sec., 569358.1780538303 rows/sec., 33.31 MiB/sec. 2026.05.13 18:41:22.296903 [ 294 ] {8168a4c7-d03b-4b5d-8857-bad3f7482a86} TCPHandler: Processed in 0.001610188 sec. 2026.05.13 18:41:22.297033 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.297127 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.297165 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:41:22.297544 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.297580 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.297858 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.13 18:41:22.298064 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.298185 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} executeQuery: Read 1 rows, 72.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 65.29 KiB/sec. 2026.05.13 18:41:22.298222 [ 294 ] {ec29d4d1-7a9d-4368-93d8-e7919980c0eb} TCPHandler: Processed in 0.001237331 sec. 2026.05.13 18:41:22.298401 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.298495 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.298532 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:41:22.298952 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.298988 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.299272 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:41:22.299486 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.299610 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} executeQuery: Read 12 rows, 960.00 B in 0.001133 sec., 10591.350397175642 rows/sec., 827.45 KiB/sec. 2026.05.13 18:41:22.299647 [ 294 ] {623e0a29-3107-4b14-b4e5-f6b15f3e2de9} TCPHandler: Processed in 0.001298173 sec. 2026.05.13 18:41:22.299760 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.299853 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:22.299890 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:22.300911 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.300960 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.301409 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:41:22.301643 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.301817 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} executeQuery: Read 1335 rows, 92.09 KiB in 0.001978 sec., 674924.1658240646 rows/sec., 45.47 MiB/sec. 2026.05.13 18:41:22.301872 [ 294 ] {cf70932a-4e6e-4b3c-a688-d3bb0b3c0bb0} TCPHandler: Processed in 0.002160198 sec. 2026.05.13 18:41:22.301996 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.302107 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.302151 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:22.302891 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.302928 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.303363 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:41:22.303583 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.303713 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} executeQuery: Read 1532 rows, 95.89 KiB in 0.001637 sec., 935858.2773365913 rows/sec., 57.20 MiB/sec. 2026.05.13 18:41:22.303751 [ 294 ] {503308cd-46cb-486b-9c45-05a85ac0c441} TCPHandler: Processed in 0.001806872 sec. 2026.05.13 18:41:22.303872 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.303972 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.304026 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} 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.05.13 18:41:22.304869 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.304905 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.305428 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:41:22.305650 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.305790 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} executeQuery: Read 20 rows, 36.70 KiB in 0.001839 sec., 10875.475802066341 rows/sec., 19.49 MiB/sec. 2026.05.13 18:41:22.305848 [ 294 ] {7e11101c-82d6-400f-8975-b2117367901c} TCPHandler: Processed in 0.002025366 sec. 2026.05.13 18:41:22.305974 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:22.306080 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:22.306123 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:22.306462 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:22.306498 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.05.13 18:41:22.306822 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:41:22.307039 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:22.307173 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} executeQuery: Read 12 rows, 848.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 744.05 KiB/sec. 2026.05.13 18:41:22.307211 [ 294 ] {4c825a30-bdfa-48ef-a6cb-8424e93c7bf3} TCPHandler: Processed in 0.001288043 sec. 2026.05.13 18:41:23.000282 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 282.55 MiB, peak 287.26 MiB, free memory in arenas 0.00 B, will set to 281.38 MiB (RSS), difference: -1.17 MiB 2026.05.13 18:41:24.577193 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 846 2026.05.13 18:41:24.579898 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:24.579946 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:24.581157 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:41:24.581430 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:24.581679 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2026.05.13 18:41:27.042478 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14811 2026.05.13 18:41:27.043356 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.043424 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.043909 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:41:27.044148 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.044278 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14811 2026.05.13 18:41:27.044297 [ 120 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:41:27.044362 [ 120 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.044382 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.044483 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.044575 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:27.044611 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12379 rows starting from the beginning of the part 2026.05.13 18:41:27.044663 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.044704 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.044739 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.044776 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.044813 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:41:27.046331 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14811 rows, containing 4 columns (4 merged, 0 gathered) in 0.001883273 sec., 7864499.72999135 rows/sec., 112.50 MiB/sec. 2026.05.13 18:41:27.046736 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:41:27.047025 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.047106 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_31_6} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:41:27.047196 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.13 18:41:27.051970 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:27.052294 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:27.052794 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:27.052858 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:27.053145 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:27.053211 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:27.053345 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:41:27.053437 [ 341 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:27.053464 [ 327 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:27.053469 [ 336 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:27.053477 [ 306 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:27.053626 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:27.053653 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:27.053733 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:27.053752 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:27.053789 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:27.053825 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:27.053867 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:27.055099 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} executeQuery: Read 35 rows, 6.04 KiB in 0.002946 sec., 11880.51595383571 rows/sec., 2.00 MiB/sec. 2026.05.13 18:41:27.055256 [ 294 ] {a7953aef-18c2-4545-8c05-63672c6aecdd} TCPHandler: Processed in 0.003457841 sec. 2026.05.13 18:41:27.056802 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:27.056912 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:27.056953 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:27.057532 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.057577 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.057967 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:41:27.058221 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.058355 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} executeQuery: Read 56 rows, 4.38 KiB in 0.001474 sec., 37991.85888738128 rows/sec., 2.90 MiB/sec. 2026.05.13 18:41:27.058393 [ 294 ] {880d0e30-8af0-4cf2-923d-2cbf2498e04b} TCPHandler: Processed in 0.001640549 sec. 2026.05.13 18:41:27.058523 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:27.058620 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:27.058659 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:27.059064 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.059104 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.059394 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:41:27.059600 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.059727 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} executeQuery: Read 64 rows, 5.12 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 4.44 MiB/sec. 2026.05.13 18:41:27.059763 [ 294 ] {b0fbde52-cbee-46b7-b1b5-c5b7efadf45a} TCPHandler: Processed in 0.001290033 sec. 2026.05.13 18:41:27.059890 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:27.059985 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:27.060028 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:27.060420 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.060462 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.060786 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:41:27.060999 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.061125 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} executeQuery: Read 128 rows, 9.13 KiB in 0.001157 sec., 110630.94209161625 rows/sec., 7.71 MiB/sec. 2026.05.13 18:41:27.061161 [ 294 ] {022d4220-ff30-4167-b253-4f113ae8eae6} TCPHandler: Processed in 0.001319424 sec. 2026.05.13 18:41:27.061381 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:27.061527 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:27.061583 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:27.062076 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.062117 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.062517 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:41:27.062746 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.062896 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} executeQuery: Read 48 rows, 3.31 KiB in 0.001409 sec., 34066.7139815472 rows/sec., 2.30 MiB/sec. 2026.05.13 18:41:27.062936 [ 294 ] {5ef2fa33-e833-4fd7-acd3-e8b02be34cba} TCPHandler: Processed in 0.00167764 sec. 2026.05.13 18:41:27.813156 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.05.13 18:41:27.831642 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.831714 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.837389 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:41:27.838151 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.838487 [ 120 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:41:27.838564 [ 120 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:27.838589 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:27.838738 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.842149 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.05.13 18:41:27.842646 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:27.844187 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.848898 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.853484 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.858049 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.862393 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.866537 [ 199 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:41:27.925115 [ 192 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.086442742 sec., 2706.994185816086 rows/sec., 14.00 MiB/sec. 2026.05.13 18:41:27.928174 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:41:27.930374 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_31_6} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:27.930462 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_31_6} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:41:27.932509 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.13 18:41:28.000235 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 282.83 MiB, peak 293.38 MiB, free memory in arenas 0.00 B, will set to 288.09 MiB (RSS), difference: 5.27 MiB 2026.05.13 18:41:29.458047 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54897 2026.05.13 18:41:29.458183 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.458214 [ 275 ] {} TCP-Session: bd50a0d4-f308-4a95-b008-c6eeab1fd277 Authenticating user 'default' from [fd00:1122:3344:101::e]:54897 2026.05.13 18:41:29.458239 [ 275 ] {} TCP-Session: bd50a0d4-f308-4a95-b008-c6eeab1fd277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.458255 [ 275 ] {} TCP-Session: bd50a0d4-f308-4a95-b008-c6eeab1fd277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.458453 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45295 2026.05.13 18:41:29.458502 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44476 2026.05.13 18:41:29.458513 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59284 2026.05.13 18:41:29.458534 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45173 2026.05.13 18:41:29.458548 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38913 2026.05.13 18:41:29.458614 [ 275 ] {} TCP-Session: bd50a0d4-f308-4a95-b008-c6eeab1fd277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:29.458523 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53417 2026.05.13 18:41:29.458500 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59384 2026.05.13 18:41:29.458701 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.458500 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47622 2026.05.13 18:41:29.458769 [ 293 ] {} TCP-Session: 82e73269-4427-4a4d-b039-fe735dd777b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45295 2026.05.13 18:41:29.458810 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} executeQuery: (from [fd00:1122:3344:101::e]:54897) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:41:29.458812 [ 293 ] {} TCP-Session: 82e73269-4427-4a4d-b039-fe735dd777b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.458850 [ 293 ] {} TCP-Session: 82e73269-4427-4a4d-b039-fe735dd777b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459072 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:41:29.459131 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:29.459168 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.459199 [ 315 ] {} TCP-Session: 0e3c8490-b490-456a-838a-23df3fc237b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:53417 2026.05.13 18:41:29.459215 [ 315 ] {} TCP-Session: 0e3c8490-b490-456a-838a-23df3fc237b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459231 [ 315 ] {} TCP-Session: 0e3c8490-b490-456a-838a-23df3fc237b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459282 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.459318 [ 310 ] {} TCP-Session: 2f31599d-e397-4501-8d46-e077eac71498 Authenticating user 'default' from [fd00:1122:3344:101::e]:47622 2026.05.13 18:41:29.459343 [ 310 ] {} TCP-Session: 2f31599d-e397-4501-8d46-e077eac71498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459356 [ 310 ] {} TCP-Session: 2f31599d-e397-4501-8d46-e077eac71498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459388 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.459424 [ 317 ] {} TCP-Session: 1c56c256-26f2-470c-aa2b-dd9b5e79cea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38913 2026.05.13 18:41:29.459450 [ 317 ] {} TCP-Session: 1c56c256-26f2-470c-aa2b-dd9b5e79cea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459463 [ 317 ] {} TCP-Session: 1c56c256-26f2-470c-aa2b-dd9b5e79cea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459604 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:41:29.459800 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.459839 [ 309 ] {} TCP-Session: c6ca9db7-2753-483a-96ec-2606d585bc11 Authenticating user 'default' from [fd00:1122:3344:101::e]:59384 2026.05.13 18:41:29.459859 [ 309 ] {} TCP-Session: c6ca9db7-2753-483a-96ec-2606d585bc11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459872 [ 309 ] {} TCP-Session: c6ca9db7-2753-483a-96ec-2606d585bc11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459901 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.459934 [ 314 ] {} TCP-Session: 5a66ed7e-1921-4483-a8f1-79371934c45f Authenticating user 'default' from [fd00:1122:3344:101::e]:59284 2026.05.13 18:41:29.459955 [ 314 ] {} TCP-Session: 5a66ed7e-1921-4483-a8f1-79371934c45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459968 [ 314 ] {} TCP-Session: 5a66ed7e-1921-4483-a8f1-79371934c45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.459987 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.460017 [ 313 ] {} TCP-Session: 0a6083d6-4e46-4dae-9a2b-5a093c765cda Authenticating user 'default' from [fd00:1122:3344:101::e]:44476 2026.05.13 18:41:29.460033 [ 313 ] {} TCP-Session: 0a6083d6-4e46-4dae-9a2b-5a093c765cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.460046 [ 313 ] {} TCP-Session: 0a6083d6-4e46-4dae-9a2b-5a093c765cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.460164 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:29.460201 [ 316 ] {} TCP-Session: 510bb06c-641d-4753-bd34-4426a35c3dd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45173 2026.05.13 18:41:29.460219 [ 316 ] {} TCP-Session: 510bb06c-641d-4753-bd34-4426a35c3dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.460231 [ 316 ] {} TCP-Session: 510bb06c-641d-4753-bd34-4426a35c3dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.460961 [ 306 ] {41c8f308-b690-4f46-9078-ae877f16b02a} AggregatingTransform: Aggregating 2026.05.13 18:41:29.460999 [ 306 ] {41c8f308-b690-4f46-9078-ae877f16b02a} Aggregator: Aggregation method: without_key 2026.05.13 18:41:29.461032 [ 306 ] {41c8f308-b690-4f46-9078-ae877f16b02a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001319933 sec. (757.614 rows/sec., 29.59 KiB/sec.) 2026.05.13 18:41:29.461052 [ 306 ] {41c8f308-b690-4f46-9078-ae877f16b02a} Aggregator: Merging aggregated data 2026.05.13 18:41:29.462315 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} executeQuery: Read 1 rows, 40.00 B in 0.003571 sec., 280.0336040324839 rows/sec., 10.94 KiB/sec. 2026.05.13 18:41:29.462427 [ 275 ] {41c8f308-b690-4f46-9078-ae877f16b02a} TCPHandler: Processed in 0.003932829 sec. 2026.05.13 18:41:29.462553 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462580 [ 275 ] {} TCP-Session: bd50a0d4-f308-4a95-b008-c6eeab1fd277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462582 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462601 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462630 [ 293 ] {} TCP-Session: 82e73269-4427-4a4d-b039-fe735dd777b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462630 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462649 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462664 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462694 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462704 [ 313 ] {} TCP-Session: 0a6083d6-4e46-4dae-9a2b-5a093c765cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462722 [ 310 ] {} TCP-Session: 2f31599d-e397-4501-8d46-e077eac71498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462737 [ 314 ] {} TCP-Session: 5a66ed7e-1921-4483-a8f1-79371934c45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462689 [ 315 ] {} TCP-Session: 0e3c8490-b490-456a-838a-23df3fc237b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462674 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462649 [ 309 ] {} TCP-Session: c6ca9db7-2753-483a-96ec-2606d585bc11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462849 [ 317 ] {} TCP-Session: 1c56c256-26f2-470c-aa2b-dd9b5e79cea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:29.462638 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:29.462909 [ 316 ] {} TCP-Session: 510bb06c-641d-4753-bd34-4426a35c3dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.594394 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35378 2026.05.13 18:41:30.594515 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.594547 [ 275 ] {} TCP-Session: f07d800d-43b8-4829-969a-e78a2e26f312 Authenticating user 'default' from [fd00:1122:3344:101::e]:35378 2026.05.13 18:41:30.594572 [ 275 ] {} TCP-Session: f07d800d-43b8-4829-969a-e78a2e26f312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.594587 [ 275 ] {} TCP-Session: f07d800d-43b8-4829-969a-e78a2e26f312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.594818 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44369 2026.05.13 18:41:30.594848 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35711 2026.05.13 18:41:30.594875 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42208 2026.05.13 18:41:30.594906 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61353 2026.05.13 18:41:30.594875 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45281 2026.05.13 18:41:30.594955 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.594955 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.594946 [ 275 ] {} TCP-Session: f07d800d-43b8-4829-969a-e78a2e26f312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:30.595011 [ 293 ] {} TCP-Session: e970c3e2-bcef-4c74-bfa8-64e429b0f86f Authenticating user 'default' from [fd00:1122:3344:101::e]:44369 2026.05.13 18:41:30.595018 [ 313 ] {} TCP-Session: ebf4066c-05b2-4453-8ffe-8eae8a2841d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:35711 2026.05.13 18:41:30.595021 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595062 [ 293 ] {} TCP-Session: e970c3e2-bcef-4c74-bfa8-64e429b0f86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595069 [ 313 ] {} TCP-Session: ebf4066c-05b2-4453-8ffe-8eae8a2841d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595101 [ 293 ] {} TCP-Session: e970c3e2-bcef-4c74-bfa8-64e429b0f86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595101 [ 314 ] {} TCP-Session: b560aa21-1702-4377-8966-e6b42b8daecb Authenticating user 'default' from [fd00:1122:3344:101::e]:45281 2026.05.13 18:41:30.595114 [ 313 ] {} TCP-Session: ebf4066c-05b2-4453-8ffe-8eae8a2841d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595008 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595149 [ 314 ] {} TCP-Session: b560aa21-1702-4377-8966-e6b42b8daecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.594879 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64776 2026.05.13 18:41:30.595200 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} executeQuery: (from [fd00:1122:3344:101::e]:35378) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:41:30.595185 [ 314 ] {} TCP-Session: b560aa21-1702-4377-8966-e6b42b8daecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595185 [ 317 ] {} TCP-Session: ce3c2e8e-17d0-4a98-b7c0-be570e3c6301 Authenticating user 'default' from [fd00:1122:3344:101::e]:61353 2026.05.13 18:41:30.595273 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595279 [ 317 ] {} TCP-Session: ce3c2e8e-17d0-4a98-b7c0-be570e3c6301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595306 [ 316 ] {} TCP-Session: 78f8154b-460d-4161-bf80-0ee179250d74 Authenticating user 'default' from [fd00:1122:3344:101::e]:64776 2026.05.13 18:41:30.595320 [ 317 ] {} TCP-Session: ce3c2e8e-17d0-4a98-b7c0-be570e3c6301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595341 [ 316 ] {} TCP-Session: 78f8154b-460d-4161-bf80-0ee179250d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.594821 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43573 2026.05.13 18:41:30.594826 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47952 2026.05.13 18:41:30.595008 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595369 [ 316 ] {} TCP-Session: 78f8154b-460d-4161-bf80-0ee179250d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595587 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595606 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:41:30.595603 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.595625 [ 310 ] {} TCP-Session: b9ecb490-86db-49cf-b3cd-ce9e92f25912 Authenticating user 'default' from [fd00:1122:3344:101::e]:47952 2026.05.13 18:41:30.595577 [ 315 ] {} TCP-Session: 3ba2472a-adfa-405e-9c69-ea040b7f1b54 Authenticating user 'default' from [fd00:1122:3344:101::e]:42208 2026.05.13 18:41:30.595663 [ 309 ] {} TCP-Session: 9b1e6ac3-7be9-46b4-a87f-1578de567e33 Authenticating user 'default' from [fd00:1122:3344:101::e]:43573 2026.05.13 18:41:30.595674 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:30.595691 [ 315 ] {} TCP-Session: 3ba2472a-adfa-405e-9c69-ea040b7f1b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595710 [ 309 ] {} TCP-Session: 9b1e6ac3-7be9-46b4-a87f-1578de567e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595741 [ 315 ] {} TCP-Session: 3ba2472a-adfa-405e-9c69-ea040b7f1b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595764 [ 309 ] {} TCP-Session: 9b1e6ac3-7be9-46b4-a87f-1578de567e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595668 [ 310 ] {} TCP-Session: b9ecb490-86db-49cf-b3cd-ce9e92f25912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595807 [ 310 ] {} TCP-Session: b9ecb490-86db-49cf-b3cd-ce9e92f25912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.595997 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:41:30.596976 [ 308 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} AggregatingTransform: Aggregating 2026.05.13 18:41:30.597015 [ 308 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} Aggregator: Aggregation method: without_key 2026.05.13 18:41:30.597051 [ 308 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000951366 sec. (1051.120 rows/sec., 41.06 KiB/sec.) 2026.05.13 18:41:30.597070 [ 308 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} Aggregator: Merging aggregated data 2026.05.13 18:41:30.598266 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} executeQuery: Read 1 rows, 40.00 B in 0.003122 sec., 320.30749519538756 rows/sec., 12.51 KiB/sec. 2026.05.13 18:41:30.598446 [ 275 ] {a4a2fd8e-0d6f-4c1c-9530-c96f50452a39} TCPHandler: Processed in 0.003630714 sec. 2026.05.13 18:41:30.598581 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598611 [ 275 ] {} TCP-Session: f07d800d-43b8-4829-969a-e78a2e26f312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598615 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598637 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598652 [ 293 ] {} TCP-Session: e970c3e2-bcef-4c74-bfa8-64e429b0f86f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598663 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598683 [ 309 ] {} TCP-Session: 9b1e6ac3-7be9-46b4-a87f-1578de567e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598688 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598713 [ 314 ] {} TCP-Session: b560aa21-1702-4377-8966-e6b42b8daecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598729 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598743 [ 317 ] {} TCP-Session: ce3c2e8e-17d0-4a98-b7c0-be570e3c6301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598758 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598768 [ 313 ] {} TCP-Session: ebf4066c-05b2-4453-8ffe-8eae8a2841d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598783 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598815 [ 316 ] {} TCP-Session: 78f8154b-460d-4161-bf80-0ee179250d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598704 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.598844 [ 315 ] {} TCP-Session: 3ba2472a-adfa-405e-9c69-ea040b7f1b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.598885 [ 310 ] {} TCP-Session: b9ecb490-86db-49cf-b3cd-ce9e92f25912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735294 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41297 2026.05.13 18:41:30.735398 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.735427 [ 275 ] {} TCP-Session: f8a4bb7f-1f6c-488b-8a49-0b7abe28aed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:41297 2026.05.13 18:41:30.735449 [ 275 ] {} TCP-Session: f8a4bb7f-1f6c-488b-8a49-0b7abe28aed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735462 [ 275 ] {} TCP-Session: f8a4bb7f-1f6c-488b-8a49-0b7abe28aed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735716 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61853 2026.05.13 18:41:30.735745 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43725 2026.05.13 18:41:30.735771 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39416 2026.05.13 18:41:30.735794 [ 275 ] {} TCP-Session: f8a4bb7f-1f6c-488b-8a49-0b7abe28aed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:30.735831 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.735836 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.735869 [ 309 ] {} TCP-Session: a40dd66c-7d95-4212-8624-774add014736 Authenticating user 'default' from [fd00:1122:3344:101::e]:61853 2026.05.13 18:41:30.735880 [ 314 ] {} TCP-Session: 33009688-d29d-4d16-935c-2803a9be3da6 Authenticating user 'default' from [fd00:1122:3344:101::e]:43725 2026.05.13 18:41:30.735888 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.735909 [ 314 ] {} TCP-Session: 33009688-d29d-4d16-935c-2803a9be3da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735902 [ 309 ] {} TCP-Session: a40dd66c-7d95-4212-8624-774add014736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735932 [ 316 ] {} TCP-Session: 404aad55-7cca-4126-abb9-9da9cd728c91 Authenticating user 'default' from [fd00:1122:3344:101::e]:39416 2026.05.13 18:41:30.735939 [ 314 ] {} TCP-Session: 33009688-d29d-4d16-935c-2803a9be3da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735951 [ 309 ] {} TCP-Session: a40dd66c-7d95-4212-8624-774add014736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735975 [ 316 ] {} TCP-Session: 404aad55-7cca-4126-abb9-9da9cd728c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735981 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} executeQuery: (from [fd00:1122:3344:101::e]:41297) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:41:30.736008 [ 316 ] {} TCP-Session: 404aad55-7cca-4126-abb9-9da9cd728c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.735771 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37882 2026.05.13 18:41:30.735736 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55413 2026.05.13 18:41:30.735721 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64462 2026.05.13 18:41:30.736107 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.735715 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40550 2026.05.13 18:41:30.736149 [ 315 ] {} TCP-Session: 2f73e716-6ce2-488a-973a-66dd93736e99 Authenticating user 'default' from [fd00:1122:3344:101::e]:37882 2026.05.13 18:41:30.735778 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41739 2026.05.13 18:41:30.736184 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.736217 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.736244 [ 313 ] {} TCP-Session: 5468d4bf-9500-4dfa-b1bf-988d1085ceb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55413 2026.05.13 18:41:30.736254 [ 293 ] {} TCP-Session: c8bd5703-a0d9-4e4d-8e81-2044067e177c Authenticating user 'default' from [fd00:1122:3344:101::e]:40550 2026.05.13 18:41:30.736268 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.736273 [ 313 ] {} TCP-Session: 5468d4bf-9500-4dfa-b1bf-988d1085ceb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736279 [ 293 ] {} TCP-Session: c8bd5703-a0d9-4e4d-8e81-2044067e177c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736294 [ 317 ] {} TCP-Session: e05ddff4-ce33-4f68-8227-e3118b994320 Authenticating user 'default' from [fd00:1122:3344:101::e]:41739 2026.05.13 18:41:30.736308 [ 293 ] {} TCP-Session: c8bd5703-a0d9-4e4d-8e81-2044067e177c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736303 [ 313 ] {} TCP-Session: 5468d4bf-9500-4dfa-b1bf-988d1085ceb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736318 [ 317 ] {} TCP-Session: e05ddff4-ce33-4f68-8227-e3118b994320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736194 [ 315 ] {} TCP-Session: 2f73e716-6ce2-488a-973a-66dd93736e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736341 [ 317 ] {} TCP-Session: e05ddff4-ce33-4f68-8227-e3118b994320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736368 [ 315 ] {} TCP-Session: 2f73e716-6ce2-488a-973a-66dd93736e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736185 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:41:30.736271 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:41:30.736435 [ 310 ] {} TCP-Session: bed4c738-4266-4cf3-96bb-73243998a733 Authenticating user 'default' from [fd00:1122:3344:101::e]:64462 2026.05.13 18:41:30.736461 [ 310 ] {} TCP-Session: bed4c738-4266-4cf3-96bb-73243998a733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736476 [ 310 ] {} TCP-Session: bed4c738-4266-4cf3-96bb-73243998a733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.736484 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:30.736775 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:41:30.737742 [ 333 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} AggregatingTransform: Aggregating 2026.05.13 18:41:30.737782 [ 333 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} Aggregator: Aggregation method: without_key 2026.05.13 18:41:30.737819 [ 333 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943447 sec. (1059.943 rows/sec., 41.40 KiB/sec.) 2026.05.13 18:41:30.737839 [ 333 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} Aggregator: Merging aggregated data 2026.05.13 18:41:30.739370 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} executeQuery: Read 1 rows, 40.00 B in 0.003443 sec., 290.4443799012489 rows/sec., 11.35 KiB/sec. 2026.05.13 18:41:30.739577 [ 275 ] {ebbc18ee-e201-41cd-addc-9ceedb2b2801} TCPHandler: Processed in 0.003891159 sec. 2026.05.13 18:41:30.739789 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739824 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739839 [ 275 ] {} TCP-Session: f8a4bb7f-1f6c-488b-8a49-0b7abe28aed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.739844 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739875 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739900 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739928 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739949 [ 310 ] {} TCP-Session: bed4c738-4266-4cf3-96bb-73243998a733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.739961 [ 314 ] {} TCP-Session: 33009688-d29d-4d16-935c-2803a9be3da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.739974 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739978 [ 317 ] {} TCP-Session: e05ddff4-ce33-4f68-8227-e3118b994320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.739907 [ 293 ] {} TCP-Session: c8bd5703-a0d9-4e4d-8e81-2044067e177c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.740021 [ 316 ] {} TCP-Session: 404aad55-7cca-4126-abb9-9da9cd728c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.739872 [ 315 ] {} TCP-Session: 2f73e716-6ce2-488a-973a-66dd93736e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.740057 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.739853 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:41:30.740108 [ 313 ] {} TCP-Session: 5468d4bf-9500-4dfa-b1bf-988d1085ceb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:30.740130 [ 309 ] {} TCP-Session: a40dd66c-7d95-4212-8624-774add014736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:41:32.053720 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.054095 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:32.054480 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:32.054515 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:32.054728 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:32.054796 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:32.054934 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:32.055070 [ 331 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:32.055090 [ 341 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:32.055090 [ 342 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:32.055069 [ 348 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:32.055373 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:32.055400 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:32.055485 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:32.055505 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:32.055539 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:32.055577 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:32.055624 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:32.057267 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} executeQuery: Read 35 rows, 6.04 KiB in 0.003316 sec., 10554.885404101327 rows/sec., 1.78 MiB/sec. 2026.05.13 18:41:32.057422 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} MemoryTracker: Peak memory usage (for query): 130.27 KiB. 2026.05.13 18:41:32.057438 [ 294 ] {9f35bf33-35ae-424a-aced-ffd12afd50e6} TCPHandler: Processed in 0.003902789 sec. 2026.05.13 18:41:32.059643 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.059831 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:32.059897 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:32.060617 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.060655 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.061053 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:41:32.061289 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.061436 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} executeQuery: Read 118 rows, 10.25 KiB in 0.001657 sec., 71213.0356065178 rows/sec., 6.04 MiB/sec. 2026.05.13 18:41:32.061477 [ 294 ] {b974d375-7713-4e15-a8b7-1ed310bbc20f} TCPHandler: Processed in 0.001963804 sec. 2026.05.13 18:41:32.061610 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.061715 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:32.061754 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:32.062186 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.062222 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.062508 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:41:32.062731 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.062856 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} executeQuery: Read 31 rows, 2.33 KiB in 0.001169 sec., 26518.391787852866 rows/sec., 1.95 MiB/sec. 2026.05.13 18:41:32.062860 [ 132 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:41:32.062895 [ 294 ] {7d9e8a4c-734b-4c23-abb5-9fdb40cb14a7} TCPHandler: Processed in 0.001334463 sec. 2026.05.13 18:41:32.062914 [ 132 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.062952 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.063027 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.063051 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:41:32.063126 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:32.063160 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:32.063170 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:32.063202 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 81 rows starting from the beginning of the part 2026.05.13 18:41:32.063264 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part 2026.05.13 18:41:32.063309 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:32.063348 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:32.063385 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2026.05.13 18:41:32.063435 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:32.063663 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.063706 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.064045 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:41:32.064243 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 219 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236132 sec., 177165.54542718738 rows/sec., 13.69 MiB/sec. 2026.05.13 18:41:32.064257 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.064402 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:41:32.064406 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} executeQuery: Read 95 rows, 7.60 KiB in 0.001297 sec., 73245.95219737857 rows/sec., 5.72 MiB/sec. 2026.05.13 18:41:32.064455 [ 294 ] {de458716-d63d-4f1e-8b62-c010f15bdb8d} TCPHandler: Processed in 0.001476756 sec. 2026.05.13 18:41:32.064593 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.064690 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:32.064691 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.064737 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:32.064786 [ 186 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_41_8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:41:32.064885 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:41:32.065231 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.065272 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.065617 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:41:32.065832 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.065961 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2026.05.13 18:41:32.066000 [ 294 ] {f4f1d85d-451d-4fd1-8970-f38292bbc4c4} TCPHandler: Processed in 0.001454596 sec. 2026.05.13 18:41:32.066135 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.066230 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:32.066282 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} 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.05.13 18:41:32.067052 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.067088 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.067638 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:41:32.067855 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.067988 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} executeQuery: Read 31 rows, 56.88 KiB in 0.001776 sec., 17454.954954954956 rows/sec., 31.28 MiB/sec. 2026.05.13 18:41:32.068039 [ 294 ] {58a518f8-64b0-438d-8f9f-a3cffb3a0774} TCPHandler: Processed in 0.001952594 sec. 2026.05.13 18:41:32.068169 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.068264 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:32.068303 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:32.068667 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:32.068702 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:32.069008 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:41:32.069356 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:32.069484 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} executeQuery: Read 60 rows, 4.14 KiB in 0.001238 sec., 48465.266558966076 rows/sec., 3.27 MiB/sec. 2026.05.13 18:41:32.069519 [ 294 ] {ad3e44d2-d232-458d-a194-e2d640431142} TCPHandler: Processed in 0.001398695 sec. 2026.05.13 18:41:32.959330 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:32.959647 [ 276 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} executeQuery: (from [fd00:1122:3344:101::e]:44895) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.13 18:41:32.960293 [ 276 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.13 18:41:32.960607 [ 276 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:32.961096 [ 341 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.13 18:41:32.961903 [ 276 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} executeQuery: Read 124 rows, 7.00 KiB in 0.002411 sec., 51430.94151804231 rows/sec., 2.83 MiB/sec. 2026.05.13 18:41:32.962024 [ 276 ] {83dd3eee-dd09-4957-9663-d9afa2aa7155} TCPHandler: Processed in 0.00284597 sec. 2026.05.13 18:41:33.055626 [ 132 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.13 18:41:33.055699 [ 132 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:33.055725 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:33.055875 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.13 18:41:33.056033 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:33.056071 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 826 rows starting from the beginning of the part 2026.05.13 18:41:33.056146 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 825 rows starting from the beginning of the part 2026.05.13 18:41:33.056197 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 825 rows starting from the beginning of the part 2026.05.13 18:41:33.056244 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 825 rows starting from the beginning of the part 2026.05.13 18:41:33.056287 [ 192 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 825 rows starting from the beginning of the part 2026.05.13 18:41:33.057744 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 4126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001934694 sec., 2132636.9958246625 rows/sec., 132.89 MiB/sec. 2026.05.13 18:41:33.057923 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.13 18:41:33.058187 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:33.058260 [ 186 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_9_2} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.13 18:41:33.058352 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.13 18:41:34.454040 [ 144 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:41:34.454144 [ 144 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:41:34.544369 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15259 2026.05.13 18:41:34.545005 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:34.545056 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:34.545588 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:41:34.545869 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:34.546006 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15259 2026.05.13 18:41:34.581979 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 878 2026.05.13 18:41:34.584433 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:34.584478 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:34.585773 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.13 18:41:34.586040 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:34.586299 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 878 2026.05.13 18:41:35.001351 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000927136 sec. 2026.05.13 18:41:35.342228 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.05.13 18:41:35.357176 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:35.357231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:35.363639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:41:35.364341 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:35.366854 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.05.13 18:41:36.000204 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 289.07 MiB, peak 298.44 MiB, free memory in arenas 0.00 B, will set to 290.21 MiB (RSS), difference: 1.14 MiB 2026.05.13 18:41:37.053430 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.053675 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:37.054038 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:37.054078 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:37.054317 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:37.054385 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:37.054519 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:37.054644 [ 308 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:37.054660 [ 329 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:37.054647 [ 331 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:37.054644 [ 347 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:37.054848 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:37.054875 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:37.054957 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:37.054977 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:37.055010 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:37.055046 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:37.055082 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:37.056561 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} executeQuery: Read 35 rows, 6.04 KiB in 0.002981 sec., 11741.026501174101 rows/sec., 1.98 MiB/sec. 2026.05.13 18:41:37.056717 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} MemoryTracker: Peak memory usage (for query): 129.32 KiB. 2026.05.13 18:41:37.056732 [ 294 ] {7225a55c-927f-4aa0-899c-8f92c468d85d} TCPHandler: Processed in 0.003430391 sec. 2026.05.13 18:41:37.058706 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.058860 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:37.058918 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:37.059607 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.059660 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.060015 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:41:37.060245 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.060381 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} executeQuery: Read 78 rows, 6.59 KiB in 0.001565 sec., 49840.255591054316 rows/sec., 4.11 MiB/sec. 2026.05.13 18:41:37.060383 [ 143 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:41:37.060419 [ 294 ] {4d564618-4a19-472b-86e2-96d091d08e53} TCPHandler: Processed in 0.001787112 sec. 2026.05.13 18:41:37.060464 [ 143 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.060492 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.060581 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.060592 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::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.05.13 18:41:37.060687 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:37.060689 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:37.060713 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2617 rows starting from the beginning of the part 2026.05.13 18:41:37.060734 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:37.060768 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part 2026.05.13 18:41:37.060819 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2543 rows starting from the beginning of the part 2026.05.13 18:41:37.060859 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.05.13 18:41:37.060898 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 118 rows starting from the beginning of the part 2026.05.13 18:41:37.060937 [ 186 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 78 rows starting from the beginning of the part 2026.05.13 18:41:37.061167 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.061202 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.061480 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:41:37.061682 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.061809 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} executeQuery: Read 11 rows, 847.00 B in 0.001147 sec., 9590.235396687009 rows/sec., 721.14 KiB/sec. 2026.05.13 18:41:37.061870 [ 294 ] {6c0a840c-d7f7-44fd-b1d3-3c9cd527a200} TCPHandler: Processed in 0.001337623 sec. 2026.05.13 18:41:37.061987 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.062081 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:37.062119 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:37.062588 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.062623 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.062728 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5530 rows, containing 5 columns (5 merged, 0 gathered) in 0.002172058 sec., 2545972.529278684 rows/sec., 201.22 MiB/sec. 2026.05.13 18:41:37.062917 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:41:37.063071 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:41:37.063174 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.063323 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} executeQuery: Read 75 rows, 6.00 KiB in 0.001259 sec., 59571.08816521049 rows/sec., 4.65 MiB/sec. 2026.05.13 18:41:37.063338 [ 140 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:41:37.063361 [ 294 ] {6d9076a5-eba3-4582-ac42-8e66c3b36f2d} TCPHandler: Processed in 0.001421714 sec. 2026.05.13 18:41:37.063385 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.063388 [ 140 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.063428 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.063479 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_51_10} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:41:37.063501 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::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.05.13 18:41:37.063514 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.063582 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:41:37.063588 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:37.063616 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:37.063626 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1402 rows starting from the beginning of the part 2026.05.13 18:41:37.063659 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:37.063673 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 95 rows starting from the beginning of the part 2026.05.13 18:41:37.063709 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1335 rows starting from the beginning of the part 2026.05.13 18:41:37.063743 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.05.13 18:41:37.063775 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part 2026.05.13 18:41:37.063810 [ 186 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 75 rows starting from the beginning of the part 2026.05.13 18:41:37.064125 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.064170 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.064589 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:41:37.064836 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.064873 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398664 sec., 2192091.881967363 rows/sec., 159.10 MiB/sec. 2026.05.13 18:41:37.064985 [ 140 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:41:37.064997 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001397 sec., 114531.1381531854 rows/sec., 7.98 MiB/sec. 2026.05.13 18:41:37.065032 [ 140 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.065058 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.065059 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:41:37.065063 [ 294 ] {7f4e01d4-a554-4d3d-9f1b-0091c30341ce} TCPHandler: Processed in 0.001599469 sec. 2026.05.13 18:41:37.065152 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:41:37.065247 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.065278 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:37.065314 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16259 rows starting from the beginning of the part 2026.05.13 18:41:37.065324 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.065355 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:37.065379 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:41:37.065401 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_51_10} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:41:37.065413 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} 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.05.13 18:41:37.065430 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:41:37.065475 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 128 rows starting from the beginning of the part 2026.05.13 18:41:37.065477 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:41:37.065523 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.05.13 18:41:37.065566 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::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.05.13 18:41:37.066237 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.066283 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.066811 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:41:37.067035 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.067161 [ 139 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:41:37.067174 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} executeQuery: Read 11 rows, 20.18 KiB in 0.001838 sec., 5984.766050054407 rows/sec., 10.72 MiB/sec. 2026.05.13 18:41:37.067216 [ 139 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.067263 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.067294 [ 294 ] {a7680f57-0ac9-4c27-8b3f-3cde30d4bcbf} TCPHandler: Processed in 0.002106877 sec. 2026.05.13 18:41:37.067348 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:41:37.067560 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:37.067604 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:37.067614 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 733 rows starting from the beginning of the part 2026.05.13 18:41:37.067753 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:37.067758 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:37.067816 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:37.067887 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:37.067990 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part 2026.05.13 18:41:37.068082 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:37.068178 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:37.068302 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.068342 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.068754 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:41:37.068982 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.069106 [ 139 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:41:37.069121 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. 2026.05.13 18:41:37.069151 [ 139 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:37.069174 [ 294 ] {22c2b4a4-bacd-41e5-81fa-d033ddba48a5} TCPHandler: Processed in 0.00168537 sec. 2026.05.13 18:41:37.069176 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:37.069274 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:37.069392 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:37.069423 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2430 rows starting from the beginning of the part 2026.05.13 18:41:37.069480 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:37.069525 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:37.069564 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 48 rows starting from the beginning of the part 2026.05.13 18:41:37.069600 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:37.069636 [ 200 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::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.05.13 18:41:37.070500 [ 188 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005389455 sec., 3413888.7883839835 rows/sec., 221.89 MiB/sec. 2026.05.13 18:41:37.070760 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:41:37.070803 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2670 rows, containing 4 columns (4 merged, 0 gathered) in 0.001563667 sec., 1707524.683964041 rows/sec., 115.19 MiB/sec. 2026.05.13 18:41:37.071049 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.071115 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:41:37.071132 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_51_10} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:41:37.071208 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.05.13 18:41:37.071376 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.071449 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_51_10} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:41:37.071519 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:41:37.074804 [ 200 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 837 rows, containing 19 columns (19 merged, 0 gathered) in 0.007495472 sec., 111667.41734209667 rows/sec., 200.10 MiB/sec. 2026.05.13 18:41:37.076022 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:41:37.076345 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:37.076416 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_41_8} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:41:37.076537 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. 2026.05.13 18:41:38.000213 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 290.84 MiB, peak 302.87 MiB, free memory in arenas 0.00 B, will set to 294.78 MiB (RSS), difference: 3.94 MiB 2026.05.13 18:41:42.046072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15771 2026.05.13 18:41:42.046625 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.046665 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.047204 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:41:42.047454 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.047578 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15771 2026.05.13 18:41:42.053042 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.053265 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:41:42.053601 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:42.053635 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:41:42.053852 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:42.053922 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:42.054060 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:41:42.054190 [ 336 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:42.054207 [ 331 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:42.054239 [ 308 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:42.054210 [ 329 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:42.054425 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:42.054470 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:42.054572 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:42.054597 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:42.054639 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:42.054685 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:42.054729 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:41:42.056320 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} executeQuery: Read 35 rows, 6.04 KiB in 0.003141 sec., 11142.948105698822 rows/sec., 1.88 MiB/sec. 2026.05.13 18:41:42.056469 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} MemoryTracker: Peak memory usage (for query): 130.31 KiB. 2026.05.13 18:41:42.056485 [ 294 ] {e8d392f6-ac9c-4f07-936a-965ed04210c6} TCPHandler: Processed in 0.003570632 sec. 2026.05.13 18:41:42.058822 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.059040 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:41:42.059120 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:41:42.059877 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.059921 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.060283 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:41:42.060522 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.060668 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} executeQuery: Read 6 rows, 501.00 B in 0.001686 sec., 3558.7188612099644 rows/sec., 290.19 KiB/sec. 2026.05.13 18:41:42.060707 [ 294 ] {8345e129-7e91-40d5-8aca-7447d4700575} TCPHandler: Processed in 0.001991385 sec. 2026.05.13 18:41:42.060849 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.060946 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:42.060985 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:42.061466 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.061502 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.061802 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:41:42.062016 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.062143 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} executeQuery: Read 121 rows, 10.47 KiB in 0.001216 sec., 99506.57894736841 rows/sec., 8.41 MiB/sec. 2026.05.13 18:41:42.062182 [ 294 ] {478df479-4ae5-469a-b569-8d94be93800f} TCPHandler: Processed in 0.001389765 sec. 2026.05.13 18:41:42.062318 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.062414 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:42.062453 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:42.062867 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.062903 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.063193 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:42.063402 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.063527 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} executeQuery: Read 37 rows, 2.75 KiB in 0.00113 sec., 32743.36283185841 rows/sec., 2.38 MiB/sec. 2026.05.13 18:41:42.063564 [ 294 ] {26466495-db9d-4ddf-81f7-63813e58f328} TCPHandler: Processed in 0.001295443 sec. 2026.05.13 18:41:42.063690 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.063790 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:42.063829 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:42.064253 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.064289 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.064582 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:41:42.064790 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.064913 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} executeQuery: Read 101 rows, 8.09 KiB in 0.00114 sec., 88596.49122807018 rows/sec., 6.93 MiB/sec. 2026.05.13 18:41:42.064950 [ 294 ] {4465dacc-2d69-475a-a085-744aef702546} TCPHandler: Processed in 0.001309234 sec. 2026.05.13 18:41:42.065076 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.065170 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:42.065212 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:42.065627 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.065662 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.065985 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:41:42.066200 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.066325 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} executeQuery: Read 163 rows, 11.62 KiB in 0.001172 sec., 139078.49829351535 rows/sec., 9.68 MiB/sec. 2026.05.13 18:41:42.066361 [ 294 ] {1a21da3d-0e6a-4a7c-8de1-1b49788eb4ba} TCPHandler: Processed in 0.001333433 sec. 2026.05.13 18:41:42.066487 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.066581 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:42.066633 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} 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.05.13 18:41:42.067403 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.067439 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.067962 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:41:42.068181 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.068321 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} executeQuery: Read 31 rows, 56.88 KiB in 0.001757 sec., 17643.710870802504 rows/sec., 31.62 MiB/sec. 2026.05.13 18:41:42.068378 [ 294 ] {2bc76cd2-b08c-4263-a6bc-8014cfe7dc50} TCPHandler: Processed in 0.001940194 sec. 2026.05.13 18:41:42.068515 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:42.068611 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:42.068651 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:42.069002 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.069038 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.069438 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:41:42.069660 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.069793 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2026.05.13 18:41:42.069829 [ 294 ] {abc9aab2-6a4e-40de-8f80-4ccf1e7c0468} TCPHandler: Processed in 0.001366454 sec. 2026.05.13 18:41:42.866905 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.05.13 18:41:42.882876 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:42.882945 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.05.13 18:41:42.889251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:41:42.889979 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:42.893112 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.05.13 18:41:43.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 295.89 MiB, peak 302.87 MiB, free memory in arenas 0.00 B, will set to 294.78 MiB (RSS), difference: -1.11 MiB 2026.05.13 18:41:44.586520 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 908 2026.05.13 18:41:44.589017 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:44.589061 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:44.590245 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.13 18:41:44.590511 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:44.590764 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 908 2026.05.13 18:41:47.053290 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.053527 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:47.053911 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:47.053956 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:47.054220 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:47.054312 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:47.054493 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:47.054626 [ 353 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:47.054653 [ 333 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:47.054627 [ 339 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:47.054655 [ 344 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:47.054867 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:47.054900 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:47.054993 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:47.055015 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:47.055055 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:47.055095 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:47.055131 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:47.056654 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} executeQuery: Read 35 rows, 6.04 KiB in 0.00321 sec., 10903.426791277258 rows/sec., 1.84 MiB/sec. 2026.05.13 18:41:47.056879 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} MemoryTracker: Peak memory usage (for query): 129.27 KiB. 2026.05.13 18:41:47.056897 [ 294 ] {b424d0cd-fce5-4850-b1ea-1ea5adc3f47f} TCPHandler: Processed in 0.003784567 sec. 2026.05.13 18:41:47.058921 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.059075 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:47.059144 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:47.059792 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.059845 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.060260 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:41:47.060509 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.060666 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} executeQuery: Read 78 rows, 6.59 KiB in 0.00164 sec., 47560.9756097561 rows/sec., 3.92 MiB/sec. 2026.05.13 18:41:47.060711 [ 294 ] {f02b860a-026f-483f-a8cc-d45ffa8dda70} TCPHandler: Processed in 0.001911894 sec. 2026.05.13 18:41:47.060869 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.060979 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:47.061024 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:47.061469 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.061509 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.061895 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:47.062162 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.062307 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} executeQuery: Read 11 rows, 847.00 B in 0.001352 sec., 8136.094674556213 rows/sec., 611.80 KiB/sec. 2026.05.13 18:41:47.062349 [ 294 ] {5dec568c-b762-451e-9f67-9a652be94828} TCPHandler: Processed in 0.001536737 sec. 2026.05.13 18:41:47.062500 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.062613 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:47.062656 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:47.063151 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.063189 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.063515 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:41:47.063740 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.063874 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} executeQuery: Read 75 rows, 6.00 KiB in 0.001285 sec., 58365.75875486382 rows/sec., 4.56 MiB/sec. 2026.05.13 18:41:47.063912 [ 294 ] {72424bf4-29ed-426a-987b-f2849eb61663} TCPHandler: Processed in 0.001471786 sec. 2026.05.13 18:41:47.064069 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.064168 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:47.064214 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:47.064706 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.064747 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.065107 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:41:47.065353 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.065498 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} executeQuery: Read 160 rows, 11.41 KiB in 0.00135 sec., 118518.51851851851 rows/sec., 8.25 MiB/sec. 2026.05.13 18:41:47.065542 [ 294 ] {3bdbd3e1-c462-452b-a9bb-49dc66df4e93} TCPHandler: Processed in 0.001527727 sec. 2026.05.13 18:41:47.065705 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.065812 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:47.065871 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} 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.05.13 18:41:47.066722 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.066761 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.067304 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:41:47.067554 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.067709 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} executeQuery: Read 11 rows, 20.18 KiB in 0.001918 sec., 5735.140771637122 rows/sec., 10.28 MiB/sec. 2026.05.13 18:41:47.067778 [ 294 ] {6201b2f1-8443-47e5-8b28-8d1150addf1f} TCPHandler: Processed in 0.002138017 sec. 2026.05.13 18:41:47.068036 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:47.068203 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:47.068274 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:47.068856 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:47.068897 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:47.069361 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:41:47.069694 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:47.069875 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} executeQuery: Read 60 rows, 4.14 KiB in 0.00172 sec., 34883.72093023256 rows/sec., 2.35 MiB/sec. 2026.05.13 18:41:47.069933 [ 294 ] {76112ef5-7447-44c5-88c8-627a27096ad4} TCPHandler: Processed in 0.002059336 sec. 2026.05.13 18:41:49.454278 [ 127 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:41:49.454382 [ 127 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:41:49.547642 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16219 2026.05.13 18:41:49.548181 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:49.548230 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:49.548754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:41:49.548982 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:49.549105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16219 2026.05.13 18:41:50.393188 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.05.13 18:41:50.409156 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:50.409215 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:50.415391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:41:50.416118 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:50.418823 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.05.13 18:41:52.053651 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.054000 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:52.054523 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:52.054588 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:52.054852 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:52.054917 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:52.055049 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:41:52.055185 [ 333 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:52.055209 [ 353 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:52.055229 [ 359 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:52.055188 [ 339 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:52.055439 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:52.055466 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:52.055548 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:52.055567 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:52.055601 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:52.055636 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:52.055668 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:52.057005 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} executeQuery: Read 35 rows, 6.04 KiB in 0.003149 sec., 11114.639568116863 rows/sec., 1.87 MiB/sec. 2026.05.13 18:41:52.057144 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} MemoryTracker: Peak memory usage (for query): 129.36 KiB. 2026.05.13 18:41:52.057160 [ 294 ] {77029955-fe44-461d-9da2-725ff29b06a3} TCPHandler: Processed in 0.003682075 sec. 2026.05.13 18:41:52.059482 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.059704 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:52.059782 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:52.060497 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.060535 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.060899 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:41:52.061116 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.061252 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} executeQuery: Read 118 rows, 10.25 KiB in 0.001604 sec., 73566.08478802993 rows/sec., 6.24 MiB/sec. 2026.05.13 18:41:52.061289 [ 294 ] {25f56085-16a6-4986-8b66-6c22975374a9} TCPHandler: Processed in 0.001919573 sec. 2026.05.13 18:41:52.061439 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.061534 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.061573 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:52.062002 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.062037 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.062314 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:52.062515 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.062644 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} executeQuery: Read 31 rows, 2.33 KiB in 0.001129 sec., 27457.92736935341 rows/sec., 2.02 MiB/sec. 2026.05.13 18:41:52.062680 [ 294 ] {7f7b93d1-99bc-4f94-947b-aef5ad28088d} TCPHandler: Processed in 0.001289483 sec. 2026.05.13 18:41:52.062797 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.062891 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:52.062929 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:52.063364 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.063400 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.063695 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:41:52.063894 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.064016 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} executeQuery: Read 95 rows, 7.60 KiB in 0.001143 sec., 83114.6106736658 rows/sec., 6.49 MiB/sec. 2026.05.13 18:41:52.064052 [ 294 ] {df8b3172-c5e3-4bf0-99bc-8c8191b7acb0} TCPHandler: Processed in 0.001302823 sec. 2026.05.13 18:41:52.064174 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.064269 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.064308 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:52.064730 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.064763 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.065093 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:41:52.065296 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.065419 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.05.13 18:41:52.065458 [ 294 ] {eeb16433-62a8-4c96-9856-6b4b6373f808} TCPHandler: Processed in 0.001332124 sec. 2026.05.13 18:41:52.065576 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.065677 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.065727 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} 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.05.13 18:41:52.066476 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.066512 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.067040 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:41:52.067263 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.067393 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} executeQuery: Read 31 rows, 56.88 KiB in 0.001742 sec., 17795.637198622273 rows/sec., 31.89 MiB/sec. 2026.05.13 18:41:52.067444 [ 294 ] {97987a93-900c-4aef-9f8b-1564313288fa} TCPHandler: Processed in 0.001915994 sec. 2026.05.13 18:41:52.067568 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.067662 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.067702 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:52.068034 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.068068 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.068368 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:41:52.068576 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.068701 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.05.13 18:41:52.068735 [ 294 ] {fc7a6f71-0928-4a78-8325-ac5896e20ab1} TCPHandler: Processed in 0.001215662 sec. 2026.05.13 18:41:52.281114 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.281366 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:41:52.281728 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:52.281766 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:41:52.282019 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:52.282086 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:52.282229 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:41:52.282385 [ 359 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:52.282401 [ 365 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:52.282391 [ 319 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:52.282388 [ 339 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:52.282595 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:52.282624 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:52.282710 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:52.282730 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:52.282767 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:52.282806 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:52.282857 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:41:52.284371 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} executeQuery: Read 35 rows, 7.62 KiB in 0.003112 sec., 11246.786632390746 rows/sec., 2.39 MiB/sec. 2026.05.13 18:41:52.284550 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} MemoryTracker: Peak memory usage (for query): 141.27 KiB. 2026.05.13 18:41:52.284566 [ 294 ] {574fdd9a-c994-4de5-8c38-a53811d5988e} TCPHandler: Processed in 0.003592133 sec. 2026.05.13 18:41:52.297246 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.297446 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.297520 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:41:52.298112 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.298159 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.298541 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:41:52.298762 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.298910 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} executeQuery: Read 24 rows, 2.04 KiB in 0.00152 sec., 15789.473684210525 rows/sec., 1.31 MiB/sec. 2026.05.13 18:41:52.298930 [ 124 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.13 18:41:52.298947 [ 294 ] {db25fe24-191c-49eb-93e2-e2a99cd5c755} TCPHandler: Processed in 0.001798252 sec. 2026.05.13 18:41:52.298999 [ 124 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.299032 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.299099 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.299148 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.13 18:41:52.299202 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:41:52.299248 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:41:52.299294 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:52.299338 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.05.13 18:41:52.299408 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.13 18:41:52.299460 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.13 18:41:52.299512 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.13 18:41:52.299559 [ 195 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.13 18:41:52.299707 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.299751 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.300089 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:41:52.300321 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.300390 [ 200 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290593 sec., 92980.51360886042 rows/sec., 8.07 MiB/sec. 2026.05.13 18:41:52.300454 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} executeQuery: Read 10 rows, 835.00 B in 0.001272 sec., 7861.635220125787 rows/sec., 641.06 KiB/sec. 2026.05.13 18:41:52.300498 [ 294 ] {7e64aca4-e0dd-4722-87d0-808b3c43a274} TCPHandler: Processed in 0.001448326 sec. 2026.05.13 18:41:52.300569 [ 189 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.13 18:41:52.300662 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.300774 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:52.300816 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:52.300924 [ 189 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.301016 [ 189 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_9_2} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.13 18:41:52.301118 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:41:52.302539 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.302584 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.303038 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:41:52.303268 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.303401 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} executeQuery: Read 2548 rows, 194.22 KiB in 0.00265 sec., 961509.4339622641 rows/sec., 71.57 MiB/sec. 2026.05.13 18:41:52.303438 [ 294 ] {bf1f7b78-8490-4e0a-a951-0b124fd000d7} TCPHandler: Processed in 0.00282405 sec. 2026.05.13 18:41:52.303573 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.303671 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.303711 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:41:52.304210 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.304247 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.304548 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:41:52.304757 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.304893 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} executeQuery: Read 42 rows, 3.16 KiB in 0.00124 sec., 33870.967741935485 rows/sec., 2.49 MiB/sec. 2026.05.13 18:41:52.304920 [ 123 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:41:52.304930 [ 294 ] {eb5e4025-dd10-4816-82e8-59f4d9b331e9} TCPHandler: Processed in 0.001405625 sec. 2026.05.13 18:41:52.304965 [ 123 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.304991 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.305084 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:41:52.305092 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.305198 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:52.305210 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.305233 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 81 rows starting from the beginning of the part 2026.05.13 18:41:52.305258 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:41:52.305292 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:52.305343 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 37 rows starting from the beginning of the part 2026.05.13 18:41:52.305386 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part 2026.05.13 18:41:52.305425 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part 2026.05.13 18:41:52.305464 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part 2026.05.13 18:41:52.306001 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.306043 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.306204 [ 189 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.00115666 sec., 184150.91729635332 rows/sec., 14.17 MiB/sec. 2026.05.13 18:41:52.306348 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:41:52.306396 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:41:52.306709 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.306735 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.306820 [ 187 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_46_9} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:41:52.306850 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} executeQuery: Read 825 rows, 49.42 KiB in 0.001658 sec., 497587.45476477686 rows/sec., 29.11 MiB/sec. 2026.05.13 18:41:52.306894 [ 294 ] {9c1597a2-228c-4808-94cc-521e06528c40} TCPHandler: Processed in 0.001850513 sec. 2026.05.13 18:41:52.306895 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:41:52.307027 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.307128 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.307166 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:41:52.307557 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.307594 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.307890 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.13 18:41:52.308106 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.308232 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} executeQuery: Read 1 rows, 72.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 62.61 KiB/sec. 2026.05.13 18:41:52.308269 [ 294 ] {ef18e2e4-a607-4d68-8152-05fac2c6d07f} TCPHandler: Processed in 0.001291313 sec. 2026.05.13 18:41:52.308414 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.308508 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.308546 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:41:52.308958 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.308993 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.309301 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:41:52.309522 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.309647 [ 123 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.13 18:41:52.309650 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} executeQuery: Read 12 rows, 960.00 B in 0.00116 sec., 10344.827586206897 rows/sec., 808.19 KiB/sec. 2026.05.13 18:41:52.309693 [ 123 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.309714 [ 294 ] {b48998dd-7dc6-43f7-96bc-a919b91c511b} TCPHandler: Processed in 0.001348453 sec. 2026.05.13 18:41:52.309720 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.309850 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.13 18:41:52.309863 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.309964 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:52.309969 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:52.310005 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.05.13 18:41:52.310025 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:52.310072 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:52.310120 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:52.310164 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:52.310205 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:52.310902 [ 187 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001086709 sec., 55212.57300712519 rows/sec., 4.42 MiB/sec. 2026.05.13 18:41:52.311031 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.13 18:41:52.311170 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.311217 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.311308 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.311388 [ 203 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_9_2} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.13 18:41:52.311458 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.13 18:41:52.311619 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:41:52.311842 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.311978 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} executeQuery: Read 1345 rows, 92.91 KiB in 0.002026 sec., 663869.6939782823 rows/sec., 44.78 MiB/sec. 2026.05.13 18:41:52.312017 [ 294 ] {ff7c0267-f676-4b96-82ac-5d4734b7902c} TCPHandler: Processed in 0.002203079 sec. 2026.05.13 18:41:52.312149 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.312245 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.312287 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:52.313110 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.313146 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.313590 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:41:52.313810 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.313936 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} executeQuery: Read 1537 rows, 96.24 KiB in 0.001709 sec., 899356.3487419543 rows/sec., 55.00 MiB/sec. 2026.05.13 18:41:52.313972 [ 294 ] {9ed4dd71-ec9d-4301-84a6-01467f9e793e} TCPHandler: Processed in 0.001871473 sec. 2026.05.13 18:41:52.314102 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.314197 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.314250 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} 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.05.13 18:41:52.315086 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.315123 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.315657 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:41:52.315876 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.316018 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} executeQuery: Read 20 rows, 36.70 KiB in 0.001839 sec., 10875.475802066341 rows/sec., 19.49 MiB/sec. 2026.05.13 18:41:52.316070 [ 294 ] {021c8c63-8a23-4a62-9bd9-2bb3add3968d} TCPHandler: Processed in 0.002016225 sec. 2026.05.13 18:41:52.316213 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:52.316338 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:52.316388 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:52.316782 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:52.316818 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:52.317145 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:41:52.317371 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:52.317506 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} executeQuery: Read 12 rows, 848.00 B in 0.001192 sec., 10067.114093959732 rows/sec., 694.74 KiB/sec. 2026.05.13 18:41:52.317543 [ 294 ] {67af3387-1b1a-4755-8ee5-13cf0786ef50} TCPHandler: Processed in 0.001391614 sec. 2026.05.13 18:41:53.000231 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 296.37 MiB, peak 302.87 MiB, free memory in arenas 0.00 B, will set to 295.16 MiB (RSS), difference: -1.21 MiB 2026.05.13 18:41:54.590953 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 960 2026.05.13 18:41:54.593873 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:54.593917 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:54.595235 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.13 18:41:54.595501 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:54.595759 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 960 2026.05.13 18:41:57.049166 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16731 2026.05.13 18:41:57.049739 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.049792 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.050328 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:41:57.050569 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.050720 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16731 2026.05.13 18:41:57.051344 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:57.051599 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:41:57.051968 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:41:57.052002 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:41:57.052216 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:41:57.052285 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:41:57.052424 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:41:57.052539 [ 319 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:41:57.052543 [ 365 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:41:57.052579 [ 346 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:41:57.052546 [ 328 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:41:57.052749 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:41:57.052776 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:41:57.052860 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:41:57.052880 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:41:57.052916 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:57.052952 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:57.053029 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:41:57.054414 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} executeQuery: Read 35 rows, 6.04 KiB in 0.002916 sec., 12002.743484224964 rows/sec., 2.02 MiB/sec. 2026.05.13 18:41:57.054577 [ 294 ] {7323c005-bf6d-451d-bd37-0369ece7086d} TCPHandler: Processed in 0.003368259 sec. 2026.05.13 18:41:57.056114 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:57.056226 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:41:57.056291 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:41:57.056799 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.056841 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.057208 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:41:57.057432 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.057554 [ 115 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:41:57.057573 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} executeQuery: Read 56 rows, 4.38 KiB in 0.001377 sec., 40668.11909949165 rows/sec., 3.10 MiB/sec. 2026.05.13 18:41:57.057610 [ 115 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.057625 [ 294 ] {b7b9c9ae-e74c-4ed7-8cfa-867069634e6b} TCPHandler: Processed in 0.001561138 sec. 2026.05.13 18:41:57.057676 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.057802 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:41:57.057817 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:57.057927 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:57.057936 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:41:57.057966 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2617 rows starting from the beginning of the part 2026.05.13 18:41:57.057989 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:41:57.058031 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 121 rows starting from the beginning of the part 2026.05.13 18:41:57.058082 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 78 rows starting from the beginning of the part 2026.05.13 18:41:57.058124 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 118 rows starting from the beginning of the part 2026.05.13 18:41:57.058162 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2548 rows starting from the beginning of the part 2026.05.13 18:41:57.058204 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.05.13 18:41:57.058441 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.058483 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.058791 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:41:57.059019 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.059129 [ 115 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:41:57.059151 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2026.05.13 18:41:57.059176 [ 115 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.059199 [ 294 ] {328413ba-2480-463a-9bac-068d1f2b9177} TCPHandler: Processed in 0.001432205 sec. 2026.05.13 18:41:57.059202 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.059325 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:41:57.059342 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:57.059451 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:57.059452 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:41:57.059493 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1402 rows starting from the beginning of the part 2026.05.13 18:41:57.059515 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:41:57.059566 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 101 rows starting from the beginning of the part 2026.05.13 18:41:57.059618 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 75 rows starting from the beginning of the part 2026.05.13 18:41:57.059664 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part 2026.05.13 18:41:57.059704 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1345 rows starting from the beginning of the part 2026.05.13 18:41:57.059748 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2026.05.13 18:41:57.059905 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.059947 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.059979 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224469 sec., 2489582.9072016734 rows/sec., 196.75 MiB/sec. 2026.05.13 18:41:57.060275 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:41:57.060304 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:41:57.060598 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.060615 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.060675 [ 187 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_56_11} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:41:57.060742 [ 115 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:41:57.060756 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} executeQuery: Read 128 rows, 9.13 KiB in 0.001322 sec., 96822.99546142209 rows/sec., 6.74 MiB/sec. 2026.05.13 18:41:57.060782 [ 115 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.060746 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.05.13 18:41:57.060813 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.060811 [ 294 ] {b4fa914c-2e37-4bd4-936d-c82e10f5a5d9} TCPHandler: Processed in 0.001518467 sec. 2026.05.13 18:41:57.060917 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:41:57.060990 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:41:57.061008 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:57.061040 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18399 rows starting from the beginning of the part 2026.05.13 18:41:57.061087 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 163 rows starting from the beginning of the part 2026.05.13 18:41:57.061091 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001806772 sec., 1705804.6062259101 rows/sec., 123.90 MiB/sec. 2026.05.13 18:41:57.061093 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:41:57.061127 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.05.13 18:41:57.061177 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:41:57.061184 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.05.13 18:41:57.061235 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:41:57.061273 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 128 rows starting from the beginning of the part 2026.05.13 18:41:57.061350 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:41:57.061538 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.061581 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.061687 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.061782 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_56_11} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:41:57.061878 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:41:57.061922 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:41:57.062137 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.062249 [ 115 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:41:57.062266 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} executeQuery: Read 48 rows, 3.31 KiB in 0.001191 sec., 40302.26700251889 rows/sec., 2.72 MiB/sec. 2026.05.13 18:41:57.062300 [ 115 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.062330 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.062335 [ 294 ] {a4f04ffd-f121-4e1a-81e8-15dd450800aa} TCPHandler: Processed in 0.001394225 sec. 2026.05.13 18:41:57.062409 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:41:57.062501 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:41:57.062533 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2670 rows starting from the beginning of the part 2026.05.13 18:41:57.062578 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:57.062613 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:57.062654 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.05.13 18:41:57.062686 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part 2026.05.13 18:41:57.062721 [ 203 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part 2026.05.13 18:41:57.063936 [ 194 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2910 rows, containing 4 columns (4 merged, 0 gathered) in 0.001550028 sec., 1877385.4407791344 rows/sec., 126.64 MiB/sec. 2026.05.13 18:41:57.064273 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:41:57.064545 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.064612 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_56_11} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:41:57.064686 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2026.05.13 18:41:57.066207 [ 191 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 20547 rows, containing 5 columns (5 merged, 0 gathered) in 0.005315984 sec., 3865135.7867141813 rows/sec., 250.64 MiB/sec. 2026.05.13 18:41:57.066527 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:41:57.066775 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.066838 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_56_11} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:41:57.066896 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.29 MiB. 2026.05.13 18:41:57.918880 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.05.13 18:41:57.936215 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:41:57.936280 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:41:57.942545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:41:57.943270 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:41:57.946125 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.05.13 18:41:58.000171 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 296.24 MiB, peak 302.87 MiB, free memory in arenas 0.00 B, will set to 297.34 MiB (RSS), difference: 1.11 MiB 2026.05.13 18:42:02.053869 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.054106 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:02.054442 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:02.054477 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:02.054690 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:02.054755 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:02.054893 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:02.055016 [ 357 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:02.055046 [ 358 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:02.055019 [ 328 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:02.055016 [ 319 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:02.055233 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:02.055263 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:02.055349 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:02.055368 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:02.055404 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:02.055440 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:02.055475 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:02.056734 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} executeQuery: Read 35 rows, 6.04 KiB in 0.002713 sec., 12900.847769996313 rows/sec., 2.17 MiB/sec. 2026.05.13 18:42:02.056892 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} MemoryTracker: Peak memory usage (for query): 129.41 KiB. 2026.05.13 18:42:02.056917 [ 294 ] {91289f09-e7f5-462b-be2d-a7e28c114f0f} TCPHandler: Processed in 0.003190546 sec. 2026.05.13 18:42:02.059256 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.059387 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:02.059437 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:02.060025 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.060076 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.060447 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:02.060663 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.060802 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} executeQuery: Read 118 rows, 10.25 KiB in 0.001452 sec., 81267.217630854 rows/sec., 6.90 MiB/sec. 2026.05.13 18:42:02.060839 [ 294 ] {121e30ed-c60e-4c3e-89ed-80a2b611f28b} TCPHandler: Processed in 0.001646769 sec. 2026.05.13 18:42:02.060999 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.061103 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:02.061141 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:02.061551 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.061585 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.061876 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:42:02.062088 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.062214 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} executeQuery: Read 31 rows, 2.33 KiB in 0.001129 sec., 27457.92736935341 rows/sec., 2.02 MiB/sec. 2026.05.13 18:42:02.062249 [ 294 ] {f84f0668-804b-4989-8653-0cba84d0fa82} TCPHandler: Processed in 0.001298563 sec. 2026.05.13 18:42:02.062400 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.062496 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:02.062533 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:02.062971 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.063007 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.063298 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:02.063496 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.063620 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} executeQuery: Read 95 rows, 7.60 KiB in 0.001141 sec., 83260.29798422435 rows/sec., 6.50 MiB/sec. 2026.05.13 18:42:02.063656 [ 294 ] {14ea2aad-966f-4f79-8e05-500a6ee66685} TCPHandler: Processed in 0.001310363 sec. 2026.05.13 18:42:02.063790 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.063884 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:02.063932 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:02.064371 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.064406 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.064725 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:02.064919 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.065042 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.05.13 18:42:02.065077 [ 294 ] {a7feb107-a99a-4a62-9e07-743ceb27dd37} TCPHandler: Processed in 0.001335413 sec. 2026.05.13 18:42:02.065228 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.065322 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:02.065373 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} 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.05.13 18:42:02.066147 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.066188 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.066712 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:42:02.066928 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.067061 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} executeQuery: Read 31 rows, 56.88 KiB in 0.001757 sec., 17643.710870802504 rows/sec., 31.62 MiB/sec. 2026.05.13 18:42:02.067074 [ 111 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:42:02.067112 [ 294 ] {44870742-0944-42bc-8908-ee94f868ec1d} TCPHandler: Processed in 0.001935964 sec. 2026.05.13 18:42:02.067146 [ 111 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.067177 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.067290 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:02.067293 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:42:02.067391 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:02.067431 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:02.067514 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:02.067566 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 837 rows starting from the beginning of the part 2026.05.13 18:42:02.067690 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:02.067780 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:02.067795 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:02.067817 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.05.13 18:42:02.067895 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:02.067987 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part 2026.05.13 18:42:02.068067 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:02.068131 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:02.068343 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.068469 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.05.13 18:42:02.068505 [ 294 ] {d4e4f42b-b350-4775-9a73-a0fd2a618cb4} TCPHandler: Processed in 0.001268562 sec. 2026.05.13 18:42:02.072251 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 19 columns (19 merged, 0 gathered) in 0.004999378 sec., 192223.91265473427 rows/sec., 344.46 MiB/sec. 2026.05.13 18:42:02.073660 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:42:02.074050 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:02.074130 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_46_9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:42:02.074260 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. 2026.05.13 18:42:03.000223 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 297.90 MiB, peak 306.06 MiB, free memory in arenas 0.00 B, will set to 299.62 MiB (RSS), difference: 1.71 MiB 2026.05.13 18:42:04.454491 [ 109 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:42:04.454586 [ 109 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:42:04.550780 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17179 2026.05.13 18:42:04.551260 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:04.551304 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:04.551771 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:42:04.552006 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:04.552132 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17179 2026.05.13 18:42:04.552177 [ 109 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:42:04.552253 [ 109 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:04.552276 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:04.552408 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:42:04.552560 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:04.552603 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14811 rows starting from the beginning of the part 2026.05.13 18:42:04.552683 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.05.13 18:42:04.552731 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.05.13 18:42:04.552776 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.05.13 18:42:04.552818 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.05.13 18:42:04.552864 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.05.13 18:42:04.554874 [ 186 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17179 rows, containing 4 columns (4 merged, 0 gathered) in 0.002528325 sec., 6794616.9895088645 rows/sec., 97.20 MiB/sec. 2026.05.13 18:42:04.555143 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:42:04.555479 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:04.555565 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_36_7} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:42:04.555668 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.13 18:42:04.596007 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 984 2026.05.13 18:42:04.598240 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:04.598323 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:04.599847 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.13 18:42:04.600158 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:04.600329 [ 109 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.13 18:42:04.600372 [ 109 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:04.600391 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:04.600487 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:42:04.600735 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 984 2026.05.13 18:42:04.600958 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:04.601083 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 796 rows starting from the beginning of the part 2026.05.13 18:42:04.601396 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part 2026.05.13 18:42:04.601684 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2026.05.13 18:42:04.601966 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.05.13 18:42:04.602238 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 52 rows starting from the beginning of the part 2026.05.13 18:42:04.602531 [ 186 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.05.13 18:42:04.608609 [ 187 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 72 columns (72 merged, 0 gathered) in 0.008158924 sec., 120604.13848688871 rows/sec., 102.82 MiB/sec. 2026.05.13 18:42:04.609811 [ 187 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.13 18:42:04.610383 [ 187 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:04.610457 [ 187 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_26_5} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.13 18:42:04.610673 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2026.05.13 18:42:05.446182 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.05.13 18:42:05.463594 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:05.463655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:05.469639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:42:05.470330 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:05.470634 [ 108 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:42:05.470709 [ 108 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:05.470731 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:05.470869 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:42:05.473457 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.05.13 18:42:05.475359 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:05.477005 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.05.13 18:42:05.481836 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.05.13 18:42:05.486619 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.05.13 18:42:05.490990 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.05.13 18:42:05.495759 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.05.13 18:42:05.499587 [ 196 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.05.13 18:42:05.549312 [ 187 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.078499953 sec., 3452.2313663041305 rows/sec., 17.85 MiB/sec. 2026.05.13 18:42:05.551884 [ 190 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:42:05.553896 [ 190 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:05.553993 [ 190 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_36_7} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:42:05.556022 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.05.13 18:42:06.000203 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 301.45 MiB, peak 313.33 MiB, free memory in arenas 0.00 B, will set to 303.48 MiB (RSS), difference: 2.02 MiB 2026.05.13 18:42:07.052971 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.053187 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:07.053505 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:07.053538 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:07.053754 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:07.053821 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:07.053956 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:07.054092 [ 328 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:07.054122 [ 357 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:07.054121 [ 319 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:07.054121 [ 358 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:07.054295 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:07.054321 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:07.054403 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:07.054422 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:07.054457 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:07.054493 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:07.054531 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:07.055736 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} executeQuery: Read 35 rows, 6.04 KiB in 0.002632 sec., 13297.872340425532 rows/sec., 2.24 MiB/sec. 2026.05.13 18:42:07.055904 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} MemoryTracker: Peak memory usage (for query): 128.83 KiB. 2026.05.13 18:42:07.055920 [ 294 ] {b1f7a20b-d0ab-4f7c-9bf9-898768e02fe8} TCPHandler: Processed in 0.003071804 sec. 2026.05.13 18:42:07.057760 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.057869 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:07.057910 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:07.058458 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.058505 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.058931 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:42:07.059170 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.059318 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} executeQuery: Read 78 rows, 6.59 KiB in 0.00148 sec., 52702.70270270271 rows/sec., 4.35 MiB/sec. 2026.05.13 18:42:07.059355 [ 294 ] {c53bd616-5867-4449-809b-2d45934e3413} TCPHandler: Processed in 0.001644969 sec. 2026.05.13 18:42:07.059484 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.059580 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:07.059618 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:07.060049 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.060085 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.060369 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:42:07.060573 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.060698 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} executeQuery: Read 11 rows, 847.00 B in 0.001137 sec., 9674.582233948988 rows/sec., 727.48 KiB/sec. 2026.05.13 18:42:07.060735 [ 294 ] {75f6624f-33c8-4015-be27-c0b626605e8b} TCPHandler: Processed in 0.001299543 sec. 2026.05.13 18:42:07.060851 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.060948 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:07.060986 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:07.061395 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.061432 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.061723 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:42:07.061924 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.062054 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} executeQuery: Read 75 rows, 6.00 KiB in 0.001124 sec., 66725.97864768683 rows/sec., 5.21 MiB/sec. 2026.05.13 18:42:07.062090 [ 294 ] {73c06e3d-43a9-4731-8e2d-6d3e37ae0591} TCPHandler: Processed in 0.001288852 sec. 2026.05.13 18:42:07.062213 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.062310 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:07.062351 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:07.062764 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.062800 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.063129 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:42:07.063337 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.063467 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.05.13 18:42:07.063503 [ 294 ] {3c60385e-841a-4d36-b276-a94bb795d650} TCPHandler: Processed in 0.001341514 sec. 2026.05.13 18:42:07.063648 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.063743 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:07.063795 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} 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.05.13 18:42:07.064542 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.064578 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.065067 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:42:07.065279 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.065412 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} executeQuery: Read 11 rows, 20.18 KiB in 0.001687 sec., 6520.450503852994 rows/sec., 11.68 MiB/sec. 2026.05.13 18:42:07.065464 [ 294 ] {648476d6-6caa-46c5-8c0e-89b02688619c} TCPHandler: Processed in 0.001863813 sec. 2026.05.13 18:42:07.065582 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:07.065681 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:07.065721 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:07.066096 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:07.066132 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:07.066425 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:42:07.066626 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:07.066758 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.05.13 18:42:07.066793 [ 294 ] {121e8187-d97b-4eb5-99e6-1f78664dcfd0} TCPHandler: Processed in 0.001261022 sec. 2026.05.13 18:42:12.052195 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17691 2026.05.13 18:42:12.052767 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.052807 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.053501 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.053604 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:42:12.053729 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:42:12.053841 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.053974 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17691 2026.05.13 18:42:12.054065 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:12.054104 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:42:12.054459 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:12.054589 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:12.054759 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:42:12.054911 [ 319 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:12.054923 [ 357 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:12.054927 [ 334 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:12.054923 [ 358 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:12.055120 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:12.055163 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:12.055282 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:12.055303 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:12.055357 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:12.055399 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:12.055524 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:12.056895 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} executeQuery: Read 35 rows, 6.04 KiB in 0.003255 sec., 10752.68817204301 rows/sec., 1.81 MiB/sec. 2026.05.13 18:42:12.057037 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} MemoryTracker: Peak memory usage (for query): 130.21 KiB. 2026.05.13 18:42:12.057054 [ 294 ] {a156b70d-97fc-47e1-90e2-a8d6f151c131} TCPHandler: Processed in 0.003690755 sec. 2026.05.13 18:42:12.059269 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.059412 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:42:12.059470 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:42:12.060032 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.060082 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.060444 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:42:12.060666 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.060808 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} executeQuery: Read 2 rows, 167.00 B in 0.001438 sec., 1390.8205841446454 rows/sec., 113.41 KiB/sec. 2026.05.13 18:42:12.060849 [ 294 ] {c18716f8-171d-4f02-9918-af415c815bc0} TCPHandler: Processed in 0.00169173 sec. 2026.05.13 18:42:12.061012 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.061107 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:12.061144 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:12.061623 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.061659 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.061957 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:42:12.062165 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.062290 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} executeQuery: Read 119 rows, 10.33 KiB in 0.001201 sec., 99084.09658617819 rows/sec., 8.40 MiB/sec. 2026.05.13 18:42:12.062327 [ 294 ] {bfaf5ef5-2ee2-4cf9-b7fa-dffd2dad49bd} TCPHandler: Processed in 0.001363774 sec. 2026.05.13 18:42:12.062473 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.062567 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:12.062605 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:12.063013 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.063048 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.063338 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:42:12.063551 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.063675 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} executeQuery: Read 33 rows, 2.47 KiB in 0.001126 sec., 29307.28241563055 rows/sec., 2.14 MiB/sec. 2026.05.13 18:42:12.063712 [ 294 ] {8e70c908-38cf-4d21-8ca1-80812110c2d5} TCPHandler: Processed in 0.001287603 sec. 2026.05.13 18:42:12.063855 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.063948 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:12.063986 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:12.064397 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.064433 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.064716 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:42:12.064920 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.065040 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} executeQuery: Read 97 rows, 7.76 KiB in 0.001109 sec., 87466.18575293057 rows/sec., 6.83 MiB/sec. 2026.05.13 18:42:12.065076 [ 294 ] {bbda618e-8b77-4548-906d-a089cbb9d04b} TCPHandler: Processed in 0.001269813 sec. 2026.05.13 18:42:12.065211 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.065302 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:12.065342 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:12.065808 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.065844 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.066161 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:42:12.066368 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.066493 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} executeQuery: Read 161 rows, 11.48 KiB in 0.001208 sec., 133278.14569536422 rows/sec., 9.28 MiB/sec. 2026.05.13 18:42:12.066529 [ 294 ] {1c560122-481c-45f4-9755-1128ffdf3b78} TCPHandler: Processed in 0.001366664 sec. 2026.05.13 18:42:12.066668 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.066761 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:12.066812 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} 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.05.13 18:42:12.067549 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.067585 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.068119 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:42:12.068343 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.068475 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} executeQuery: Read 31 rows, 56.88 KiB in 0.001732 sec., 17898.38337182448 rows/sec., 32.07 MiB/sec. 2026.05.13 18:42:12.068526 [ 294 ] {6fe6726e-038e-4491-b07b-1b63f757c4d9} TCPHandler: Processed in 0.001906663 sec. 2026.05.13 18:42:12.068651 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:12.068745 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:12.068785 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:12.069490 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.069526 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.069828 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:42:12.070034 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.070161 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. 2026.05.13 18:42:12.070196 [ 294 ] {ae9a251e-ad40-4d2a-b148-32faad9796ba} TCPHandler: Processed in 0.001593729 sec. 2026.05.13 18:42:12.973512 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.05.13 18:42:12.987971 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:12.988026 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:12.993841 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:42:12.994497 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:12.996963 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.05.13 18:42:14.601852 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1014 2026.05.13 18:42:14.604122 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:14.604171 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:14.605377 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.13 18:42:14.605648 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:14.605902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1014 2026.05.13 18:42:17.053177 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.053410 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:17.053724 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:17.053760 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:17.053971 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:17.054039 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:17.054174 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:17.054279 [ 334 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:17.054290 [ 357 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:17.054322 [ 319 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:17.054322 [ 363 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:17.054482 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:17.054509 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:17.054593 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:17.054613 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:17.054646 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:17.054683 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:17.054717 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:17.055954 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} executeQuery: Read 35 rows, 6.04 KiB in 0.002629 sec., 13313.046785850134 rows/sec., 2.24 MiB/sec. 2026.05.13 18:42:17.056102 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} MemoryTracker: Peak memory usage (for query): 129.27 KiB. 2026.05.13 18:42:17.056119 [ 294 ] {c99fdae4-e97e-4af6-b848-db4678267402} TCPHandler: Processed in 0.003072074 sec. 2026.05.13 18:42:17.058130 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.058245 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:17.058304 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:17.059002 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.059057 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.059494 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:42:17.059715 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.059854 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} executeQuery: Read 78 rows, 6.59 KiB in 0.001645 sec., 47416.41337386018 rows/sec., 3.91 MiB/sec. 2026.05.13 18:42:17.059892 [ 294 ] {9c0bcd4e-ca06-4bf9-bf99-6f9df3aaee4e} TCPHandler: Processed in 0.001811512 sec. 2026.05.13 18:42:17.060040 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.060141 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:17.060180 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:17.060603 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.060640 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.060926 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:42:17.061130 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.061255 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} executeQuery: Read 11 rows, 847.00 B in 0.001137 sec., 9674.582233948988 rows/sec., 727.48 KiB/sec. 2026.05.13 18:42:17.061292 [ 294 ] {10bf9d58-8613-433c-9fcd-54175ad3bd48} TCPHandler: Processed in 0.001300583 sec. 2026.05.13 18:42:17.061428 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.061522 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:17.061559 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:17.061986 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.062022 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.062326 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:42:17.062533 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.062655 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} executeQuery: Read 75 rows, 6.00 KiB in 0.001151 sec., 65160.729800173765 rows/sec., 5.09 MiB/sec. 2026.05.13 18:42:17.062691 [ 294 ] {382cfdb0-fc0c-4ab5-b5e4-4d159d49bab6} TCPHandler: Processed in 0.001311303 sec. 2026.05.13 18:42:17.062815 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.062910 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:17.062950 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:17.063549 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.063605 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.064092 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:42:17.064357 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.064515 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. 2026.05.13 18:42:17.064577 [ 294 ] {fb356630-0435-4ae1-bec3-001f11cbbb13} TCPHandler: Processed in 0.001809352 sec. 2026.05.13 18:42:17.064817 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.064944 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:17.065011 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} 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.05.13 18:42:17.065876 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.065913 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.066408 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:42:17.066626 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.066761 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} executeQuery: Read 11 rows, 20.18 KiB in 0.001854 sec., 5933.117583603021 rows/sec., 10.63 MiB/sec. 2026.05.13 18:42:17.066813 [ 294 ] {30f08bac-fd79-4df6-9f9b-e0110160c860} TCPHandler: Processed in 0.002103387 sec. 2026.05.13 18:42:17.066932 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:17.067030 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:17.067071 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:17.067495 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:17.067532 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:17.067828 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:42:17.068035 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:17.068166 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. 2026.05.13 18:42:17.068203 [ 294 ] {5c043084-d956-4d1b-9345-9a60f419ff4a} TCPHandler: Processed in 0.001319874 sec. 2026.05.13 18:42:19.454698 [ 31 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:42:19.454769 [ 31 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:42:19.554054 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18139 2026.05.13 18:42:19.554876 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:19.554920 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:19.555572 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:42:19.555807 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:19.555950 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18139 2026.05.13 18:42:20.497068 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.05.13 18:42:20.512689 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:20.512740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:20.518802 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:42:20.519492 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:20.522077 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.05.13 18:42:22.053211 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.053472 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:22.053907 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:22.053959 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:22.054264 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:22.054362 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:22.054528 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:22.054660 [ 334 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:22.054673 [ 350 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:22.054671 [ 363 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:22.054662 [ 362 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:22.054880 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:22.054909 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:22.054996 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:22.055016 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:22.055051 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:22.055088 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:22.055123 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:22.056452 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} executeQuery: Read 35 rows, 6.04 KiB in 0.003087 sec., 11337.868480725623 rows/sec., 1.91 MiB/sec. 2026.05.13 18:42:22.056666 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} MemoryTracker: Peak memory usage (for query): 129.31 KiB. 2026.05.13 18:42:22.056684 [ 294 ] {63ccc549-d6e5-4ada-80f1-638306b21ed4} TCPHandler: Processed in 0.003604893 sec. 2026.05.13 18:42:22.058932 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.059157 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:22.059246 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:22.059934 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.059972 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.060353 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:42:22.060576 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.060714 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} executeQuery: Read 118 rows, 10.25 KiB in 0.001623 sec., 72704.86752926679 rows/sec., 6.17 MiB/sec. 2026.05.13 18:42:22.060728 [ 80 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:42:22.060752 [ 294 ] {614b841d-54c4-4a1e-9ad5-0c3f1f8e5d96} TCPHandler: Processed in 0.001985975 sec. 2026.05.13 18:42:22.060787 [ 80 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.060822 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.061125 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:42:22.061217 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.061228 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.061271 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2617 rows starting from the beginning of the part 2026.05.13 18:42:22.061330 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 118 rows starting from the beginning of the part 2026.05.13 18:42:22.061342 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.061378 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part 2026.05.13 18:42:22.061389 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:22.061428 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 119 rows starting from the beginning of the part 2026.05.13 18:42:22.061470 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 78 rows starting from the beginning of the part 2026.05.13 18:42:22.061510 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 118 rows starting from the beginning of the part 2026.05.13 18:42:22.061909 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.061978 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.062474 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:42:22.062685 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.062690 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3128 rows, containing 5 columns (5 merged, 0 gathered) in 0.001603138 sec., 1951173.2614409989 rows/sec., 156.46 MiB/sec. 2026.05.13 18:42:22.062827 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} executeQuery: Read 31 rows, 2.33 KiB in 0.00151 sec., 20529.80132450331 rows/sec., 1.51 MiB/sec. 2026.05.13 18:42:22.062828 [ 80 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:42:22.062872 [ 294 ] {0723b20c-dd7a-44dc-a771-9dcd099e5f01} TCPHandler: Processed in 0.00171812 sec. 2026.05.13 18:42:22.062882 [ 80 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.062938 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.063010 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.063037 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::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.05.13 18:42:22.063062 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:42:22.063117 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:22.063149 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.063162 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:22.063185 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 81 rows starting from the beginning of the part 2026.05.13 18:42:22.063245 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:22.063291 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:22.063332 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part 2026.05.13 18:42:22.063366 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.063375 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:22.063417 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:22.063449 [ 188 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_61_12} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:42:22.063551 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.05.13 18:42:22.063669 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.063710 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.064026 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:42:22.064138 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.001139309 sec., 173789.55138597166 rows/sec., 13.38 MiB/sec. 2026.05.13 18:42:22.064247 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.064254 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:42:22.064383 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} executeQuery: Read 95 rows, 7.60 KiB in 0.001285 sec., 73929.96108949417 rows/sec., 5.77 MiB/sec. 2026.05.13 18:42:22.064391 [ 80 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:42:22.064429 [ 294 ] {ce7fb7ef-09d4-4c8c-8452-134ab254d0b2} TCPHandler: Processed in 0.001467586 sec. 2026.05.13 18:42:22.064441 [ 80 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.064472 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.064514 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.064540 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:42:22.064574 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.064590 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_51_10} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:42:22.064630 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.064657 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:42:22.064660 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1402 rows starting from the beginning of the part 2026.05.13 18:42:22.064674 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.064724 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 95 rows starting from the beginning of the part 2026.05.13 18:42:22.064725 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:22.064763 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 75 rows starting from the beginning of the part 2026.05.13 18:42:22.064799 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 97 rows starting from the beginning of the part 2026.05.13 18:42:22.064834 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 75 rows starting from the beginning of the part 2026.05.13 18:42:22.064867 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 95 rows starting from the beginning of the part 2026.05.13 18:42:22.065175 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.065209 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.065538 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:42:22.065743 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.065771 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 5 columns (5 merged, 0 gathered) in 0.001255332 sec., 1464951.1045683532 rows/sec., 108.62 MiB/sec. 2026.05.13 18:42:22.065870 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.05.13 18:42:22.065870 [ 28 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:42:22.065913 [ 294 ] {66490903-adef-4ac1-892b-006e43ca877d} TCPHandler: Processed in 0.001387225 sec. 2026.05.13 18:42:22.065929 [ 28 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.065955 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.065991 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:42:22.066022 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:42:22.066038 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.066126 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.066156 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.066158 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 20547 rows starting from the beginning of the part 2026.05.13 18:42:22.066219 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} 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.05.13 18:42:22.066228 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:22.066279 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:22.066306 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.066314 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part 2026.05.13 18:42:22.066360 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:22.066390 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_61_12} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:42:22.066396 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:22.066476 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.05.13 18:42:22.067064 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.067107 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.067819 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:42:22.068082 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.068234 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} executeQuery: Read 31 rows, 56.88 KiB in 0.002095 sec., 14797.136038186158 rows/sec., 26.52 MiB/sec. 2026.05.13 18:42:22.068289 [ 294 ] {6b4952da-c0d0-468f-91af-9b23ac1c168e} TCPHandler: Processed in 0.002299431 sec. 2026.05.13 18:42:22.068419 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.068527 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.068568 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:22.068939 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.068976 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.069477 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:42:22.069723 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.069834 [ 28 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:42:22.069852 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2026.05.13 18:42:22.069871 [ 28 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.069894 [ 294 ] {0bed94fc-71f1-43ef-ab1c-595f762dd5a6} TCPHandler: Processed in 0.001524417 sec. 2026.05.13 18:42:22.069896 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.070005 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:42:22.070130 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.070161 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2910 rows starting from the beginning of the part 2026.05.13 18:42:22.070218 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:22.070257 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:22.070294 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:22.070330 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:22.070369 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:22.071977 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002012905 sec., 1594710.1328676713 rows/sec., 107.56 MiB/sec. 2026.05.13 18:42:22.072375 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:42:22.072651 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.072721 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_61_12} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:42:22.072796 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.05.13 18:42:22.073135 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 21348 rows, containing 5 columns (5 merged, 0 gathered) in 0.007137216 sec., 2991082.237107578 rows/sec., 194.50 MiB/sec. 2026.05.13 18:42:22.073706 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:42:22.074005 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.074078 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_61_12} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:42:22.074159 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.05.13 18:42:22.276129 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.276414 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:42:22.276809 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:22.276847 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:42:22.277108 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:22.277177 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:22.277323 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:42:22.277472 [ 350 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:22.277483 [ 362 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:22.277486 [ 334 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:22.277475 [ 363 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:22.277709 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:22.277737 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:22.277824 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:22.277844 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:22.277880 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:22.277921 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:22.277961 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:22.279307 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} executeQuery: Read 35 rows, 7.62 KiB in 0.003015 sec., 11608.623548922056 rows/sec., 2.47 MiB/sec. 2026.05.13 18:42:22.279500 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} MemoryTracker: Peak memory usage (for query): 146.95 KiB. 2026.05.13 18:42:22.279517 [ 294 ] {58619c31-86f9-4a50-9f2b-fff0a81d7368} TCPHandler: Processed in 0.003533673 sec. 2026.05.13 18:42:22.291374 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.291528 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.291586 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:42:22.292178 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.292226 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.292586 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:42:22.292809 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.292950 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} executeQuery: Read 24 rows, 2.04 KiB in 0.001462 sec., 16415.868673050616 rows/sec., 1.36 MiB/sec. 2026.05.13 18:42:22.292991 [ 294 ] {e1416082-3937-4e0a-9b76-557819261184} TCPHandler: Processed in 0.001740721 sec. 2026.05.13 18:42:22.293134 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.293231 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:22.293271 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:22.294673 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.294710 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.295145 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:42:22.295355 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.295482 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} executeQuery: Read 2543 rows, 193.85 KiB in 0.002271 sec., 1119771.0259797445 rows/sec., 83.36 MiB/sec. 2026.05.13 18:42:22.295519 [ 294 ] {3165290d-71bd-490a-877a-3419349804e7} TCPHandler: Processed in 0.002434373 sec. 2026.05.13 18:42:22.295651 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.295746 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.295785 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:22.296224 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.296260 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.296544 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:42:22.296757 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.296882 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} executeQuery: Read 32 rows, 2.46 KiB in 0.001154 sec., 27729.63604852686 rows/sec., 2.09 MiB/sec. 2026.05.13 18:42:22.296917 [ 294 ] {1003244d-8a8f-4d10-81a5-7ec0cb5562cb} TCPHandler: Processed in 0.001315583 sec. 2026.05.13 18:42:22.297172 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.297266 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.297303 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:42:22.297972 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.298008 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.298328 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:42:22.298530 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.298657 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} executeQuery: Read 825 rows, 49.42 KiB in 0.001409 sec., 585521.6465578424 rows/sec., 34.25 MiB/sec. 2026.05.13 18:42:22.298693 [ 294 ] {edbb5c36-2613-412c-af85-73fdef567415} TCPHandler: Processed in 0.001569087 sec. 2026.05.13 18:42:22.298812 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.298906 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.298944 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:42:22.299326 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.299362 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.299640 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.13 18:42:22.299837 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.299963 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} executeQuery: Read 1 rows, 72.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 65.41 KiB/sec. 2026.05.13 18:42:22.299999 [ 294 ] {f6201889-fe3a-416b-aa7a-772349194b98} TCPHandler: Processed in 0.001235032 sec. 2026.05.13 18:42:22.300122 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.300215 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.300253 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:42:22.300865 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.300922 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.301309 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:42:22.301539 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.301698 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} executeQuery: Read 12 rows, 960.00 B in 0.001496 sec., 8021.390374331551 rows/sec., 626.67 KiB/sec. 2026.05.13 18:42:22.301761 [ 294 ] {d64d1c9f-3d62-4ee1-b945-d61e67107cb8} TCPHandler: Processed in 0.00168727 sec. 2026.05.13 18:42:22.301968 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.302094 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:22.302152 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:22.303239 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.303277 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.303660 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:42:22.303873 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.304008 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} executeQuery: Read 1335 rows, 92.09 KiB in 0.00195 sec., 684615.3846153846 rows/sec., 46.12 MiB/sec. 2026.05.13 18:42:22.304048 [ 294 ] {015e96fc-2794-43ea-957b-4f4c1c0a914b} TCPHandler: Processed in 0.002185629 sec. 2026.05.13 18:42:22.304204 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.304335 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.304388 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:22.305214 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.305258 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.305743 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:42:22.305957 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.306086 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} executeQuery: Read 1532 rows, 95.89 KiB in 0.001781 sec., 860190.9039865244 rows/sec., 52.58 MiB/sec. 2026.05.13 18:42:22.306123 [ 294 ] {f4e1f895-5e1d-45f2-a2bf-8585d84b216f} TCPHandler: Processed in 0.001983365 sec. 2026.05.13 18:42:22.306243 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.306338 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.306391 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} 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.05.13 18:42:22.307244 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.307280 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.307790 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:42:22.308008 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.308124 [ 28 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:42:22.308148 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} executeQuery: Read 20 rows, 36.70 KiB in 0.001829 sec., 10934.937124111537 rows/sec., 19.59 MiB/sec. 2026.05.13 18:42:22.308172 [ 28 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.308197 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.308206 [ 294 ] {1c821de0-32c2-4d7f-8230-15ce17a3a5d5} TCPHandler: Processed in 0.002011536 sec. 2026.05.13 18:42:22.308295 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::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.05.13 18:42:22.308344 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:22.308459 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:22.308504 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:22.308540 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:22.308598 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 961 rows starting from the beginning of the part 2026.05.13 18:42:22.308726 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:22.308832 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:22.308907 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:22.308942 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:22.308948 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:22.309056 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:22.309175 [ 189 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part 2026.05.13 18:42:22.309330 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:42:22.309587 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.309832 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} executeQuery: Read 12 rows, 848.00 B in 0.001391 sec., 8626.887131560028 rows/sec., 595.35 KiB/sec. 2026.05.13 18:42:22.309900 [ 294 ] {b5fbbebe-a323-46c5-b5ed-db826201cefc} TCPHandler: Processed in 0.001609719 sec. 2026.05.13 18:42:22.315222 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1065 rows, containing 19 columns (19 merged, 0 gathered) in 0.006974373 sec., 152701.89879434323 rows/sec., 273.63 MiB/sec. 2026.05.13 18:42:22.316511 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:42:22.316850 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:22.316921 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_51_10} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:42:22.317031 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. 2026.05.13 18:42:23.000226 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 306.12 MiB, peak 315.75 MiB, free memory in arenas 0.00 B, will set to 311.10 MiB (RSS), difference: 4.98 MiB 2026.05.13 18:42:24.607058 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1064 2026.05.13 18:42:24.609835 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:24.609880 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:24.611163 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.13 18:42:24.611425 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:24.611681 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1064 2026.05.13 18:42:25.761201 [ 42 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.05.13 18:42:25.761272 [ 42 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:25.761296 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:25.761417 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.05.13 18:42:25.761571 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:25.761608 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part 2026.05.13 18:42:25.761682 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.05.13 18:42:25.761731 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.05.13 18:42:25.761779 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.05.13 18:42:25.761822 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.05.13 18:42:25.762617 [ 195 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001256262 sec., 30248.467278322518 rows/sec., 2.52 MiB/sec. 2026.05.13 18:42:25.762742 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.13 18:42:25.762995 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:25.763061 [ 198 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_14_3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.05.13 18:42:25.763127 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.13 18:42:27.051285 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:27.051517 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:27.051847 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:27.051881 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:27.052092 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:27.052159 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:27.052296 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:42:27.052425 [ 334 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:27.052427 [ 354 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:27.052429 [ 350 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:27.052425 [ 363 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:27.052620 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:27.052647 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:27.052731 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:27.052751 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:27.052785 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:27.052821 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:27.052860 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:27.054040 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} executeQuery: Read 35 rows, 6.04 KiB in 0.002606 sec., 13430.544896392941 rows/sec., 2.26 MiB/sec. 2026.05.13 18:42:27.054261 [ 294 ] {50ece8cc-a256-4bda-9f03-46573301fb5b} TCPHandler: Processed in 0.003136195 sec. 2026.05.13 18:42:27.055810 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:27.055938 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:27.055992 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:27.056556 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:27.056597 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:27.056955 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:42:27.056988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18651 2026.05.13 18:42:27.057176 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:27.057322 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} executeQuery: Read 56 rows, 4.38 KiB in 0.001423 sec., 39353.478566408994 rows/sec., 3.00 MiB/sec. 2026.05.13 18:42:27.057359 [ 294 ] {51cb06ec-fdc0-470a-b5cb-49ee651d876d} TCPHandler: Processed in 0.001656219 sec. 2026.05.13 18:42:27.057407 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:27.057449 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:27.057502 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:27.057603 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:27.057644 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:27.057901 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:42:27.058057 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:27.058103 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:27.058157 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:27.058301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18651 2026.05.13 18:42:27.058416 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:42:27.058623 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:27.058751 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} executeQuery: Read 64 rows, 5.12 KiB in 0.001166 sec., 54888.507718696404 rows/sec., 4.28 MiB/sec. 2026.05.13 18:42:27.058788 [ 294 ] {629b6b66-31fb-4cf5-ad78-27ee50196c43} TCPHandler: Processed in 0.001334764 sec. 2026.05.13 18:42:27.058934 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:27.059029 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:27.059077 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:27.059465 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:27.059501 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:27.059814 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:42:27.060015 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:27.060137 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} executeQuery: Read 128 rows, 9.13 KiB in 0.001126 sec., 113676.73179396092 rows/sec., 7.92 MiB/sec. 2026.05.13 18:42:27.060173 [ 294 ] {30a8490f-5eb4-4bf9-aaaa-92b5d44fd380} TCPHandler: Processed in 0.001286623 sec. 2026.05.13 18:42:27.060294 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:27.060389 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:27.060429 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:27.060799 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:27.060834 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:27.061140 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:42:27.061346 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:27.061475 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} executeQuery: Read 48 rows, 3.31 KiB in 0.001104 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. 2026.05.13 18:42:27.061510 [ 294 ] {bac06e9e-efa5-4cba-9b20-1cfa597d86ae} TCPHandler: Processed in 0.001263513 sec. 2026.05.13 18:42:28.022123 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.05.13 18:42:28.037568 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:28.037628 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:28.043689 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:42:28.044368 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:28.047075 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.05.13 18:42:29.528335 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61276 2026.05.13 18:42:29.528461 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.528491 [ 275 ] {} TCP-Session: cf8bed21-d6fd-4c1a-94b2-50052295da0c Authenticating user 'default' from [fd00:1122:3344:101::e]:61276 2026.05.13 18:42:29.528517 [ 275 ] {} TCP-Session: cf8bed21-d6fd-4c1a-94b2-50052295da0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.528533 [ 275 ] {} TCP-Session: cf8bed21-d6fd-4c1a-94b2-50052295da0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.528742 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63046 2026.05.13 18:42:29.528766 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47692 2026.05.13 18:42:29.528803 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57592 2026.05.13 18:42:29.528822 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54568 2026.05.13 18:42:29.528855 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64961 2026.05.13 18:42:29.528876 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.528901 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.528850 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53487 2026.05.13 18:42:29.528938 [ 309 ] {} TCP-Session: 36f0d422-2c8a-454e-ba47-2ee02909efd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47692 2026.05.13 18:42:29.528936 [ 275 ] {} TCP-Session: cf8bed21-d6fd-4c1a-94b2-50052295da0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:29.528968 [ 309 ] {} TCP-Session: 36f0d422-2c8a-454e-ba47-2ee02909efd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.528925 [ 293 ] {} TCP-Session: c9fc7f60-016a-4bc4-bc68-52c41b252200 Authenticating user 'default' from [fd00:1122:3344:101::e]:63046 2026.05.13 18:42:29.529010 [ 309 ] {} TCP-Session: 36f0d422-2c8a-454e-ba47-2ee02909efd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.528838 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34242 2026.05.13 18:42:29.529048 [ 293 ] {} TCP-Session: c9fc7f60-016a-4bc4-bc68-52c41b252200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.528813 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45166 2026.05.13 18:42:29.529097 [ 293 ] {} TCP-Session: c9fc7f60-016a-4bc4-bc68-52c41b252200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529196 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} executeQuery: (from [fd00:1122:3344:101::e]:61276) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:42:29.529516 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.529539 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:42:29.529550 [ 316 ] {} TCP-Session: 04e024da-580b-4038-a764-3f357cf14f05 Authenticating user 'default' from [fd00:1122:3344:101::e]:53487 2026.05.13 18:42:29.529597 [ 316 ] {} TCP-Session: 04e024da-580b-4038-a764-3f357cf14f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529610 [ 316 ] {} TCP-Session: 04e024da-580b-4038-a764-3f357cf14f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529628 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:29.529637 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.529683 [ 314 ] {} TCP-Session: 91027d19-68ad-43a0-ae88-136c7faaa564 Authenticating user 'default' from [fd00:1122:3344:101::e]:54568 2026.05.13 18:42:29.529710 [ 314 ] {} TCP-Session: 91027d19-68ad-43a0-ae88-136c7faaa564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529723 [ 314 ] {} TCP-Session: 91027d19-68ad-43a0-ae88-136c7faaa564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529877 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.529907 [ 310 ] {} TCP-Session: a463250d-e61f-4f14-bdd0-4e56328e1b79 Authenticating user 'default' from [fd00:1122:3344:101::e]:57592 2026.05.13 18:42:29.529924 [ 310 ] {} TCP-Session: a463250d-e61f-4f14-bdd0-4e56328e1b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529937 [ 310 ] {} TCP-Session: a463250d-e61f-4f14-bdd0-4e56328e1b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.529991 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.530022 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:42:29.530027 [ 317 ] {} TCP-Session: ea46af96-eb92-42ac-9f2d-f9d30707a11e Authenticating user 'default' from [fd00:1122:3344:101::e]:64961 2026.05.13 18:42:29.530077 [ 317 ] {} TCP-Session: ea46af96-eb92-42ac-9f2d-f9d30707a11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530094 [ 317 ] {} TCP-Session: ea46af96-eb92-42ac-9f2d-f9d30707a11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530110 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.530144 [ 313 ] {} TCP-Session: aafb8348-4a0e-42ee-bed8-4d2a6a62ed5b Authenticating user 'default' from [fd00:1122:3344:101::e]:45166 2026.05.13 18:42:29.530161 [ 313 ] {} TCP-Session: aafb8348-4a0e-42ee-bed8-4d2a6a62ed5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530177 [ 313 ] {} TCP-Session: aafb8348-4a0e-42ee-bed8-4d2a6a62ed5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530215 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:29.530249 [ 315 ] {} TCP-Session: 67b9e27c-9df7-4abf-b0f8-d71057168930 Authenticating user 'default' from [fd00:1122:3344:101::e]:34242 2026.05.13 18:42:29.530265 [ 315 ] {} TCP-Session: 67b9e27c-9df7-4abf-b0f8-d71057168930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530278 [ 315 ] {} TCP-Session: 67b9e27c-9df7-4abf-b0f8-d71057168930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.530940 [ 350 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} AggregatingTransform: Aggregating 2026.05.13 18:42:29.530979 [ 350 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} Aggregator: Aggregation method: without_key 2026.05.13 18:42:29.531019 [ 350 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000870355 sec. (1148.956 rows/sec., 44.88 KiB/sec.) 2026.05.13 18:42:29.531036 [ 350 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} Aggregator: Merging aggregated data 2026.05.13 18:42:29.532570 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} executeQuery: Read 1 rows, 40.00 B in 0.003447 sec., 290.1073397156948 rows/sec., 11.33 KiB/sec. 2026.05.13 18:42:29.532748 [ 275 ] {7305e1cf-47d9-4f82-8930-979ad6b35112} TCPHandler: Processed in 0.00398377 sec. 2026.05.13 18:42:29.532887 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.532918 [ 275 ] {} TCP-Session: cf8bed21-d6fd-4c1a-94b2-50052295da0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.532919 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.532939 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.532960 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.532966 [ 293 ] {} TCP-Session: c9fc7f60-016a-4bc4-bc68-52c41b252200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.532980 [ 317 ] {} TCP-Session: ea46af96-eb92-42ac-9f2d-f9d30707a11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.532984 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.533008 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.533031 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.533047 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.533076 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:29.533086 [ 315 ] {} TCP-Session: 67b9e27c-9df7-4abf-b0f8-d71057168930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.533106 [ 310 ] {} TCP-Session: a463250d-e61f-4f14-bdd0-4e56328e1b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.533121 [ 313 ] {} TCP-Session: aafb8348-4a0e-42ee-bed8-4d2a6a62ed5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.533047 [ 314 ] {} TCP-Session: 91027d19-68ad-43a0-ae88-136c7faaa564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.533005 [ 309 ] {} TCP-Session: 36f0d422-2c8a-454e-ba47-2ee02909efd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:29.533063 [ 316 ] {} TCP-Session: 04e024da-580b-4038-a764-3f357cf14f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.761738 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43414 2026.05.13 18:42:30.761849 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.761877 [ 293 ] {} TCP-Session: c6ef726b-1aeb-42b7-b2a7-a56c3767ed99 Authenticating user 'default' from [fd00:1122:3344:101::e]:43414 2026.05.13 18:42:30.761901 [ 293 ] {} TCP-Session: c6ef726b-1aeb-42b7-b2a7-a56c3767ed99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.761914 [ 293 ] {} TCP-Session: c6ef726b-1aeb-42b7-b2a7-a56c3767ed99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762097 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54100 2026.05.13 18:42:30.762102 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63158 2026.05.13 18:42:30.762144 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62033 2026.05.13 18:42:30.762175 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47919 2026.05.13 18:42:30.762192 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59831 2026.05.13 18:42:30.762189 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55664 2026.05.13 18:42:30.762242 [ 293 ] {} TCP-Session: c6ef726b-1aeb-42b7-b2a7-a56c3767ed99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:30.762268 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762270 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762264 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762343 [ 316 ] {} TCP-Session: e0c97e14-434f-4240-8217-d68f768c5202 Authenticating user 'default' from [fd00:1122:3344:101::e]:47919 2026.05.13 18:42:30.762348 [ 275 ] {} TCP-Session: f7ba592b-deb1-4cda-916e-f242d287bda0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59831 2026.05.13 18:42:30.762364 [ 313 ] {} TCP-Session: aa88e14d-34ea-4c14-a780-cd45f2941db6 Authenticating user 'default' from [fd00:1122:3344:101::e]:62033 2026.05.13 18:42:30.762385 [ 275 ] {} TCP-Session: f7ba592b-deb1-4cda-916e-f242d287bda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762385 [ 316 ] {} TCP-Session: e0c97e14-434f-4240-8217-d68f768c5202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762406 [ 275 ] {} TCP-Session: f7ba592b-deb1-4cda-916e-f242d287bda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762394 [ 313 ] {} TCP-Session: aa88e14d-34ea-4c14-a780-cd45f2941db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762436 [ 316 ] {} TCP-Session: e0c97e14-434f-4240-8217-d68f768c5202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762452 [ 313 ] {} TCP-Session: aa88e14d-34ea-4c14-a780-cd45f2941db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762455 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} executeQuery: (from [fd00:1122:3344:101::e]:43414) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:42:30.762343 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762187 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43215 2026.05.13 18:42:30.762185 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762548 [ 315 ] {} TCP-Session: 713476e0-2ea3-48b4-8cb8-1c9a0196d6c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:55664 2026.05.13 18:42:30.762576 [ 310 ] {} TCP-Session: ed9a9410-28dd-415d-b6d8-1d07fa26228c Authenticating user 'default' from [fd00:1122:3344:101::e]:63158 2026.05.13 18:42:30.762178 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762605 [ 310 ] {} TCP-Session: ed9a9410-28dd-415d-b6d8-1d07fa26228c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762594 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762624 [ 310 ] {} TCP-Session: ed9a9410-28dd-415d-b6d8-1d07fa26228c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762623 [ 309 ] {} TCP-Session: 403d0b9e-90a3-4f2b-83b8-dcf165046289 Authenticating user 'default' from [fd00:1122:3344:101::e]:54100 2026.05.13 18:42:30.762640 [ 317 ] {} TCP-Session: 1af21600-e060-4f12-b99d-351dd2bbada0 Authenticating user 'default' from [fd00:1122:3344:101::e]:43215 2026.05.13 18:42:30.762653 [ 309 ] {} TCP-Session: 403d0b9e-90a3-4f2b-83b8-dcf165046289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762665 [ 317 ] {} TCP-Session: 1af21600-e060-4f12-b99d-351dd2bbada0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762672 [ 309 ] {} TCP-Session: 403d0b9e-90a3-4f2b-83b8-dcf165046289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762680 [ 317 ] {} TCP-Session: 1af21600-e060-4f12-b99d-351dd2bbada0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762600 [ 315 ] {} TCP-Session: 713476e0-2ea3-48b4-8cb8-1c9a0196d6c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762144 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38358 2026.05.13 18:42:30.762844 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:42:30.762729 [ 315 ] {} TCP-Session: 713476e0-2ea3-48b4-8cb8-1c9a0196d6c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762915 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.762924 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:30.762948 [ 314 ] {} TCP-Session: e3620aa0-e7c1-42ac-9d86-b3feda9fc766 Authenticating user 'default' from [fd00:1122:3344:101::e]:38358 2026.05.13 18:42:30.762972 [ 314 ] {} TCP-Session: e3620aa0-e7c1-42ac-9d86-b3feda9fc766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.762986 [ 314 ] {} TCP-Session: e3620aa0-e7c1-42ac-9d86-b3feda9fc766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.763238 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:42:30.764412 [ 325 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} AggregatingTransform: Aggregating 2026.05.13 18:42:30.764456 [ 325 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} Aggregator: Aggregation method: without_key 2026.05.13 18:42:30.764492 [ 325 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00114588 sec. (872.692 rows/sec., 34.09 KiB/sec.) 2026.05.13 18:42:30.764510 [ 325 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} Aggregator: Merging aggregated data 2026.05.13 18:42:30.766058 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} executeQuery: Read 1 rows, 40.00 B in 0.003661 sec., 273.1494127287626 rows/sec., 10.67 KiB/sec. 2026.05.13 18:42:30.766194 [ 293 ] {f0060749-2700-4b0d-8a36-bde4d766dfa5} TCPHandler: Processed in 0.004079192 sec. 2026.05.13 18:42:30.766389 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766420 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766421 [ 293 ] {} TCP-Session: c6ef726b-1aeb-42b7-b2a7-a56c3767ed99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766443 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766464 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766489 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766508 [ 275 ] {} TCP-Session: f7ba592b-deb1-4cda-916e-f242d287bda0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766520 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766528 [ 314 ] {} TCP-Session: e3620aa0-e7c1-42ac-9d86-b3feda9fc766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766537 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766560 [ 315 ] {} TCP-Session: 713476e0-2ea3-48b4-8cb8-1c9a0196d6c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766572 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766598 [ 310 ] {} TCP-Session: ed9a9410-28dd-415d-b6d8-1d07fa26228c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766600 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.766638 [ 313 ] {} TCP-Session: aa88e14d-34ea-4c14-a780-cd45f2941db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766496 [ 316 ] {} TCP-Session: e0c97e14-434f-4240-8217-d68f768c5202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766679 [ 317 ] {} TCP-Session: 1af21600-e060-4f12-b99d-351dd2bbada0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.766465 [ 309 ] {} TCP-Session: 403d0b9e-90a3-4f2b-83b8-dcf165046289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.869746 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39500 2026.05.13 18:42:30.869876 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.869919 [ 293 ] {} TCP-Session: 207f3db5-600c-4a22-8df8-9e5bb7f86b0e Authenticating user 'default' from [fd00:1122:3344:101::e]:39500 2026.05.13 18:42:30.869952 [ 293 ] {} TCP-Session: 207f3db5-600c-4a22-8df8-9e5bb7f86b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.869975 [ 293 ] {} TCP-Session: 207f3db5-600c-4a22-8df8-9e5bb7f86b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870218 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35534 2026.05.13 18:42:30.870231 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41423 2026.05.13 18:42:30.870275 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33216 2026.05.13 18:42:30.870291 [ 293 ] {} TCP-Session: 207f3db5-600c-4a22-8df8-9e5bb7f86b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:30.870331 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870286 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64188 2026.05.13 18:42:30.870376 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870376 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870414 [ 313 ] {} TCP-Session: 34a26231-2106-417f-8dc9-025b3cf2960f Authenticating user 'default' from [fd00:1122:3344:101::e]:41423 2026.05.13 18:42:30.870431 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870435 [ 317 ] {} TCP-Session: 7135f045-e48f-46d6-aac8-769ddfe2ca87 Authenticating user 'default' from [fd00:1122:3344:101::e]:33216 2026.05.13 18:42:30.870454 [ 313 ] {} TCP-Session: 34a26231-2106-417f-8dc9-025b3cf2960f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870463 [ 275 ] {} TCP-Session: cce9f23e-e439-4b6f-8fb5-ecbbdb9d8930 Authenticating user 'default' from [fd00:1122:3344:101::e]:64188 2026.05.13 18:42:30.870487 [ 313 ] {} TCP-Session: 34a26231-2106-417f-8dc9-025b3cf2960f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870510 [ 275 ] {} TCP-Session: cce9f23e-e439-4b6f-8fb5-ecbbdb9d8930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870480 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} executeQuery: (from [fd00:1122:3344:101::e]:39500) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:42:30.870537 [ 275 ] {} TCP-Session: cce9f23e-e439-4b6f-8fb5-ecbbdb9d8930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870476 [ 317 ] {} TCP-Session: 7135f045-e48f-46d6-aac8-769ddfe2ca87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870379 [ 309 ] {} TCP-Session: 95ffb35c-3984-42ad-8e12-74d66e32a416 Authenticating user 'default' from [fd00:1122:3344:101::e]:35534 2026.05.13 18:42:30.870594 [ 317 ] {} TCP-Session: 7135f045-e48f-46d6-aac8-769ddfe2ca87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870267 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40860 2026.05.13 18:42:30.870632 [ 309 ] {} TCP-Session: 95ffb35c-3984-42ad-8e12-74d66e32a416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870255 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49896 2026.05.13 18:42:30.870697 [ 309 ] {} TCP-Session: 95ffb35c-3984-42ad-8e12-74d66e32a416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870230 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38011 2026.05.13 18:42:30.870747 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870768 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870257 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59085 2026.05.13 18:42:30.870812 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:42:30.870838 [ 315 ] {} TCP-Session: 1eb609be-e3fd-4170-98ed-3f9545672e22 Authenticating user 'default' from [fd00:1122:3344:101::e]:49896 2026.05.13 18:42:30.870820 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870897 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:30.870927 [ 310 ] {} TCP-Session: 98bd0745-2b57-4593-b13d-58af9796eab5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38011 2026.05.13 18:42:30.870899 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:42:30.870968 [ 310 ] {} TCP-Session: 98bd0745-2b57-4593-b13d-58af9796eab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870991 [ 314 ] {} TCP-Session: 4813d353-3fb8-480e-903f-11dd684b1612 Authenticating user 'default' from [fd00:1122:3344:101::e]:59085 2026.05.13 18:42:30.871007 [ 310 ] {} TCP-Session: 98bd0745-2b57-4593-b13d-58af9796eab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.871028 [ 314 ] {} TCP-Session: 4813d353-3fb8-480e-903f-11dd684b1612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870807 [ 316 ] {} TCP-Session: 1cc5f2d6-2049-46b7-bf40-fb9bf27ab060 Authenticating user 'default' from [fd00:1122:3344:101::e]:40860 2026.05.13 18:42:30.871051 [ 314 ] {} TCP-Session: 4813d353-3fb8-480e-903f-11dd684b1612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.871075 [ 316 ] {} TCP-Session: 1cc5f2d6-2049-46b7-bf40-fb9bf27ab060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.870891 [ 315 ] {} TCP-Session: 1eb609be-e3fd-4170-98ed-3f9545672e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.871096 [ 316 ] {} TCP-Session: 1cc5f2d6-2049-46b7-bf40-fb9bf27ab060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.871119 [ 315 ] {} TCP-Session: 1eb609be-e3fd-4170-98ed-3f9545672e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.871223 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:42:30.872209 [ 362 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} AggregatingTransform: Aggregating 2026.05.13 18:42:30.872250 [ 362 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} Aggregator: Aggregation method: without_key 2026.05.13 18:42:30.872290 [ 362 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000960877 sec. (1040.716 rows/sec., 40.65 KiB/sec.) 2026.05.13 18:42:30.872310 [ 362 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} Aggregator: Merging aggregated data 2026.05.13 18:42:30.873797 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} executeQuery: Read 1 rows, 40.00 B in 0.003367 sec., 297.000297000297 rows/sec., 11.60 KiB/sec. 2026.05.13 18:42:30.873997 [ 293 ] {04494789-f43c-4a43-b10a-a0c061abe8ab} TCPHandler: Processed in 0.003819837 sec. 2026.05.13 18:42:30.874163 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874195 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874205 [ 293 ] {} TCP-Session: 207f3db5-600c-4a22-8df8-9e5bb7f86b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874230 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874244 [ 275 ] {} TCP-Session: cce9f23e-e439-4b6f-8fb5-ecbbdb9d8930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874257 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874278 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874311 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874331 [ 309 ] {} TCP-Session: 95ffb35c-3984-42ad-8e12-74d66e32a416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874337 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874359 [ 315 ] {} TCP-Session: 1eb609be-e3fd-4170-98ed-3f9545672e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874363 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874388 [ 316 ] {} TCP-Session: 1cc5f2d6-2049-46b7-bf40-fb9bf27ab060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874396 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:42:30.874423 [ 314 ] {} TCP-Session: 4813d353-3fb8-480e-903f-11dd684b1612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874313 [ 310 ] {} TCP-Session: 98bd0745-2b57-4593-b13d-58af9796eab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874455 [ 317 ] {} TCP-Session: 7135f045-e48f-46d6-aac8-769ddfe2ca87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:30.874275 [ 313 ] {} TCP-Session: 34a26231-2106-417f-8dc9-025b3cf2960f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:42:32.053517 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.053775 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:32.054164 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:32.054207 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:32.054476 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:32.054557 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:32.054723 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:32.054853 [ 352 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:32.054870 [ 306 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:32.054893 [ 341 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:32.054867 [ 336 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:32.055093 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:32.055122 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:32.055231 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:32.055258 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:32.055304 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:32.055354 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:32.055393 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:32.056722 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} executeQuery: Read 35 rows, 6.04 KiB in 0.003051 sec., 11471.648639790234 rows/sec., 1.93 MiB/sec. 2026.05.13 18:42:32.056901 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} MemoryTracker: Peak memory usage (for query): 128.89 KiB. 2026.05.13 18:42:32.056918 [ 294 ] {2414f9d0-1641-4586-9feb-f9b56c6d7ba9} TCPHandler: Processed in 0.003553973 sec. 2026.05.13 18:42:32.059067 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.059212 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:32.059274 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:32.059888 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.059926 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.060321 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:42:32.060559 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.060711 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} executeQuery: Read 118 rows, 10.25 KiB in 0.001539 sec., 76673.16439246264 rows/sec., 6.51 MiB/sec. 2026.05.13 18:42:32.060752 [ 294 ] {ef1b2d77-ba25-4c24-888b-5b4139e80344} TCPHandler: Processed in 0.001747451 sec. 2026.05.13 18:42:32.060917 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.061017 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:32.061057 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:32.061536 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.061572 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.061881 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:42:32.062103 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.062238 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} executeQuery: Read 31 rows, 2.33 KiB in 0.001242 sec., 24959.742351046698 rows/sec., 1.83 MiB/sec. 2026.05.13 18:42:32.062276 [ 294 ] {523b9b34-b112-45c0-9954-2406a92f937e} TCPHandler: Processed in 0.001408505 sec. 2026.05.13 18:42:32.062407 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.062511 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:32.062550 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:32.062999 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.063036 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.063365 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:42:32.063584 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.063716 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} executeQuery: Read 95 rows, 7.60 KiB in 0.001224 sec., 77614.37908496732 rows/sec., 6.06 MiB/sec. 2026.05.13 18:42:32.063753 [ 294 ] {ace85ba1-727d-42f4-af8a-c1f469807c83} TCPHandler: Processed in 0.001394364 sec. 2026.05.13 18:42:32.063906 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.064002 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:32.064044 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:32.064475 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.064513 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.064851 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:42:32.065070 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.065417 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. 2026.05.13 18:42:32.065511 [ 294 ] {a00e3665-ff66-4800-9738-95d9f589bbfb} TCPHandler: Processed in 0.001653319 sec. 2026.05.13 18:42:32.065725 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.065869 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:32.065947 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} 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.05.13 18:42:32.066988 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.067032 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.067700 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:42:32.067942 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.068082 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} executeQuery: Read 31 rows, 56.88 KiB in 0.002262 sec., 13704.686118479221 rows/sec., 24.56 MiB/sec. 2026.05.13 18:42:32.068136 [ 294 ] {34019d75-13d7-46b6-929f-048b7908c71e} TCPHandler: Processed in 0.002532514 sec. 2026.05.13 18:42:32.068273 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:32.068370 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:32.068413 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:32.068783 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:32.068820 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.05.13 18:42:32.069261 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:42:32.069467 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:32.069599 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} executeQuery: Read 60 rows, 4.14 KiB in 0.001247 sec., 48115.477145148354 rows/sec., 3.24 MiB/sec. 2026.05.13 18:42:32.069634 [ 294 ] {7170f8b9-474b-4a49-a6a5-3ddb60ddb781} TCPHandler: Processed in 0.001410175 sec. 2026.05.13 18:42:34.455026 [ 103 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:42:34.455101 [ 103 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:42:34.558389 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19099 2026.05.13 18:42:34.559004 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:34.559049 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:34.559549 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:42:34.559790 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:34.559924 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19099 2026.05.13 18:42:34.612137 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1094 2026.05.13 18:42:34.614688 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:34.614755 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:34.616029 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.13 18:42:34.616322 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:34.616705 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1094 2026.05.13 18:42:35.547129 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.05.13 18:42:35.563395 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:35.563449 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:35.569448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:42:35.570139 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:35.572905 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.05.13 18:42:37.052620 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.052908 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:37.053432 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:37.053498 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:37.053848 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:37.053916 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:37.054051 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:37.054178 [ 341 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:37.054206 [ 352 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:37.054208 [ 357 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:37.054210 [ 353 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:37.054435 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:37.054464 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:37.054547 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:37.054567 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:37.054601 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:37.054664 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:37.054700 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:37.056014 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} executeQuery: Read 35 rows, 6.04 KiB in 0.003246 sec., 10782.501540357362 rows/sec., 1.82 MiB/sec. 2026.05.13 18:42:37.056165 [ 294 ] {6495fad3-e473-4987-a8f5-c4a5d945dbd2} TCPHandler: Processed in 0.003675815 sec. 2026.05.13 18:42:37.058040 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.058245 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:37.058323 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:37.058994 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.059034 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.059384 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:42:37.059593 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.059735 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} executeQuery: Read 78 rows, 6.59 KiB in 0.001548 sec., 50387.59689922481 rows/sec., 4.16 MiB/sec. 2026.05.13 18:42:37.059772 [ 294 ] {a3649171-0620-48ac-b1b3-85d1bb3fe45a} TCPHandler: Processed in 0.001831732 sec. 2026.05.13 18:42:37.059902 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.059996 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:37.060034 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:37.060477 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.060513 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.060792 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:42:37.060999 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.061126 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} executeQuery: Read 11 rows, 847.00 B in 0.001147 sec., 9590.235396687009 rows/sec., 721.14 KiB/sec. 2026.05.13 18:42:37.061162 [ 294 ] {5b08be50-9c7b-4447-86ce-f56f665a1c98} TCPHandler: Processed in 0.001307983 sec. 2026.05.13 18:42:37.061302 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.061397 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:37.061439 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:37.061837 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.061873 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.062163 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:42:37.062363 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.062490 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} executeQuery: Read 75 rows, 6.00 KiB in 0.001111 sec., 67506.75067506751 rows/sec., 5.27 MiB/sec. 2026.05.13 18:42:37.062527 [ 294 ] {3f996c8f-3e16-492b-bc2d-0b66d25d6b57} TCPHandler: Processed in 0.001274193 sec. 2026.05.13 18:42:37.062652 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.062746 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:37.062788 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:37.063218 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.063254 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.063567 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:42:37.063770 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.063957 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.05.13 18:42:37.063999 [ 294 ] {7e6c81f9-e968-4b04-8b78-4ac2016134e4} TCPHandler: Processed in 0.001394925 sec. 2026.05.13 18:42:37.064125 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.064220 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:37.064272 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} 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.05.13 18:42:37.065039 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.065075 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.065571 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:42:37.065787 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.065925 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} executeQuery: Read 11 rows, 20.18 KiB in 0.001723 sec., 6384.2135809634365 rows/sec., 11.44 MiB/sec. 2026.05.13 18:42:37.065978 [ 294 ] {8b987bdb-cdeb-400f-88d1-73a786bf6c7e} TCPHandler: Processed in 0.001900723 sec. 2026.05.13 18:42:37.066107 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:37.066202 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:37.066242 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:37.066585 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:37.066620 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:37.066910 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:42:37.067108 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:37.067236 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.05.13 18:42:37.067271 [ 294 ] {d4063556-ab6d-4c67-8520-a05ae6bbc07d} TCPHandler: Processed in 0.001213261 sec. 2026.05.13 18:42:42.053490 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.053858 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:42:42.054224 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:42.054258 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:42:42.054470 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:42.054536 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:42.054674 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:42:42.054816 [ 329 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:42.054844 [ 353 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:42.054827 [ 357 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:42.054819 [ 318 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:42.055112 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:42.055142 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:42.055226 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:42.055245 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:42.055280 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:42.055318 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:42.055351 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:42:42.056736 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} executeQuery: Read 35 rows, 6.04 KiB in 0.003019 sec., 11593.242795627692 rows/sec., 1.95 MiB/sec. 2026.05.13 18:42:42.056905 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} MemoryTracker: Peak memory usage (for query): 130.50 KiB. 2026.05.13 18:42:42.056921 [ 294 ] {efed0b14-27f6-4ed0-9ee8-ca3a1bade2cf} TCPHandler: Processed in 0.003607563 sec. 2026.05.13 18:42:42.059083 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.059308 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:42:42.059389 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:42:42.059979 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19611 2026.05.13 18:42:42.060181 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.060226 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.060457 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.060503 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.060568 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:42:42.060826 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.060972 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} executeQuery: Read 6 rows, 501.00 B in 0.00172 sec., 3488.3720930232557 rows/sec., 284.45 KiB/sec. 2026.05.13 18:42:42.061010 [ 294 ] {7a0b63f6-5b0d-447f-9a32-6302548f64e3} TCPHandler: Processed in 0.002044506 sec. 2026.05.13 18:42:42.061014 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:42:42.061156 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.061257 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:42.061267 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.061303 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:42.061408 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19611 2026.05.13 18:42:42.061430 [ 90 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:42:42.061499 [ 90 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.061522 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.061636 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:42:42.061753 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:42.061788 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17179 rows starting from the beginning of the part 2026.05.13 18:42:42.061849 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2026.05.13 18:42:42.061881 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.061897 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2026.05.13 18:42:42.061927 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.061955 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2026.05.13 18:42:42.061996 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2026.05.13 18:42:42.062036 [ 192 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2026.05.13 18:42:42.062280 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:42:42.062503 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.062626 [ 90 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:42:42.062633 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} executeQuery: Read 121 rows, 10.47 KiB in 0.001393 sec., 86862.88585786073 rows/sec., 7.34 MiB/sec. 2026.05.13 18:42:42.062669 [ 90 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.062691 [ 294 ] {b65e6f3c-f458-4467-a375-a98c125fcc29} TCPHandler: Processed in 0.001593598 sec. 2026.05.13 18:42:42.062698 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.062819 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:42:42.062836 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.062952 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:42.062952 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:42.062995 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:42.063005 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2617 rows starting from the beginning of the part 2026.05.13 18:42:42.063077 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2543 rows starting from the beginning of the part 2026.05.13 18:42:42.063121 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2026.05.13 18:42:42.063162 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 118 rows starting from the beginning of the part 2026.05.13 18:42:42.063204 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 78 rows starting from the beginning of the part 2026.05.13 18:42:42.063247 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 121 rows starting from the beginning of the part 2026.05.13 18:42:42.063450 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.063491 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.063816 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:42:42.063892 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19611 rows, containing 4 columns (4 merged, 0 gathered) in 0.002299761 sec., 8527407.848032905 rows/sec., 121.99 MiB/sec. 2026.05.13 18:42:42.064042 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.064185 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} executeQuery: Read 37 rows, 2.75 KiB in 0.00125 sec., 29600 rows/sec., 2.15 MiB/sec. 2026.05.13 18:42:42.064222 [ 294 ] {054cd49f-f22f-424b-8866-c30022a2014d} TCPHandler: Processed in 0.001434185 sec. 2026.05.13 18:42:42.064301 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:42:42.064354 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.064462 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:42.064503 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:42.064609 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.064692 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_41_8} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:42:42.064766 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2026.05.13 18:42:42.064954 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.064995 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.065199 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5533 rows, containing 5 columns (5 merged, 0 gathered) in 0.002426073 sec., 2280640.359956193 rows/sec., 180.24 MiB/sec. 2026.05.13 18:42:42.065305 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:42:42.065493 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:42:42.065527 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.065675 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} executeQuery: Read 101 rows, 8.09 KiB in 0.001231 sec., 82047.11616571892 rows/sec., 6.42 MiB/sec. 2026.05.13 18:42:42.065679 [ 96 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:42:42.065715 [ 294 ] {174d250e-fae6-4aaf-bc86-06dfba5fd328} TCPHandler: Processed in 0.001409495 sec. 2026.05.13 18:42:42.065735 [ 96 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.065764 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.065770 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.065835 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:42:42.065838 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.065847 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_66_13} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:42:42.065920 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:42.065943 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:42:42.065949 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1402 rows starting from the beginning of the part 2026.05.13 18:42:42.065961 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:42.066018 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1335 rows starting from the beginning of the part 2026.05.13 18:42:42.066020 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:42.066068 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2026.05.13 18:42:42.066113 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 95 rows starting from the beginning of the part 2026.05.13 18:42:42.066149 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 75 rows starting from the beginning of the part 2026.05.13 18:42:42.066188 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 101 rows starting from the beginning of the part 2026.05.13 18:42:42.066540 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.066580 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.066913 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:42:42.067122 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.067250 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} executeQuery: Read 163 rows, 11.62 KiB in 0.001315 sec., 123954.37262357415 rows/sec., 8.63 MiB/sec. 2026.05.13 18:42:42.067253 [ 90 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:42:42.067289 [ 294 ] {471c0b5f-8189-4d18-b70e-a3cfc7eec8a3} TCPHandler: Processed in 0.001499167 sec. 2026.05.13 18:42:42.067302 [ 90 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.067326 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.067389 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:42:42.067395 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 5 columns (5 merged, 0 gathered) in 0.001586808 sec., 1935962.0067456176 rows/sec., 140.55 MiB/sec. 2026.05.13 18:42:42.067441 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.067507 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:42.067543 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 21348 rows starting from the beginning of the part 2026.05.13 18:42:42.067568 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:42.067592 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:42:42.067620 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:42:42.067628 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} 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.05.13 18:42:42.067635 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 128 rows starting from the beginning of the part 2026.05.13 18:42:42.067692 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:42.067729 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.05.13 18:42:42.067765 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 163 rows starting from the beginning of the part 2026.05.13 18:42:42.067966 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.068048 [ 187 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_66_13} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:42:42.068135 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:42:42.068631 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.068671 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.069352 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:42:42.069639 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.069785 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} executeQuery: Read 31 rows, 56.88 KiB in 0.002239 sec., 13845.46672621706 rows/sec., 24.81 MiB/sec. 2026.05.13 18:42:42.069896 [ 294 ] {63aacdab-dff4-4c83-a398-4b430f9db28a} TCPHandler: Processed in 0.002502194 sec. 2026.05.13 18:42:42.070115 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:42.070261 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:42.070319 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:42.070855 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.070893 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.071276 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:42:42.071493 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.071625 [ 90 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:42:42.071628 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2026.05.13 18:42:42.071666 [ 90 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:42.071689 [ 294 ] {7158f857-4228-4c30-a669-d7cdab90c811} TCPHandler: Processed in 0.00168647 sec. 2026.05.13 18:42:42.071695 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:42.071787 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:42:42.071886 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:42.071912 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3210 rows starting from the beginning of the part 2026.05.13 18:42:42.071960 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 12 rows starting from the beginning of the part 2026.05.13 18:42:42.072006 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part 2026.05.13 18:42:42.072046 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:42.072087 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:42.072127 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.05.13 18:42:42.073518 [ 198 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3450 rows, containing 4 columns (4 merged, 0 gathered) in 0.001762711 sec., 1957212.4982484367 rows/sec., 132.00 MiB/sec. 2026.05.13 18:42:42.073857 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:42:42.074086 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.074146 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_66_13} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:42:42.074202 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.13 18:42:42.075698 [ 190 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 23491 rows, containing 5 columns (5 merged, 0 gathered) in 0.008337637 sec., 2817464.948402047 rows/sec., 182.83 MiB/sec. 2026.05.13 18:42:42.076060 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:42:42.076308 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:42.076370 [ 194 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_66_13} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:42:42.076428 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.05.13 18:42:43.000201 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 311.97 MiB, peak 322.95 MiB, free memory in arenas 0.00 B, will set to 313.76 MiB (RSS), difference: 1.79 MiB 2026.05.13 18:42:43.073186 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.05.13 18:42:43.090439 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:43.090478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:43.096466 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:42:43.097153 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:43.097496 [ 90 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:42:43.097573 [ 90 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:43.097594 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:43.097710 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:42:43.100060 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.05.13 18:42:43.101793 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:43.103512 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2026.05.13 18:42:43.108987 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.05.13 18:42:43.114147 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.05.13 18:42:43.118967 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.05.13 18:42:43.123735 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.05.13 18:42:43.127811 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.05.13 18:42:43.181720 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.08405196 sec., 3676.297376051671 rows/sec., 19.01 MiB/sec. 2026.05.13 18:42:43.183768 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:42:43.185441 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:43.185536 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_41_8} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:42:43.187145 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.13 18:42:44.000220 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 314.85 MiB, peak 328.25 MiB, free memory in arenas 0.00 B, will set to 316.90 MiB (RSS), difference: 2.05 MiB 2026.05.13 18:42:44.616876 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1124 2026.05.13 18:42:44.619254 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:44.619302 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:44.620530 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.13 18:42:44.620804 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:44.621069 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1124 2026.05.13 18:42:47.053321 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.053683 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:47.054158 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:47.054193 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:47.054401 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:47.054466 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:47.054599 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:47.054742 [ 318 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:47.054755 [ 320 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:47.054745 [ 357 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:47.054742 [ 353 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:47.054954 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:47.054981 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:47.055066 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:47.055086 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:47.055121 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:47.055160 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:47.055198 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:47.056548 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} executeQuery: Read 35 rows, 6.04 KiB in 0.003009 sec., 11631.771352608841 rows/sec., 1.96 MiB/sec. 2026.05.13 18:42:47.056721 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} MemoryTracker: Peak memory usage (for query): 129.27 KiB. 2026.05.13 18:42:47.056737 [ 294 ] {e1f60d12-bb3a-47c0-b5a7-2e97185ba19e} TCPHandler: Processed in 0.003597053 sec. 2026.05.13 18:42:47.058576 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.058691 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:47.058731 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:47.059255 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.059300 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.059676 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:42:47.059888 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.060027 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} executeQuery: Read 78 rows, 6.59 KiB in 0.001368 sec., 57017.54385964912 rows/sec., 4.70 MiB/sec. 2026.05.13 18:42:47.060066 [ 294 ] {dcb79240-430c-4bc0-8e03-2de4b90dfe35} TCPHandler: Processed in 0.001541157 sec. 2026.05.13 18:42:47.060222 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.060325 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:47.060364 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:47.060778 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.060813 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.061107 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:42:47.061313 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.061439 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} executeQuery: Read 11 rows, 847.00 B in 0.001131 sec., 9725.906277630414 rows/sec., 731.34 KiB/sec. 2026.05.13 18:42:47.061447 [ 93 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:42:47.061478 [ 294 ] {a763db73-440b-4dd1-849b-69ba906b80dc} TCPHandler: Processed in 0.001303972 sec. 2026.05.13 18:42:47.061498 [ 93 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.061524 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.061609 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:42:47.061691 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:47.061716 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 81 rows starting from the beginning of the part 2026.05.13 18:42:47.061768 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part 2026.05.13 18:42:47.061792 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.061810 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:47.061860 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:47.061897 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 37 rows starting from the beginning of the part 2026.05.13 18:42:47.061936 [ 197 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:47.061944 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:47.062010 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:47.062639 [ 196 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.001063299 sec., 190915.25525745816 rows/sec., 14.74 MiB/sec. 2026.05.13 18:42:47.062686 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.062735 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.062799 [ 196 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:42:47.063119 [ 196 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.063196 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:42:47.063204 [ 196 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_56_11} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:42:47.063319 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:42:47.063445 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.063598 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} executeQuery: Read 75 rows, 6.00 KiB in 0.001693 sec., 44300.05906674542 rows/sec., 3.46 MiB/sec. 2026.05.13 18:42:47.063640 [ 294 ] {77c8c7ee-5009-4aea-96e7-9bf63cc57c37} TCPHandler: Processed in 0.001966185 sec. 2026.05.13 18:42:47.063765 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.063863 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:47.063906 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:47.064386 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.064423 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.064779 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:42:47.064994 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.065123 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2026.05.13 18:42:47.065160 [ 294 ] {3faccabd-8f2b-46d2-aa49-4e3573c1e5ab} TCPHandler: Processed in 0.001444705 sec. 2026.05.13 18:42:47.065316 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.065414 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:47.065474 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} 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.05.13 18:42:47.066340 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.066377 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.066888 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:42:47.067108 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.067247 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} executeQuery: Read 11 rows, 20.18 KiB in 0.001852 sec., 5939.52483801296 rows/sec., 10.64 MiB/sec. 2026.05.13 18:42:47.067300 [ 294 ] {4900f9c0-11d7-46e5-8fc1-111f247d8384} TCPHandler: Processed in 0.002044956 sec. 2026.05.13 18:42:47.067446 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:47.067543 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:47.067583 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:47.067965 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:47.068001 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:47.068317 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:42:47.068523 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:47.068649 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.05.13 18:42:47.068685 [ 294 ] {897bd8f9-df26-4cc8-a737-1ceeea574041} TCPHandler: Processed in 0.001290943 sec. 2026.05.13 18:42:49.455362 [ 88 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:42:49.455437 [ 88 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:42:49.561526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20059 2026.05.13 18:42:49.562268 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:49.562303 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:49.562809 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:42:49.563040 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:49.563174 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20059 2026.05.13 18:42:50.600120 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.05.13 18:42:50.614667 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:50.614725 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:50.620230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:42:50.620893 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:50.623484 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.05.13 18:42:52.053329 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.053586 [ 294 ] {54344386-4458-4545-9662-718104f7b867} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:52.053967 [ 294 ] {54344386-4458-4545-9662-718104f7b867} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:52.054008 [ 294 ] {54344386-4458-4545-9662-718104f7b867} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:52.054256 [ 294 ] {54344386-4458-4545-9662-718104f7b867} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:52.054334 [ 294 ] {54344386-4458-4545-9662-718104f7b867} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:52.054471 [ 294 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:42:52.054609 [ 320 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:52.054618 [ 365 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:52.054618 [ 353 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:52.054611 [ 318 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:52.054822 [ 294 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:52.054849 [ 294 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:52.054934 [ 294 ] {54344386-4458-4545-9662-718104f7b867} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:52.054954 [ 294 ] {54344386-4458-4545-9662-718104f7b867} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:52.054989 [ 294 ] {54344386-4458-4545-9662-718104f7b867} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:52.055026 [ 294 ] {54344386-4458-4545-9662-718104f7b867} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:52.055060 [ 294 ] {54344386-4458-4545-9662-718104f7b867} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:52.056358 [ 294 ] {54344386-4458-4545-9662-718104f7b867} executeQuery: Read 35 rows, 6.04 KiB in 0.002872 sec., 12186.629526462395 rows/sec., 2.05 MiB/sec. 2026.05.13 18:42:52.056529 [ 294 ] {54344386-4458-4545-9662-718104f7b867} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:42:52.056546 [ 294 ] {54344386-4458-4545-9662-718104f7b867} TCPHandler: Processed in 0.00335672 sec. 2026.05.13 18:42:52.058770 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.058921 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:52.058981 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:52.059667 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.059709 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.060108 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:42:52.060331 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.060484 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} executeQuery: Read 118 rows, 10.25 KiB in 0.001601 sec., 73703.93504059962 rows/sec., 6.25 MiB/sec. 2026.05.13 18:42:52.060534 [ 294 ] {5c410212-cdb0-479e-ad03-1ddb3afa239a} TCPHandler: Processed in 0.001880593 sec. 2026.05.13 18:42:52.060681 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.060784 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.060825 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:52.061280 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.061316 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.061628 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:52.061855 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.061986 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} executeQuery: Read 31 rows, 2.33 KiB in 0.001226 sec., 25285.481239804238 rows/sec., 1.86 MiB/sec. 2026.05.13 18:42:52.062024 [ 294 ] {3536aef9-8ede-4d02-92c1-1bdd707c68a8} TCPHandler: Processed in 0.001393365 sec. 2026.05.13 18:42:52.062157 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.062264 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:52.062305 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:52.062846 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.062892 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.063267 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:42:52.063478 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.063608 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} executeQuery: Read 95 rows, 7.60 KiB in 0.001368 sec., 69444.44444444444 rows/sec., 5.42 MiB/sec. 2026.05.13 18:42:52.063646 [ 294 ] {88a9932a-6d7a-4fc7-9865-eb529a07676f} TCPHandler: Processed in 0.001541458 sec. 2026.05.13 18:42:52.063789 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.063885 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.063927 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:52.064349 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.064386 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.064711 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:42:52.064921 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.065049 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.05.13 18:42:52.065085 [ 294 ] {9456ba08-4d6d-4087-9721-30fc05decec5} TCPHandler: Processed in 0.001350194 sec. 2026.05.13 18:42:52.065210 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.065306 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.065358 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} 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.05.13 18:42:52.066205 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.066243 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.066806 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:42:52.067025 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.067149 [ 81 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:42:52.067163 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} executeQuery: Read 31 rows, 56.88 KiB in 0.001875 sec., 16533.333333333336 rows/sec., 29.63 MiB/sec. 2026.05.13 18:42:52.067203 [ 81 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.067228 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.067235 [ 294 ] {da3cd3b4-bd18-4230-8598-819afddf95c4} TCPHandler: Processed in 0.002074547 sec. 2026.05.13 18:42:52.067321 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:42:52.067386 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.067490 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.067508 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:52.067532 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:52.067554 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1065 rows starting from the beginning of the part 2026.05.13 18:42:52.067663 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:52.067770 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:52.067884 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:52.067887 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.067929 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.067980 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 11 rows starting from the beginning of the part 2026.05.13 18:42:52.068079 [ 199 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part 2026.05.13 18:42:52.068254 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:42:52.068481 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.068613 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2026.05.13 18:42:52.068650 [ 294 ] {d37b4f0f-7b01-409f-a0bd-c0ef37e81299} TCPHandler: Processed in 0.001314273 sec. 2026.05.13 18:42:52.075564 [ 196 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 19 columns (19 merged, 0 gathered) in 0.008279065 sec., 142528.17196144734 rows/sec., 255.40 MiB/sec. 2026.05.13 18:42:52.077238 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:42:52.077612 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.077689 [ 190 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_56_11} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:42:52.077851 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.40 MiB. 2026.05.13 18:42:52.276137 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.276406 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:42:52.276783 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:52.276821 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:42:52.277082 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:52.277150 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:52.277296 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:42:52.277403 [ 318 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:52.277444 [ 320 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:52.277454 [ 344 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:52.277454 [ 348 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:52.277638 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:52.277667 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:52.277755 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:52.277775 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:52.277811 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:52.277850 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:52.277888 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:42:52.279410 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} executeQuery: Read 35 rows, 7.62 KiB in 0.00311 sec., 11254.019292604502 rows/sec., 2.39 MiB/sec. 2026.05.13 18:42:52.279577 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} MemoryTracker: Peak memory usage (for query): 141.02 KiB. 2026.05.13 18:42:52.279594 [ 294 ] {656b302a-3164-4cd6-bc26-dbd4d03a63f3} TCPHandler: Processed in 0.003602004 sec. 2026.05.13 18:42:52.292963 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.293163 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.293244 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:42:52.293852 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.293889 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.294257 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:42:52.294484 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.294639 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} executeQuery: Read 24 rows, 2.04 KiB in 0.001531 sec., 15676.028739386022 rows/sec., 1.30 MiB/sec. 2026.05.13 18:42:52.294677 [ 294 ] {6e175aa9-77c7-46ed-a654-130f91c976f5} TCPHandler: Processed in 0.001811401 sec. 2026.05.13 18:42:52.294818 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.294914 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:42:52.294953 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:42:52.295467 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.295503 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.295788 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:42:52.296006 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.296138 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} executeQuery: Read 10 rows, 835.00 B in 0.001242 sec., 8051.529790660225 rows/sec., 656.55 KiB/sec. 2026.05.13 18:42:52.296175 [ 294 ] {79412e0f-d87b-4e19-9997-bfce4e469fd0} TCPHandler: Processed in 0.001411795 sec. 2026.05.13 18:42:52.296334 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.296438 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:52.296477 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:52.298525 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.298563 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.299008 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:42:52.299215 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.299345 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} executeQuery: Read 2552 rows, 194.58 KiB in 0.002924 sec., 872777.0177838578 rows/sec., 64.99 MiB/sec. 2026.05.13 18:42:52.299384 [ 294 ] {c56cffb1-05a9-46a5-a4f9-8ad6353cdb1d} TCPHandler: Processed in 0.003103375 sec. 2026.05.13 18:42:52.299518 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.299614 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.299653 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:42:52.300123 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.300160 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.300460 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:42:52.300675 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.300809 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} executeQuery: Read 44 rows, 3.31 KiB in 0.001213 sec., 36273.70156636438 rows/sec., 2.67 MiB/sec. 2026.05.13 18:42:52.300846 [ 294 ] {38c44169-143f-4eaa-bfbf-205b0d802282} TCPHandler: Processed in 0.001378394 sec. 2026.05.13 18:42:52.300985 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.301082 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.301120 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:42:52.302098 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.302134 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.302457 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:42:52.302676 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.302802 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} executeQuery: Read 825 rows, 49.42 KiB in 0.001739 sec., 474410.5807935595 rows/sec., 27.75 MiB/sec. 2026.05.13 18:42:52.302839 [ 294 ] {ff928d6a-db7f-4f08-8cfd-45854e85a48e} TCPHandler: Processed in 0.001902864 sec. 2026.05.13 18:42:52.302991 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.303086 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.303124 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:42:52.303544 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.303580 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.303867 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.13 18:42:52.304081 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.304209 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} executeQuery: Read 1 rows, 72.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 61.68 KiB/sec. 2026.05.13 18:42:52.304245 [ 294 ] {2854760a-af7a-4ec2-b80e-ab0b5549a705} TCPHandler: Processed in 0.001303533 sec. 2026.05.13 18:42:52.304374 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.304469 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.304508 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:42:52.304936 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.304973 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.305276 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:42:52.305483 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.305614 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} executeQuery: Read 12 rows, 960.00 B in 0.001162 sec., 10327.022375215145 rows/sec., 806.80 KiB/sec. 2026.05.13 18:42:52.305651 [ 294 ] {591cc69a-3981-446f-86c2-a552d871594c} TCPHandler: Processed in 0.001326314 sec. 2026.05.13 18:42:52.305789 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.305884 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:52.305922 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:52.307260 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.307298 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.307660 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:42:52.307886 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.308019 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} executeQuery: Read 1347 rows, 93.07 KiB in 0.002152 sec., 625929.3680297398 rows/sec., 42.23 MiB/sec. 2026.05.13 18:42:52.308057 [ 294 ] {78f3fe1c-8daa-4022-859e-06e027e7b684} TCPHandler: Processed in 0.002315821 sec. 2026.05.13 18:42:52.308185 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.308283 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.308325 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:52.309147 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.309185 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.309617 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:42:52.309830 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.309961 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} executeQuery: Read 1537 rows, 96.24 KiB in 0.001697 sec., 905715.9693576901 rows/sec., 55.38 MiB/sec. 2026.05.13 18:42:52.309997 [ 294 ] {fcae1c3a-4457-431a-ad17-b0f0a11c5b95} TCPHandler: Processed in 0.001861433 sec. 2026.05.13 18:42:52.310124 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.310220 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.310276 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} 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.05.13 18:42:52.311101 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.311139 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.311669 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:42:52.311900 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.312040 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} executeQuery: Read 22 rows, 40.37 KiB in 0.001838 sec., 11969.532100108814 rows/sec., 21.45 MiB/sec. 2026.05.13 18:42:52.312101 [ 294 ] {b1f0a4f5-586f-43ae-abb5-35c66fb90076} TCPHandler: Processed in 0.002026146 sec. 2026.05.13 18:42:52.312269 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:52.312365 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:52.312405 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:52.312766 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:52.312802 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.05.13 18:42:52.313104 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:42:52.313318 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:52.313449 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} executeQuery: Read 12 rows, 848.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 750.79 KiB/sec. 2026.05.13 18:42:52.313511 [ 294 ] {21e61dd6-d31a-4eec-ab38-28770f2ce18c} TCPHandler: Processed in 0.001292743 sec. 2026.05.13 18:42:53.000223 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 318.80 MiB, peak 329.27 MiB, free memory in arenas 0.00 B, will set to 322.61 MiB (RSS), difference: 3.82 MiB 2026.05.13 18:42:54.621236 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1176 2026.05.13 18:42:54.623948 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:54.623996 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:54.625200 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.13 18:42:54.625452 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:54.625583 [ 79 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.13 18:42:54.625626 [ 79 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:54.625649 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:54.625711 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1176 2026.05.13 18:42:54.625777 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:42:54.626384 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:42:54.626526 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 984 rows starting from the beginning of the part 2026.05.13 18:42:54.626868 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:42:54.627188 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 50 rows starting from the beginning of the part 2026.05.13 18:42:54.627492 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:42:54.627788 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:42:54.628078 [ 191 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part 2026.05.13 18:42:54.635702 [ 189 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1176 rows, containing 72 columns (72 merged, 0 gathered) in 0.009988826 sec., 117731.5532375877 rows/sec., 99.76 MiB/sec. 2026.05.13 18:42:54.637051 [ 200 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.13 18:42:54.637636 [ 200 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:54.637728 [ 200 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_31_6} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.13 18:42:54.637927 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. 2026.05.13 18:42:57.051072 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:57.051293 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:42:57.051619 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:42:57.051652 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:42:57.051862 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:42:57.051930 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:42:57.052066 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:42:57.052185 [ 320 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:42:57.052201 [ 344 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:42:57.052215 [ 338 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:42:57.052214 [ 307 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:42:57.052395 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:42:57.052422 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:42:57.052506 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:42:57.052534 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:42:57.052569 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:57.052606 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:57.052644 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:42:57.053866 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} executeQuery: Read 35 rows, 6.04 KiB in 0.002661 sec., 13152.950018789928 rows/sec., 2.22 MiB/sec. 2026.05.13 18:42:57.054008 [ 294 ] {2ae9c459-5943-4025-bf61-f2d77671c57a} TCPHandler: Processed in 0.003061903 sec. 2026.05.13 18:42:57.055502 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:57.055612 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:42:57.055653 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:42:57.056140 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:57.056181 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:57.056534 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:42:57.056746 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:57.056885 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} executeQuery: Read 56 rows, 4.38 KiB in 0.001304 sec., 42944.78527607362 rows/sec., 3.28 MiB/sec. 2026.05.13 18:42:57.056922 [ 294 ] {47941687-aa8b-4439-9d3a-7114d8f7ca96} TCPHandler: Processed in 0.001470556 sec. 2026.05.13 18:42:57.057054 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:57.057149 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:42:57.057187 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:42:57.057621 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:57.057656 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:57.057942 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:42:57.058151 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:57.058276 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} executeQuery: Read 64 rows, 5.12 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 4.36 MiB/sec. 2026.05.13 18:42:57.058313 [ 294 ] {5c5ef70b-d0d0-414a-af81-0e160c40ce90} TCPHandler: Processed in 0.001308383 sec. 2026.05.13 18:42:57.058438 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:57.058533 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:42:57.058574 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:42:57.058937 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:57.058972 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:57.059293 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:42:57.059502 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:57.059627 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} executeQuery: Read 128 rows, 9.13 KiB in 0.001112 sec., 115107.91366906476 rows/sec., 8.02 MiB/sec. 2026.05.13 18:42:57.059663 [ 294 ] {97ade3bb-9aff-433d-8cd1-5b1507c717f2} TCPHandler: Processed in 0.001273622 sec. 2026.05.13 18:42:57.059789 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:42:57.059883 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:42:57.059924 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:42:57.060394 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:57.060447 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:57.060902 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:42:57.061166 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:57.061340 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} executeQuery: Read 48 rows, 3.31 KiB in 0.001471 sec., 32630.863358259685 rows/sec., 2.20 MiB/sec. 2026.05.13 18:42:57.061403 [ 294 ] {43b560e7-6433-4948-aecb-eff87fca075b} TCPHandler: Processed in 0.00166198 sec. 2026.05.13 18:42:57.063255 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20571 2026.05.13 18:42:57.063710 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:57.063745 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:57.064194 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:42:57.064431 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:57.064564 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20571 2026.05.13 18:42:58.123589 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.05.13 18:42:58.141528 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:42:58.141598 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:42:58.147291 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:42:58.148033 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:42:58.151081 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.05.13 18:43:02.052936 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.053176 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:02.053492 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:02.053527 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:02.053742 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:02.053810 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:02.053948 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:02.054058 [ 307 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:02.054082 [ 358 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:02.054106 [ 361 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:02.054106 [ 344 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:02.054370 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:02.054397 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:02.054489 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:02.054509 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:02.054543 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:02.054579 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:02.054618 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:02.055900 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} executeQuery: Read 35 rows, 6.04 KiB in 0.002806 sec., 12473.271560940842 rows/sec., 2.10 MiB/sec. 2026.05.13 18:43:02.056062 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} MemoryTracker: Peak memory usage (for query): 129.51 KiB. 2026.05.13 18:43:02.056082 [ 294 ] {6e13aed9-0067-44a1-8b34-24cff2966c3f} TCPHandler: Processed in 0.003264657 sec. 2026.05.13 18:43:02.058167 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.058281 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:02.058324 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:02.058844 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.058883 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.059286 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:43:02.059508 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.059635 [ 71 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:43:02.059652 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} executeQuery: Read 118 rows, 10.25 KiB in 0.001401 sec., 84225.55317630265 rows/sec., 7.15 MiB/sec. 2026.05.13 18:43:02.059688 [ 71 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.059704 [ 294 ] {003f7ab9-1dee-4199-b4d1-79e50810aad8} TCPHandler: Processed in 0.001589888 sec. 2026.05.13 18:43:02.059715 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.059833 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:43:02.059845 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.059939 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:02.059957 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:02.059971 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2617 rows starting from the beginning of the part 2026.05.13 18:43:02.059997 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:02.060032 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 78 rows starting from the beginning of the part 2026.05.13 18:43:02.060081 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 118 rows starting from the beginning of the part 2026.05.13 18:43:02.060126 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 2552 rows starting from the beginning of the part 2026.05.13 18:43:02.060173 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2026.05.13 18:43:02.060217 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 118 rows starting from the beginning of the part 2026.05.13 18:43:02.060441 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.060476 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.060761 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:43:02.060965 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.061091 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} executeQuery: Read 31 rows, 2.33 KiB in 0.001153 sec., 26886.383347788378 rows/sec., 1.97 MiB/sec. 2026.05.13 18:43:02.061127 [ 294 ] {02e37bac-9e98-4a11-a180-6684553bf5b0} TCPHandler: Processed in 0.001330184 sec. 2026.05.13 18:43:02.061256 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.061351 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:02.061390 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:02.061810 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.061846 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.062051 [ 203 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5539 rows, containing 5 columns (5 merged, 0 gathered) in 0.00225972 sec., 2451188.6428407063 rows/sec., 193.75 MiB/sec. 2026.05.13 18:43:02.062137 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:43:02.062334 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:43:02.062369 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.062581 [ 71 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:43:02.062629 [ 71 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.062633 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} executeQuery: Read 95 rows, 7.60 KiB in 0.001292 sec., 73529.41176470589 rows/sec., 5.74 MiB/sec. 2026.05.13 18:43:02.062655 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.062644 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.062723 [ 294 ] {3381a0f2-4ba2-4088-96e9-b11509c86fb3} TCPHandler: Processed in 0.001514297 sec. 2026.05.13 18:43:02.062743 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:43:02.062780 [ 200 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_71_14} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:43:02.062839 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:02.062870 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1402 rows starting from the beginning of the part 2026.05.13 18:43:02.062876 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:43:02.062917 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.062921 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 75 rows starting from the beginning of the part 2026.05.13 18:43:02.062986 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 95 rows starting from the beginning of the part 2026.05.13 18:43:02.063027 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1347 rows starting from the beginning of the part 2026.05.13 18:43:02.063058 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:02.063071 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2026.05.13 18:43:02.063117 [ 195 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 95 rows starting from the beginning of the part 2026.05.13 18:43:02.063121 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:02.063633 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.063670 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.064060 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:43:02.064239 [ 203 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3078 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525917 sec., 2017147.721665071 rows/sec., 146.49 MiB/sec. 2026.05.13 18:43:02.064279 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.064415 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} executeQuery: Read 160 rows, 11.41 KiB in 0.001397 sec., 114531.1381531854 rows/sec., 7.98 MiB/sec. 2026.05.13 18:43:02.064417 [ 71 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:43:02.064457 [ 294 ] {4190c33c-b3d9-4075-a79c-9abbea8da456} TCPHandler: Processed in 0.001647598 sec. 2026.05.13 18:43:02.064474 [ 71 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.064419 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:43:02.064504 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.064612 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.064619 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:43:02.064715 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:02.064752 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:02.064774 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} 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.05.13 18:43:02.064777 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.064790 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 23491 rows starting from the beginning of the part 2026.05.13 18:43:02.064894 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_71_14} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:43:02.064894 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:02.064954 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:02.064977 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:43:02.065003 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:43:02.065047 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 128 rows starting from the beginning of the part 2026.05.13 18:43:02.065093 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:02.065692 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.065733 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.066283 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:43:02.066509 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.066661 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} executeQuery: Read 31 rows, 56.88 KiB in 0.001963 sec., 15792.154865002547 rows/sec., 28.30 MiB/sec. 2026.05.13 18:43:02.066719 [ 294 ] {8640554f-dcc3-4231-a24b-71a2dbc403ba} TCPHandler: Processed in 0.002156178 sec. 2026.05.13 18:43:02.066844 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:02.066941 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:02.066981 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:02.067342 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.067377 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.067674 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:43:02.067884 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.068012 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.05.13 18:43:02.068012 [ 71 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:43:02.068052 [ 294 ] {11a5c197-c0a3-4053-9c5c-a12f10098646} TCPHandler: Processed in 0.001256282 sec. 2026.05.13 18:43:02.068065 [ 71 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:02.068091 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:02.068197 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:43:02.068309 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:02.068341 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3450 rows starting from the beginning of the part 2026.05.13 18:43:02.068398 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:02.068446 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:02.068489 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:02.068532 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part 2026.05.13 18:43:02.068573 [ 193 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:02.070486 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3690 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333271 sec., 1581470.8192918869 rows/sec., 106.66 MiB/sec. 2026.05.13 18:43:02.070775 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:43:02.071037 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.071106 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_71_14} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:43:02.071180 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.05.13 18:43:02.071668 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 25636 rows, containing 5 columns (5 merged, 0 gathered) in 0.007092005 sec., 3614774.6652744887 rows/sec., 234.17 MiB/sec. 2026.05.13 18:43:02.071934 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:43:02.072228 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:02.072307 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_71_14} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:43:02.072402 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.05.13 18:43:03.000246 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 323.29 MiB, peak 334.00 MiB, free memory in arenas 0.00 B, will set to 324.37 MiB (RSS), difference: 1.08 MiB 2026.05.13 18:43:04.455488 [ 68 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:43:04.455561 [ 68 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:43:04.564708 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21019 2026.05.13 18:43:04.565239 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:04.565278 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:04.565780 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:43:04.566002 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:04.566120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21019 2026.05.13 18:43:04.626279 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1200 2026.05.13 18:43:04.628583 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:04.628630 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:04.629820 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.13 18:43:04.630090 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:04.630353 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1200 2026.05.13 18:43:05.614866 [ 64 ] {} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.13 18:43:05.614929 [ 64 ] {} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:05.614950 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:05.615076 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.13 18:43:05.615217 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:05.615250 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 2 rows starting from the beginning of the part 2026.05.13 18:43:05.615316 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.05.13 18:43:05.615362 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.05.13 18:43:05.615402 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.05.13 18:43:05.615442 [ 187 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.05.13 18:43:05.616161 [ 193 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.00113832 sec., 5270.925574530887 rows/sec., 391.20 KiB/sec. 2026.05.13 18:43:05.616325 [ 200 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.13 18:43:05.616607 [ 200 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:05.616683 [ 200 ] {5f999441-4ffd-4634-9aa1-16da156689fa::all_1_9_2} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.13 18:43:05.616773 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:43:05.651182 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.05.13 18:43:05.667577 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:05.667636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:05.673920 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.13 18:43:05.674628 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:05.677686 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.05.13 18:43:07.052799 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.053023 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:07.053351 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:07.053385 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:07.053597 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:07.053664 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:07.053801 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:07.053932 [ 360 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:07.053949 [ 327 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:07.053969 [ 359 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:07.053934 [ 307 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:07.054164 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:07.054191 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:07.054274 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:07.054294 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:07.054328 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:07.054365 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:07.054398 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:07.055715 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} executeQuery: Read 35 rows, 6.04 KiB in 0.002772 sec., 12626.262626262625 rows/sec., 2.13 MiB/sec. 2026.05.13 18:43:07.055958 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} MemoryTracker: Peak memory usage (for query): 129.36 KiB. 2026.05.13 18:43:07.055975 [ 294 ] {7c2c31d7-1768-4ce3-bfdf-cde1557a8c14} TCPHandler: Processed in 0.003310328 sec. 2026.05.13 18:43:07.057926 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.058153 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:07.058237 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:07.059065 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.059102 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.059464 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:43:07.059682 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.059826 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} executeQuery: Read 78 rows, 6.59 KiB in 0.001735 sec., 44956.77233429395 rows/sec., 3.71 MiB/sec. 2026.05.13 18:43:07.059866 [ 294 ] {ce279efb-1830-4f19-b891-3d1aa0b837a8} TCPHandler: Processed in 0.002105418 sec. 2026.05.13 18:43:07.059998 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.060103 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:07.060142 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:07.060583 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.060619 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.060915 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:43:07.061122 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.061251 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} executeQuery: Read 11 rows, 847.00 B in 0.001167 sec., 9425.878320479862 rows/sec., 708.78 KiB/sec. 2026.05.13 18:43:07.061288 [ 294 ] {2e240124-9e0a-458e-9fe3-5dd639407c3f} TCPHandler: Processed in 0.001339473 sec. 2026.05.13 18:43:07.061449 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.061542 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:07.061581 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:07.062025 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.062060 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.062353 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:43:07.062548 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.062673 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} executeQuery: Read 75 rows, 6.00 KiB in 0.001149 sec., 65274.15143603133 rows/sec., 5.10 MiB/sec. 2026.05.13 18:43:07.062710 [ 294 ] {073045f9-da57-41c1-b9ca-0135a838544a} TCPHandler: Processed in 0.001319894 sec. 2026.05.13 18:43:07.062854 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.062949 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:07.062988 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:07.063576 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.063617 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.064027 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:43:07.064257 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.064401 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2026.05.13 18:43:07.064453 [ 294 ] {a8352013-73b3-4616-9ac4-5c33be755cd7} TCPHandler: Processed in 0.001654849 sec. 2026.05.13 18:43:07.064658 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.064784 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:07.064850 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} 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.05.13 18:43:07.065670 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.065707 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.066209 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:43:07.066425 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.066561 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} executeQuery: Read 11 rows, 20.18 KiB in 0.001813 sec., 6067.291781577496 rows/sec., 10.87 MiB/sec. 2026.05.13 18:43:07.066613 [ 294 ] {4f6e393d-5636-494a-abc4-b0a070912d63} TCPHandler: Processed in 0.002060126 sec. 2026.05.13 18:43:07.066723 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:07.066817 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:07.066857 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:07.067185 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:07.067221 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:07.067525 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:43:07.067725 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:07.067849 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2026.05.13 18:43:07.067884 [ 294 ] {3e935c58-4ffa-4f32-8b6b-ba52028fd753} TCPHandler: Processed in 0.001210112 sec. 2026.05.13 18:43:12.053957 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.054318 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:43:12.054816 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:12.054877 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:43:12.055096 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:12.055163 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:12.055301 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:43:12.055409 [ 327 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:12.055432 [ 333 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:12.055450 [ 319 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:12.055450 [ 324 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:12.055610 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:12.055636 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:12.055726 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:12.055745 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:12.055780 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:12.055817 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:12.055852 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:12.057139 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} executeQuery: Read 35 rows, 6.04 KiB in 0.002948 sec., 11872.455902306649 rows/sec., 2.00 MiB/sec. 2026.05.13 18:43:12.057415 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} MemoryTracker: Peak memory usage (for query): 129.64 KiB. 2026.05.13 18:43:12.057436 [ 294 ] {5322cbf2-cf51-40a9-bc30-43dfb5aa68c7} TCPHandler: Processed in 0.003639604 sec. 2026.05.13 18:43:12.059719 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.059910 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:43:12.059994 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:43:12.060669 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.060719 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.061109 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.13 18:43:12.061338 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.061494 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} executeQuery: Read 2 rows, 167.00 B in 0.001631 sec., 1226.2415695892091 rows/sec., 99.99 KiB/sec. 2026.05.13 18:43:12.061544 [ 294 ] {07f9cf80-0bd1-4611-84c7-929747f613bb} TCPHandler: Processed in 0.001965864 sec. 2026.05.13 18:43:12.061673 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.061769 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:12.061808 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:12.062304 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.062340 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.062645 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:43:12.062848 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.062975 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} executeQuery: Read 119 rows, 10.33 KiB in 0.001223 sec., 97301.71708912512 rows/sec., 8.25 MiB/sec. 2026.05.13 18:43:12.063017 [ 294 ] {b58290f6-87c1-4afb-851c-a6e0aee25df1} TCPHandler: Processed in 0.001392584 sec. 2026.05.13 18:43:12.063142 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.063247 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:12.063285 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:12.063708 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.063743 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.064045 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:43:12.064250 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.064380 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} executeQuery: Read 33 rows, 2.47 KiB in 0.001151 sec., 28670.72111207646 rows/sec., 2.10 MiB/sec. 2026.05.13 18:43:12.064384 [ 58 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:43:12.064421 [ 294 ] {b521930e-6a1f-494f-9934-257150f3566a} TCPHandler: Processed in 0.001327904 sec. 2026.05.13 18:43:12.064437 [ 58 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.064462 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.064547 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.064560 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:43:12.064650 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:12.064694 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:12.064697 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:12.064737 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 81 rows starting from the beginning of the part 2026.05.13 18:43:12.064791 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:12.064834 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 44 rows starting from the beginning of the part 2026.05.13 18:43:12.064878 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:12.064917 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:12.064955 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part 2026.05.13 18:43:12.065209 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.065250 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.065566 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:43:12.065716 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 5 columns (5 merged, 0 gathered) in 0.00119185 sec., 193816.33594831565 rows/sec., 14.94 MiB/sec. 2026.05.13 18:43:12.065784 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.065869 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:43:12.065924 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} executeQuery: Read 97 rows, 7.76 KiB in 0.001289 sec., 75252.1334367727 rows/sec., 5.88 MiB/sec. 2026.05.13 18:43:12.065969 [ 294 ] {ceb4561c-efe2-478a-b3c4-24c1574f7d9f} TCPHandler: Processed in 0.001470246 sec. 2026.05.13 18:43:12.066105 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.066128 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.066208 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_61_12} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:43:12.066211 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21531 2026.05.13 18:43:12.066209 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:12.066277 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:43:12.066301 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:12.066743 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.066749 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.066793 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.066826 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.067203 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:43:12.067314 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:43:12.067459 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.067588 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.067606 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} executeQuery: Read 161 rows, 11.48 KiB in 0.001413 sec., 113941.96744515216 rows/sec., 7.94 MiB/sec. 2026.05.13 18:43:12.067649 [ 294 ] {4b8e6939-134f-43a6-8cfb-0d21bfda8b91} TCPHandler: Processed in 0.001591479 sec. 2026.05.13 18:43:12.067724 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21531 2026.05.13 18:43:12.067773 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.067873 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:12.067926 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} 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.05.13 18:43:12.068808 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.068844 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.069484 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.13 18:43:12.069719 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.069879 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} executeQuery: Read 31 rows, 56.88 KiB in 0.002023 sec., 15323.77656945131 rows/sec., 27.46 MiB/sec. 2026.05.13 18:43:12.069934 [ 294 ] {2c7cb7b7-9748-4e20-b6b4-a3f890742b9f} TCPHandler: Processed in 0.002209759 sec. 2026.05.13 18:43:12.070074 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:12.070170 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:12.070210 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:12.070595 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:12.070635 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:12.070956 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:43:12.071165 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:12.071296 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.05.13 18:43:12.071332 [ 294 ] {26ff780d-30c1-44f8-9b8f-1a45f65af4e8} TCPHandler: Processed in 0.001308132 sec. 2026.05.13 18:43:13.177756 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.05.13 18:43:13.194798 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:13.194862 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:13.201036 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.13 18:43:13.201813 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:13.205004 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.05.13 18:43:14.630573 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1230 2026.05.13 18:43:14.633103 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:14.633142 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:14.634361 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.13 18:43:14.634629 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:14.634888 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1230 2026.05.13 18:43:17.053109 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.053365 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:17.053739 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:17.053780 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:17.054031 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:17.054098 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:17.054236 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:17.054357 [ 355 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:17.054364 [ 327 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:17.054375 [ 333 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:17.054375 [ 319 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:17.054557 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:17.054597 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:17.054689 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:17.054716 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:17.054752 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:17.054788 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:17.054823 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:17.056174 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} executeQuery: Read 35 rows, 6.04 KiB in 0.002901 sec., 12064.80523957256 rows/sec., 2.03 MiB/sec. 2026.05.13 18:43:17.056417 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} MemoryTracker: Peak memory usage (for query): 129.29 KiB. 2026.05.13 18:43:17.056435 [ 294 ] {23e95f6a-f56f-4a70-a727-cb4c6cff8074} TCPHandler: Processed in 0.003463371 sec. 2026.05.13 18:43:17.058453 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.058695 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:17.058788 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:17.059452 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.059491 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.059865 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:43:17.060099 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.060244 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} executeQuery: Read 78 rows, 6.59 KiB in 0.001618 sec., 48207.66378244746 rows/sec., 3.98 MiB/sec. 2026.05.13 18:43:17.060282 [ 294 ] {9f620e4f-b232-461a-924e-7d96f1bd4b3b} TCPHandler: Processed in 0.001994585 sec. 2026.05.13 18:43:17.060418 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.060515 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:17.060554 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:17.060970 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.061006 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.061311 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:43:17.061515 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.061641 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} executeQuery: Read 11 rows, 847.00 B in 0.001145 sec., 9606.986899563319 rows/sec., 722.40 KiB/sec. 2026.05.13 18:43:17.061678 [ 294 ] {2048f6e9-7868-448c-98e1-2ff6b7f561fa} TCPHandler: Processed in 0.001309443 sec. 2026.05.13 18:43:17.061796 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.061891 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:17.061930 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:17.062360 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.062396 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.062702 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:43:17.062911 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.063037 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} executeQuery: Read 75 rows, 6.00 KiB in 0.001164 sec., 64432.989690721646 rows/sec., 5.03 MiB/sec. 2026.05.13 18:43:17.063074 [ 294 ] {d4f6fe14-5361-4afa-9820-c8cb505c5e2f} TCPHandler: Processed in 0.001327084 sec. 2026.05.13 18:43:17.063197 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.063292 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:17.063332 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:17.063749 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.063785 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.064110 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:43:17.064325 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.064451 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.05.13 18:43:17.064487 [ 294 ] {fb36e259-260d-440c-86b3-d684c4fcdb1a} TCPHandler: Processed in 0.001338703 sec. 2026.05.13 18:43:17.064624 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.064719 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:17.064772 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} 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.05.13 18:43:17.065763 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.065812 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.066431 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.13 18:43:17.066665 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.066785 [ 53 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.13 18:43:17.066828 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} executeQuery: Read 11 rows, 20.18 KiB in 0.002124 sec., 5178.907721280602 rows/sec., 9.28 MiB/sec. 2026.05.13 18:43:17.066852 [ 53 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.066882 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.066943 [ 294 ] {b5cede2b-aab5-4dbd-8fd3-4c32bd1ba64d} TCPHandler: Processed in 0.002366732 sec. 2026.05.13 18:43:17.066998 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.13 18:43:17.067143 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:17.067273 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:17.067320 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:17.067326 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:17.067411 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1180 rows starting from the beginning of the part 2026.05.13 18:43:17.067608 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 22 rows starting from the beginning of the part 2026.05.13 18:43:17.067723 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:17.067772 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:17.067779 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:17.067956 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:17.068098 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:43:17.068111 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:17.068209 [ 193 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:17.068326 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.068463 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} executeQuery: Read 60 rows, 4.14 KiB in 0.001228 sec., 48859.9348534202 rows/sec., 3.29 MiB/sec. 2026.05.13 18:43:17.068500 [ 294 ] {e3a265eb-c6d1-4c66-ad5b-2a2fa738abcf} TCPHandler: Processed in 0.001468976 sec. 2026.05.13 18:43:17.073098 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 19 columns (19 merged, 0 gathered) in 0.006163189 sec., 208658.2124935646 rows/sec., 373.91 MiB/sec. 2026.05.13 18:43:17.074466 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.13 18:43:17.074814 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:17.074880 [ 194 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_61_12} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.13 18:43:17.074987 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. 2026.05.13 18:43:18.000193 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 325.10 MiB, peak 336.65 MiB, free memory in arenas 0.00 B, will set to 326.54 MiB (RSS), difference: 1.44 MiB 2026.05.13 18:43:19.455843 [ 52 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:43:19.455925 [ 52 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:43:19.567837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21979 2026.05.13 18:43:19.568569 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:19.568634 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:19.569460 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:43:19.569695 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:19.569826 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21979 2026.05.13 18:43:19.569860 [ 52 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:43:19.569932 [ 52 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:19.569957 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:19.570098 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:43:19.570272 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:19.570318 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19611 rows starting from the beginning of the part 2026.05.13 18:43:19.570393 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2026.05.13 18:43:19.570446 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2026.05.13 18:43:19.570496 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2026.05.13 18:43:19.570544 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2026.05.13 18:43:19.570590 [ 194 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2026.05.13 18:43:19.573046 [ 198 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21979 rows, containing 4 columns (4 merged, 0 gathered) in 0.003016673 sec., 7285841.057350266 rows/sec., 104.22 MiB/sec. 2026.05.13 18:43:19.573542 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:43:19.573926 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:19.574025 [ 190 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_46_9} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:43:19.574169 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2026.05.13 18:43:20.705250 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.05.13 18:43:20.722321 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:20.722379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:20.728468 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.13 18:43:20.729164 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:20.729480 [ 52 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.13 18:43:20.729557 [ 52 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:20.729582 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:20.729783 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:43:20.732311 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.05.13 18:43:20.734068 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:20.735720 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.05.13 18:43:20.740529 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.05.13 18:43:20.745227 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.05.13 18:43:20.749827 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.05.13 18:43:20.754708 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.05.13 18:43:20.758631 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.05.13 18:43:20.807582 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.077894681 sec., 4454.732923291644 rows/sec., 23.03 MiB/sec. 2026.05.13 18:43:20.809280 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.13 18:43:20.810864 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:20.810948 [ 198 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_46_9} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.13 18:43:20.812303 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.13 18:43:22.053744 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.053991 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:22.054335 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:22.054369 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:22.054584 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:22.054651 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:22.054788 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:22.054915 [ 355 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:22.054929 [ 331 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:22.054935 [ 356 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:22.054933 [ 351 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:22.055142 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:22.055169 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:22.055254 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:22.055274 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:22.055309 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:22.055348 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:22.055380 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:22.056741 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} executeQuery: Read 35 rows, 6.04 KiB in 0.002847 sec., 12293.642430628732 rows/sec., 2.07 MiB/sec. 2026.05.13 18:43:22.056921 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} MemoryTracker: Peak memory usage (for query): 129.31 KiB. 2026.05.13 18:43:22.056937 [ 294 ] {52e7568d-f2a2-411a-b4e3-c092588fe925} TCPHandler: Processed in 0.003336668 sec. 2026.05.13 18:43:22.058958 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.059070 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:22.059111 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:22.059644 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.059686 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.060060 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:43:22.060288 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.060428 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} executeQuery: Read 118 rows, 10.25 KiB in 0.001391 sec., 84831.0567936736 rows/sec., 7.20 MiB/sec. 2026.05.13 18:43:22.060465 [ 294 ] {153df22a-7083-4cf8-8a97-bdf06b30a476} TCPHandler: Processed in 0.001558128 sec. 2026.05.13 18:43:22.060595 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.060698 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.060737 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:22.061148 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.061185 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.061492 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:43:22.061701 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.061831 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} executeQuery: Read 31 rows, 2.33 KiB in 0.001157 sec., 26793.43128781331 rows/sec., 1.97 MiB/sec. 2026.05.13 18:43:22.061867 [ 294 ] {f67fc82b-6589-439f-ac55-625386b7434d} TCPHandler: Processed in 0.001320623 sec. 2026.05.13 18:43:22.061994 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.062090 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:22.062128 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:22.062618 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.062655 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.062956 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:43:22.063171 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.063296 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} executeQuery: Read 95 rows, 7.60 KiB in 0.001224 sec., 77614.37908496732 rows/sec., 6.06 MiB/sec. 2026.05.13 18:43:22.063332 [ 294 ] {d5f4ceea-ca5a-470a-822e-5faf8c0e015a} TCPHandler: Processed in 0.001387155 sec. 2026.05.13 18:43:22.063452 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.063550 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.063591 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:22.064038 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.064073 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.064397 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:43:22.064600 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.064726 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.05.13 18:43:22.064762 [ 294 ] {e9227b8c-5565-4725-bcb8-947ee72cc222} TCPHandler: Processed in 0.001359254 sec. 2026.05.13 18:43:22.064880 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.064975 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.065027 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} 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.05.13 18:43:22.065850 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.065886 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.066420 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.13 18:43:22.066645 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.066781 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} executeQuery: Read 31 rows, 56.88 KiB in 0.001824 sec., 16995.614035087718 rows/sec., 30.46 MiB/sec. 2026.05.13 18:43:22.066834 [ 294 ] {2d6a39ba-86ad-4428-9b00-77600dc8fa4c} TCPHandler: Processed in 0.002003066 sec. 2026.05.13 18:43:22.066959 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.067055 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.067095 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:22.067447 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.067483 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.067780 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:43:22.067990 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.068117 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.05.13 18:43:22.068153 [ 294 ] {30447b5d-74d8-40d2-8035-90af16c5e5b6} TCPHandler: Processed in 0.001243232 sec. 2026.05.13 18:43:22.271800 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.272122 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:43:22.272474 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:22.272513 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:43:22.272747 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:22.272811 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:22.272944 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:43:22.273048 [ 356 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:22.273081 [ 351 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:22.273086 [ 331 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:22.273089 [ 355 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:22.273464 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:22.273493 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:22.273576 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:22.273596 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:22.273629 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:22.273665 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:22.273699 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:22.275355 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} executeQuery: Read 35 rows, 7.62 KiB in 0.003368 sec., 10391.923990498814 rows/sec., 2.21 MiB/sec. 2026.05.13 18:43:22.275606 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} MemoryTracker: Peak memory usage (for query): 145.87 KiB. 2026.05.13 18:43:22.275623 [ 294 ] {1c21fcce-3deb-4229-b55c-f81e020bfe16} TCPHandler: Processed in 0.00397124 sec. 2026.05.13 18:43:22.289029 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.289295 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.289388 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:43:22.290350 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.290395 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.290771 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:43:22.291001 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.291147 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} executeQuery: Read 24 rows, 2.04 KiB in 0.001929 sec., 12441.679626749612 rows/sec., 1.03 MiB/sec. 2026.05.13 18:43:22.291185 [ 294 ] {0a1ba7f9-b175-4093-8cc7-d304177bc9f9} TCPHandler: Processed in 0.002328851 sec. 2026.05.13 18:43:22.291320 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.291426 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:22.291465 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:22.293142 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.293179 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.293629 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:43:22.293840 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.293969 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} executeQuery: Read 2547 rows, 194.22 KiB in 0.002561 sec., 994533.3853963296 rows/sec., 74.06 MiB/sec. 2026.05.13 18:43:22.293980 [ 48 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:43:22.294007 [ 294 ] {1b696350-67d9-4c90-8643-69731f7e5eba} TCPHandler: Processed in 0.002735908 sec. 2026.05.13 18:43:22.294027 [ 48 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.294057 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.294162 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:43:22.294169 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.294289 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:22.294304 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.294321 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2621 rows starting from the beginning of the part 2026.05.13 18:43:22.294344 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:22.294384 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 78 rows starting from the beginning of the part 2026.05.13 18:43:22.294433 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 119 rows starting from the beginning of the part 2026.05.13 18:43:22.294479 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 78 rows starting from the beginning of the part 2026.05.13 18:43:22.294526 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 118 rows starting from the beginning of the part 2026.05.13 18:43:22.294585 [ 190 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2547 rows starting from the beginning of the part 2026.05.13 18:43:22.294847 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.294882 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.295285 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:43:22.295515 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.295644 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} executeQuery: Read 34 rows, 2.62 KiB in 0.001358 sec., 25036.81885125184 rows/sec., 1.88 MiB/sec. 2026.05.13 18:43:22.295681 [ 294 ] {6a484423-56be-4de5-ac3c-4afedceb2934} TCPHandler: Processed in 0.001571288 sec. 2026.05.13 18:43:22.295820 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.295915 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.295954 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:43:22.296437 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5561 rows, containing 5 columns (5 merged, 0 gathered) in 0.002320941 sec., 2396010.928326054 rows/sec., 189.63 MiB/sec. 2026.05.13 18:43:22.296735 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:43:22.296894 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.296945 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.297034 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.297115 [ 197 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_76_15} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:43:22.297205 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:43:22.297389 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:43:22.297613 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.297755 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} executeQuery: Read 825 rows, 49.42 KiB in 0.001856 sec., 444504.3103448276 rows/sec., 26.00 MiB/sec. 2026.05.13 18:43:22.297816 [ 294 ] {ad0a8caa-8aa0-4595-9c13-6f4346b7d62b} TCPHandler: Processed in 0.002044396 sec. 2026.05.13 18:43:22.297989 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.298101 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.298145 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:43:22.298594 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.298631 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.298926 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.13 18:43:22.299148 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.299281 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} executeQuery: Read 1 rows, 72.00 B in 0.001212 sec., 825.0825082508251 rows/sec., 58.01 KiB/sec. 2026.05.13 18:43:22.299317 [ 294 ] {0362c23f-4c36-44f8-8eec-25ea59209ff1} TCPHandler: Processed in 0.001388505 sec. 2026.05.13 18:43:22.299447 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.299542 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.299580 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:43:22.299988 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.300025 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.300325 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:43:22.300537 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.300664 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. 2026.05.13 18:43:22.300700 [ 294 ] {b7bb3c99-23e0-43ae-b2ab-2dcd9738ce69} TCPHandler: Processed in 0.001301533 sec. 2026.05.13 18:43:22.300828 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.300922 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:22.300960 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:22.301941 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.301980 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.302365 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:43:22.302581 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.302702 [ 48 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:43:22.302714 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} executeQuery: Read 1337 rows, 92.25 KiB in 0.001809 sec., 739082.3659480376 rows/sec., 49.80 MiB/sec. 2026.05.13 18:43:22.302749 [ 48 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.302770 [ 294 ] {c5f39d5d-c8f1-4f1a-ad77-2a43c73a563a} TCPHandler: Processed in 0.001989785 sec. 2026.05.13 18:43:22.302777 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.302895 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:43:22.302922 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.302999 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:22.303019 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.303029 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1404 rows starting from the beginning of the part 2026.05.13 18:43:22.303062 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:22.303092 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 75 rows starting from the beginning of the part 2026.05.13 18:43:22.303141 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 97 rows starting from the beginning of the part 2026.05.13 18:43:22.303192 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 75 rows starting from the beginning of the part 2026.05.13 18:43:22.303237 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 95 rows starting from the beginning of the part 2026.05.13 18:43:22.303285 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1337 rows starting from the beginning of the part 2026.05.13 18:43:22.303893 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.303930 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.304368 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:43:22.304550 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3083 rows, containing 5 columns (5 merged, 0 gathered) in 0.00169269 sec., 1821361.2652050878 rows/sec., 132.29 MiB/sec. 2026.05.13 18:43:22.304582 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.304717 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:43:22.304720 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} executeQuery: Read 1532 rows, 95.89 KiB in 0.001718 sec., 891734.5750873109 rows/sec., 54.51 MiB/sec. 2026.05.13 18:43:22.304743 [ 47 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:43:22.304767 [ 294 ] {12495392-0e1c-4d05-b318-a24d6acc72cc} TCPHandler: Processed in 0.001894083 sec. 2026.05.13 18:43:22.304801 [ 47 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.304833 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.304909 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.304922 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:43:22.304973 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.305015 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.305044 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_76_15} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:43:22.305047 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:22.305070 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} 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.05.13 18:43:22.305093 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 25636 rows starting from the beginning of the part 2026.05.13 18:43:22.305109 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:43:22.305157 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:22.305207 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part 2026.05.13 18:43:22.305251 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:22.305291 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:22.305334 [ 186 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:43:22.305996 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.306040 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.306884 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.05.13 18:43:22.307118 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.307259 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} executeQuery: Read 22 rows, 40.37 KiB in 0.002263 sec., 9721.60848431286 rows/sec., 17.42 MiB/sec. 2026.05.13 18:43:22.307315 [ 294 ] {b6b65625-fe46-456a-ac53-2eb2be173a79} TCPHandler: Processed in 0.002455254 sec. 2026.05.13 18:43:22.307475 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:22.307572 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:22.307614 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:22.307961 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.307997 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.308500 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:43:22.308728 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.308852 [ 48 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:43:22.308860 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} executeQuery: Read 12 rows, 848.00 B in 0.001307 sec., 9181.33129303749 rows/sec., 633.61 KiB/sec. 2026.05.13 18:43:22.308893 [ 48 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:22.308915 [ 294 ] {1f833c39-4e5a-414c-8cc1-0e8a41c9d2f9} TCPHandler: Processed in 0.001489267 sec. 2026.05.13 18:43:22.308921 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:22.309006 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:43:22.309092 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:22.309116 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3690 rows starting from the beginning of the part 2026.05.13 18:43:22.309162 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:22.309200 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:22.309305 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:22.309360 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:22.309406 [ 186 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:22.310785 [ 191 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3942 rows, containing 4 columns (4 merged, 0 gathered) in 0.001803642 sec., 2185577.847488581 rows/sec., 147.39 MiB/sec. 2026.05.13 18:43:22.311261 [ 187 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:43:22.311591 [ 187 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.311669 [ 187 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_76_15} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:43:22.311751 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.05.13 18:43:22.312645 [ 195 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 27809 rows, containing 5 columns (5 merged, 0 gathered) in 0.007761957 sec., 3582730.489231002 rows/sec., 231.77 MiB/sec. 2026.05.13 18:43:22.312925 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:43:22.313195 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:22.313258 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_76_15} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:43:22.313326 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.05.13 18:43:24.635092 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1280 2026.05.13 18:43:24.638226 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:24.638271 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:24.639519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.13 18:43:24.639793 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:24.640060 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1280 2026.05.13 18:43:27.050876 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:27.051116 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:27.051450 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:27.051483 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:27.051695 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:27.051761 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:27.051898 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:43:27.052031 [ 331 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:27.052049 [ 342 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:27.052062 [ 367 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:27.052037 [ 346 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:27.052274 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:27.052301 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:27.052385 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:27.052404 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:27.052438 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:27.052475 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:27.052514 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:27.053868 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} executeQuery: Read 35 rows, 6.04 KiB in 0.002847 sec., 12293.642430628732 rows/sec., 2.07 MiB/sec. 2026.05.13 18:43:27.054038 [ 294 ] {8eb975a7-eb8e-4fb2-8298-94f69e3e0ef5} TCPHandler: Processed in 0.003290758 sec. 2026.05.13 18:43:27.055547 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:27.055662 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:27.055702 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:27.056242 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:27.056281 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:27.056661 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:43:27.056894 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:27.057036 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} executeQuery: Read 56 rows, 4.38 KiB in 0.001406 sec., 39829.30298719773 rows/sec., 3.04 MiB/sec. 2026.05.13 18:43:27.057073 [ 294 ] {e67959fb-b473-4ef3-a5b6-f223cfeebeaa} TCPHandler: Processed in 0.001579098 sec. 2026.05.13 18:43:27.057240 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:27.057344 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:27.057383 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:27.057833 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:27.057869 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:27.058158 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:43:27.058364 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:27.058491 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} executeQuery: Read 64 rows, 5.12 KiB in 0.001167 sec., 54841.47386461011 rows/sec., 4.28 MiB/sec. 2026.05.13 18:43:27.058527 [ 294 ] {354be665-bc26-4aa0-8bda-7f8463734caf} TCPHandler: Processed in 0.001336634 sec. 2026.05.13 18:43:27.058658 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:27.058754 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:27.058794 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:27.059194 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:27.059230 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:27.059548 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:43:27.059766 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:27.059892 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} executeQuery: Read 128 rows, 9.13 KiB in 0.001156 sec., 110726.64359861592 rows/sec., 7.71 MiB/sec. 2026.05.13 18:43:27.059928 [ 294 ] {006def6f-86d9-4ee6-a602-937e488cd828} TCPHandler: Processed in 0.001318834 sec. 2026.05.13 18:43:27.060053 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:27.060147 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:27.060186 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:27.060526 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:27.060561 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:27.060853 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:43:27.061054 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:27.061178 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} executeQuery: Read 48 rows, 3.31 KiB in 0.001049 sec., 45757.864632983794 rows/sec., 3.08 MiB/sec. 2026.05.13 18:43:27.061212 [ 294 ] {1551077e-b298-4471-9b06-bac14ee71c12} TCPHandler: Processed in 0.001207401 sec. 2026.05.13 18:43:27.070114 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22491 2026.05.13 18:43:27.070635 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:27.070675 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:27.071143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:43:27.071377 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:27.071506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22491 2026.05.13 18:43:28.232416 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.05.13 18:43:28.247438 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:28.247503 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:28.252878 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.13 18:43:28.253554 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:28.256134 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.05.13 18:43:29.301860 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63523 2026.05.13 18:43:29.301971 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.301996 [ 293 ] {} TCP-Session: 1c933abd-ab72-4260-a1e6-b2baa625b54b Authenticating user 'default' from [fd00:1122:3344:101::e]:63523 2026.05.13 18:43:29.302018 [ 293 ] {} TCP-Session: 1c933abd-ab72-4260-a1e6-b2baa625b54b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302032 [ 293 ] {} TCP-Session: 1c933abd-ab72-4260-a1e6-b2baa625b54b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302224 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33490 2026.05.13 18:43:29.302245 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43427 2026.05.13 18:43:29.302278 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37364 2026.05.13 18:43:29.302291 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38119 2026.05.13 18:43:29.302300 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48729 2026.05.13 18:43:29.302350 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.302370 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.302377 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.302407 [ 309 ] {} TCP-Session: c5c5c8ba-2bc2-4232-9ec8-8b1edfba910a Authenticating user 'default' from [fd00:1122:3344:101::e]:33490 2026.05.13 18:43:29.302415 [ 316 ] {} TCP-Session: 3479d851-b8fb-4a42-aa54-7da6ba4c537b Authenticating user 'default' from [fd00:1122:3344:101::e]:37364 2026.05.13 18:43:29.302428 [ 314 ] {} TCP-Session: 6d3ef4ec-6928-4299-b708-083285e90634 Authenticating user 'default' from [fd00:1122:3344:101::e]:43427 2026.05.13 18:43:29.302445 [ 309 ] {} TCP-Session: c5c5c8ba-2bc2-4232-9ec8-8b1edfba910a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302457 [ 316 ] {} TCP-Session: 3479d851-b8fb-4a42-aa54-7da6ba4c537b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302464 [ 314 ] {} TCP-Session: 6d3ef4ec-6928-4299-b708-083285e90634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302475 [ 309 ] {} TCP-Session: c5c5c8ba-2bc2-4232-9ec8-8b1edfba910a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302498 [ 314 ] {} TCP-Session: 6d3ef4ec-6928-4299-b708-083285e90634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302487 [ 316 ] {} TCP-Session: 3479d851-b8fb-4a42-aa54-7da6ba4c537b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302265 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64068 2026.05.13 18:43:29.302238 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59224 2026.05.13 18:43:29.302233 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33619 2026.05.13 18:43:29.302382 [ 293 ] {} TCP-Session: 1c933abd-ab72-4260-a1e6-b2baa625b54b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:29.302669 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.302708 [ 317 ] {} TCP-Session: baf51b95-2b31-4ffb-9ba8-0cee27c1ae86 Authenticating user 'default' from [fd00:1122:3344:101::e]:38119 2026.05.13 18:43:29.302730 [ 317 ] {} TCP-Session: baf51b95-2b31-4ffb-9ba8-0cee27c1ae86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302747 [ 317 ] {} TCP-Session: baf51b95-2b31-4ffb-9ba8-0cee27c1ae86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.302830 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} executeQuery: (from [fd00:1122:3344:101::e]:63523) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:43:29.303038 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.303072 [ 315 ] {} TCP-Session: 94690731-48c2-4024-9bed-97cb32ac6d5e Authenticating user 'default' from [fd00:1122:3344:101::e]:64068 2026.05.13 18:43:29.303089 [ 315 ] {} TCP-Session: 94690731-48c2-4024-9bed-97cb32ac6d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303100 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:43:29.303102 [ 315 ] {} TCP-Session: 94690731-48c2-4024-9bed-97cb32ac6d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303152 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.303165 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:29.303189 [ 310 ] {} TCP-Session: 6c8e967d-d33f-4c64-8fe4-c539ca3d66c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:33619 2026.05.13 18:43:29.303212 [ 310 ] {} TCP-Session: 6c8e967d-d33f-4c64-8fe4-c539ca3d66c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303226 [ 310 ] {} TCP-Session: 6c8e967d-d33f-4c64-8fe4-c539ca3d66c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303432 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.303470 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:43:29.303481 [ 275 ] {} TCP-Session: 19d2194e-c2c2-4896-8538-ef2e01444e21 Authenticating user 'default' from [fd00:1122:3344:101::e]:48729 2026.05.13 18:43:29.303514 [ 275 ] {} TCP-Session: 19d2194e-c2c2-4896-8538-ef2e01444e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303529 [ 275 ] {} TCP-Session: 19d2194e-c2c2-4896-8538-ef2e01444e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303540 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:29.303584 [ 313 ] {} TCP-Session: d91d147b-e556-4311-acf6-c1c7d8f96f24 Authenticating user 'default' from [fd00:1122:3344:101::e]:59224 2026.05.13 18:43:29.303609 [ 313 ] {} TCP-Session: d91d147b-e556-4311-acf6-c1c7d8f96f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.303624 [ 313 ] {} TCP-Session: d91d147b-e556-4311-acf6-c1c7d8f96f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.304525 [ 364 ] {28a17136-ec2a-416a-901e-4950b9d0b607} AggregatingTransform: Aggregating 2026.05.13 18:43:29.304572 [ 364 ] {28a17136-ec2a-416a-901e-4950b9d0b607} Aggregator: Aggregation method: without_key 2026.05.13 18:43:29.304614 [ 364 ] {28a17136-ec2a-416a-901e-4950b9d0b607} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001039308 sec. (962.179 rows/sec., 37.59 KiB/sec.) 2026.05.13 18:43:29.304638 [ 364 ] {28a17136-ec2a-416a-901e-4950b9d0b607} Aggregator: Merging aggregated data 2026.05.13 18:43:29.306308 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} executeQuery: Read 1 rows, 40.00 B in 0.003529 sec., 283.36639274582035 rows/sec., 11.07 KiB/sec. 2026.05.13 18:43:29.306492 [ 293 ] {28a17136-ec2a-416a-901e-4950b9d0b607} TCPHandler: Processed in 0.004222765 sec. 2026.05.13 18:43:29.306621 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306654 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306655 [ 293 ] {} TCP-Session: 1c933abd-ab72-4260-a1e6-b2baa625b54b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306667 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306689 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306701 [ 309 ] {} TCP-Session: c5c5c8ba-2bc2-4232-9ec8-8b1edfba910a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306728 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306747 [ 275 ] {} TCP-Session: 19d2194e-c2c2-4896-8538-ef2e01444e21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306754 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306774 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306789 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306806 [ 317 ] {} TCP-Session: baf51b95-2b31-4ffb-9ba8-0cee27c1ae86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306827 [ 316 ] {} TCP-Session: 3479d851-b8fb-4a42-aa54-7da6ba4c537b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306840 [ 315 ] {} TCP-Session: 94690731-48c2-4024-9bed-97cb32ac6d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306774 [ 314 ] {} TCP-Session: 6d3ef4ec-6928-4299-b708-083285e90634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306724 [ 310 ] {} TCP-Session: 6c8e967d-d33f-4c64-8fe4-c539ca3d66c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:29.306707 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:29.306948 [ 313 ] {} TCP-Session: d91d147b-e556-4311-acf6-c1c7d8f96f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.796279 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38829 2026.05.13 18:43:30.796393 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796424 [ 316 ] {} TCP-Session: b28def63-2c97-4fff-a1d2-834375a30856 Authenticating user 'default' from [fd00:1122:3344:101::e]:38829 2026.05.13 18:43:30.796450 [ 316 ] {} TCP-Session: b28def63-2c97-4fff-a1d2-834375a30856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.796463 [ 316 ] {} TCP-Session: b28def63-2c97-4fff-a1d2-834375a30856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.796692 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62530 2026.05.13 18:43:30.796705 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33725 2026.05.13 18:43:30.796753 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64313 2026.05.13 18:43:30.796801 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46936 2026.05.13 18:43:30.796812 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796842 [ 316 ] {} TCP-Session: b28def63-2c97-4fff-a1d2-834375a30856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:30.796813 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44923 2026.05.13 18:43:30.796901 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796891 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796959 [ 275 ] {} TCP-Session: edb6c81a-ac5c-44db-96a0-276fffc6d6f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33725 2026.05.13 18:43:30.796968 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796979 [ 293 ] {} TCP-Session: 9e6e9b52-cf5c-4c13-928c-079c56b211d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64313 2026.05.13 18:43:30.796991 [ 275 ] {} TCP-Session: edb6c81a-ac5c-44db-96a0-276fffc6d6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797002 [ 315 ] {} TCP-Session: bd837807-fdb3-49f9-8c71-9936ecafce14 Authenticating user 'default' from [fd00:1122:3344:101::e]:44923 2026.05.13 18:43:30.797021 [ 275 ] {} TCP-Session: edb6c81a-ac5c-44db-96a0-276fffc6d6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797019 [ 293 ] {} TCP-Session: 9e6e9b52-cf5c-4c13-928c-079c56b211d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797036 [ 315 ] {} TCP-Session: bd837807-fdb3-49f9-8c71-9936ecafce14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797047 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} executeQuery: (from [fd00:1122:3344:101::e]:38829) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:43:30.797072 [ 315 ] {} TCP-Session: bd837807-fdb3-49f9-8c71-9936ecafce14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797056 [ 293 ] {} TCP-Session: 9e6e9b52-cf5c-4c13-928c-079c56b211d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.796891 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.796883 [ 317 ] {} TCP-Session: 240d2b5c-f6fb-4bd9-a10d-c9ad6e9d50e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62530 2026.05.13 18:43:30.797170 [ 314 ] {} TCP-Session: 0a93f78e-aaa7-4b3f-a689-3f867bc77394 Authenticating user 'default' from [fd00:1122:3344:101::e]:46936 2026.05.13 18:43:30.797194 [ 317 ] {} TCP-Session: 240d2b5c-f6fb-4bd9-a10d-c9ad6e9d50e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797208 [ 314 ] {} TCP-Session: 0a93f78e-aaa7-4b3f-a689-3f867bc77394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797221 [ 317 ] {} TCP-Session: 240d2b5c-f6fb-4bd9-a10d-c9ad6e9d50e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797241 [ 314 ] {} TCP-Session: 0a93f78e-aaa7-4b3f-a689-3f867bc77394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.796779 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47075 2026.05.13 18:43:30.796766 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51434 2026.05.13 18:43:30.796792 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58335 2026.05.13 18:43:30.797350 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.797381 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.797399 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:43:30.797416 [ 310 ] {} TCP-Session: bfc142d7-5192-4c1d-9280-92cf59965c6c Authenticating user 'default' from [fd00:1122:3344:101::e]:47075 2026.05.13 18:43:30.797431 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:30.797460 [ 310 ] {} TCP-Session: bfc142d7-5192-4c1d-9280-92cf59965c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797476 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:30.797489 [ 310 ] {} TCP-Session: bfc142d7-5192-4c1d-9280-92cf59965c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797479 [ 313 ] {} TCP-Session: d6ea42a2-df48-4574-aca7-503fb808d55b Authenticating user 'default' from [fd00:1122:3344:101::e]:58335 2026.05.13 18:43:30.797430 [ 309 ] {} TCP-Session: c8b58f41-ce9f-4a16-8d0d-8b91f834c56c Authenticating user 'default' from [fd00:1122:3344:101::e]:51434 2026.05.13 18:43:30.797541 [ 313 ] {} TCP-Session: d6ea42a2-df48-4574-aca7-503fb808d55b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797561 [ 309 ] {} TCP-Session: c8b58f41-ce9f-4a16-8d0d-8b91f834c56c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797568 [ 313 ] {} TCP-Session: d6ea42a2-df48-4574-aca7-503fb808d55b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797587 [ 309 ] {} TCP-Session: c8b58f41-ce9f-4a16-8d0d-8b91f834c56c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.797796 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:43:30.798801 [ 340 ] {553ac85d-b639-417c-8cd2-cd4717323137} AggregatingTransform: Aggregating 2026.05.13 18:43:30.798836 [ 340 ] {553ac85d-b639-417c-8cd2-cd4717323137} Aggregator: Aggregation method: without_key 2026.05.13 18:43:30.798867 [ 340 ] {553ac85d-b639-417c-8cd2-cd4717323137} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000967837 sec. (1033.232 rows/sec., 40.36 KiB/sec.) 2026.05.13 18:43:30.798881 [ 340 ] {553ac85d-b639-417c-8cd2-cd4717323137} Aggregator: Merging aggregated data 2026.05.13 18:43:30.800296 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} executeQuery: Read 1 rows, 40.00 B in 0.003309 sec., 302.2061045633122 rows/sec., 11.80 KiB/sec. 2026.05.13 18:43:30.800445 [ 316 ] {553ac85d-b639-417c-8cd2-cd4717323137} TCPHandler: Processed in 0.003743846 sec. 2026.05.13 18:43:30.800569 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800607 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800615 [ 316 ] {} TCP-Session: b28def63-2c97-4fff-a1d2-834375a30856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800634 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800657 [ 317 ] {} TCP-Session: 240d2b5c-f6fb-4bd9-a10d-c9ad6e9d50e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800676 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800699 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800715 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800753 [ 315 ] {} TCP-Session: bd837807-fdb3-49f9-8c71-9936ecafce14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800758 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800780 [ 310 ] {} TCP-Session: bfc142d7-5192-4c1d-9280-92cf59965c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800738 [ 293 ] {} TCP-Session: 9e6e9b52-cf5c-4c13-928c-079c56b211d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800826 [ 314 ] {} TCP-Session: 0a93f78e-aaa7-4b3f-a689-3f867bc77394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800732 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800693 [ 275 ] {} TCP-Session: edb6c81a-ac5c-44db-96a0-276fffc6d6f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800654 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:30.800915 [ 309 ] {} TCP-Session: c8b58f41-ce9f-4a16-8d0d-8b91f834c56c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:30.800954 [ 313 ] {} TCP-Session: d6ea42a2-df48-4574-aca7-503fb808d55b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.488895 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37475 2026.05.13 18:43:31.489058 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489094 [ 316 ] {} TCP-Session: 1ae1c265-58ac-42de-90ab-9da61c87948f Authenticating user 'default' from [fd00:1122:3344:101::e]:37475 2026.05.13 18:43:31.489121 [ 316 ] {} TCP-Session: 1ae1c265-58ac-42de-90ab-9da61c87948f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489135 [ 316 ] {} TCP-Session: 1ae1c265-58ac-42de-90ab-9da61c87948f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489428 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38037 2026.05.13 18:43:31.489458 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39093 2026.05.13 18:43:31.489493 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37851 2026.05.13 18:43:31.489529 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47075 2026.05.13 18:43:31.489538 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44132 2026.05.13 18:43:31.489611 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489610 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489649 [ 310 ] {} TCP-Session: 99a38c9e-ed4e-4d12-b8a1-19a9eb6de6a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37851 2026.05.13 18:43:31.489677 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489690 [ 310 ] {} TCP-Session: 99a38c9e-ed4e-4d12-b8a1-19a9eb6de6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489686 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489713 [ 310 ] {} TCP-Session: 99a38c9e-ed4e-4d12-b8a1-19a9eb6de6a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489706 [ 315 ] {} TCP-Session: 55986cd0-33c4-489a-adaf-eb6ae4b5944e Authenticating user 'default' from [fd00:1122:3344:101::e]:44132 2026.05.13 18:43:31.489750 [ 314 ] {} TCP-Session: 30d275b5-5baf-4075-8b97-e39bad019dde Authenticating user 'default' from [fd00:1122:3344:101::e]:47075 2026.05.13 18:43:31.489884 [ 315 ] {} TCP-Session: 55986cd0-33c4-489a-adaf-eb6ae4b5944e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489912 [ 314 ] {} TCP-Session: 30d275b5-5baf-4075-8b97-e39bad019dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489927 [ 315 ] {} TCP-Session: 55986cd0-33c4-489a-adaf-eb6ae4b5944e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489941 [ 314 ] {} TCP-Session: 30d275b5-5baf-4075-8b97-e39bad019dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489517 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489483 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57949 2026.05.13 18:43:31.490015 [ 317 ] {} TCP-Session: cea6ae01-1785-4cd6-9d5d-018e2aa6f506 Authenticating user 'default' from [fd00:1122:3344:101::e]:38037 2026.05.13 18:43:31.490073 [ 317 ] {} TCP-Session: cea6ae01-1785-4cd6-9d5d-018e2aa6f506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489528 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63135 2026.05.13 18:43:31.490095 [ 317 ] {} TCP-Session: cea6ae01-1785-4cd6-9d5d-018e2aa6f506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490127 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.489682 [ 275 ] {} TCP-Session: a0bae6f3-a51c-435d-b045-048fab025bbc Authenticating user 'default' from [fd00:1122:3344:101::e]:39093 2026.05.13 18:43:31.490174 [ 309 ] {} TCP-Session: d8aba352-253b-4d50-9971-bf0ff5d6ea20 Authenticating user 'default' from [fd00:1122:3344:101::e]:57949 2026.05.13 18:43:31.490185 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.490208 [ 275 ] {} TCP-Session: a0bae6f3-a51c-435d-b045-048fab025bbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490221 [ 309 ] {} TCP-Session: d8aba352-253b-4d50-9971-bf0ff5d6ea20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490233 [ 313 ] {} TCP-Session: 87ee17ca-4410-436e-bec6-2a44dfff4789 Authenticating user 'default' from [fd00:1122:3344:101::e]:63135 2026.05.13 18:43:31.490246 [ 275 ] {} TCP-Session: a0bae6f3-a51c-435d-b045-048fab025bbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490266 [ 309 ] {} TCP-Session: d8aba352-253b-4d50-9971-bf0ff5d6ea20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490281 [ 313 ] {} TCP-Session: 87ee17ca-4410-436e-bec6-2a44dfff4789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489463 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49250 2026.05.13 18:43:31.490328 [ 313 ] {} TCP-Session: 87ee17ca-4410-436e-bec6-2a44dfff4789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.489538 [ 316 ] {} TCP-Session: 1ae1c265-58ac-42de-90ab-9da61c87948f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:31.490415 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:43:31.490449 [ 293 ] {} TCP-Session: e22cb824-0adc-4bf8-a4e9-cf15ffafeb08 Authenticating user 'default' from [fd00:1122:3344:101::e]:49250 2026.05.13 18:43:31.490473 [ 293 ] {} TCP-Session: e22cb824-0adc-4bf8-a4e9-cf15ffafeb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490492 [ 293 ] {} TCP-Session: e22cb824-0adc-4bf8-a4e9-cf15ffafeb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.490588 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} executeQuery: (from [fd00:1122:3344:101::e]:37475) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:43:31.490908 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:43:31.490975 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:31.491324 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:43:31.492450 [ 340 ] {8c247626-a70c-494b-9897-d5ead7cea639} AggregatingTransform: Aggregating 2026.05.13 18:43:31.492504 [ 340 ] {8c247626-a70c-494b-9897-d5ead7cea639} Aggregator: Aggregation method: without_key 2026.05.13 18:43:31.492550 [ 340 ] {8c247626-a70c-494b-9897-d5ead7cea639} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001105939 sec. (904.209 rows/sec., 35.32 KiB/sec.) 2026.05.13 18:43:31.492576 [ 340 ] {8c247626-a70c-494b-9897-d5ead7cea639} Aggregator: Merging aggregated data 2026.05.13 18:43:31.494044 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} executeQuery: Read 1 rows, 40.00 B in 0.003525 sec., 283.68794326241135 rows/sec., 11.08 KiB/sec. 2026.05.13 18:43:31.494251 [ 316 ] {8c247626-a70c-494b-9897-d5ead7cea639} TCPHandler: Processed in 0.004866846 sec. 2026.05.13 18:43:31.494421 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494455 [ 316 ] {} TCP-Session: 1ae1c265-58ac-42de-90ab-9da61c87948f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494458 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494471 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494487 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494521 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494539 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494569 [ 317 ] {} TCP-Session: cea6ae01-1785-4cd6-9d5d-018e2aa6f506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494561 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494602 [ 313 ] {} TCP-Session: 87ee17ca-4410-436e-bec6-2a44dfff4789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494584 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494645 [ 293 ] {} TCP-Session: e22cb824-0adc-4bf8-a4e9-cf15ffafeb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494523 [ 315 ] {} TCP-Session: 55986cd0-33c4-489a-adaf-eb6ae4b5944e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494676 [ 314 ] {} TCP-Session: 30d275b5-5baf-4075-8b97-e39bad019dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494552 [ 310 ] {} TCP-Session: 99a38c9e-ed4e-4d12-b8a1-19a9eb6de6a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494505 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:43:31.494533 [ 309 ] {} TCP-Session: d8aba352-253b-4d50-9971-bf0ff5d6ea20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:31.494805 [ 275 ] {} TCP-Session: a0bae6f3-a51c-435d-b045-048fab025bbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:43:32.054259 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.054513 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:32.054888 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:32.054932 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:32.055195 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:32.055278 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:32.055444 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:32.055589 [ 360 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:32.055598 [ 325 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:32.055598 [ 339 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:32.055597 [ 333 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:32.055792 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:32.055819 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:32.055906 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:32.055927 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:32.055963 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:32.056001 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:32.056045 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:32.057394 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} executeQuery: Read 35 rows, 6.04 KiB in 0.002982 sec., 11737.089201877934 rows/sec., 1.98 MiB/sec. 2026.05.13 18:43:32.057575 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} MemoryTracker: Peak memory usage (for query): 129.41 KiB. 2026.05.13 18:43:32.057593 [ 294 ] {502d263c-0988-4cee-ad02-69d3f2dc9d7f} TCPHandler: Processed in 0.003471491 sec. 2026.05.13 18:43:32.059913 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.060114 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:32.060217 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:32.061048 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.061090 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.061522 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:43:32.061764 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.061958 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} executeQuery: Read 118 rows, 10.25 KiB in 0.001918 sec., 61522.41918665276 rows/sec., 5.22 MiB/sec. 2026.05.13 18:43:32.062013 [ 294 ] {b5fd4c2f-3e82-40a6-ac2c-5a4732f73ff3} TCPHandler: Processed in 0.002225939 sec. 2026.05.13 18:43:32.062163 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.062279 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:32.062326 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:32.062804 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.062851 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.063190 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:43:32.063412 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.063579 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} executeQuery: Read 31 rows, 2.33 KiB in 0.001323 sec., 23431.59486016629 rows/sec., 1.72 MiB/sec. 2026.05.13 18:43:32.063638 [ 294 ] {1a12589d-e820-4415-a91f-ff7426dae2df} TCPHandler: Processed in 0.001527787 sec. 2026.05.13 18:43:32.063802 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.063928 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:32.063976 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:32.064583 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.064640 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.065061 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:43:32.065395 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.065593 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} executeQuery: Read 95 rows, 7.60 KiB in 0.001693 sec., 56113.40815121087 rows/sec., 4.38 MiB/sec. 2026.05.13 18:43:32.065645 [ 294 ] {0eebb48d-4a2c-4b59-bba8-ac571974053d} TCPHandler: Processed in 0.001909774 sec. 2026.05.13 18:43:32.065803 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.065906 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:32.065952 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:32.066404 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.066442 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.066813 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:43:32.067038 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.067181 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. 2026.05.13 18:43:32.067220 [ 294 ] {a807fed1-446d-48f2-9b02-42e09f05435d} TCPHandler: Processed in 0.001467786 sec. 2026.05.13 18:43:32.067341 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.067440 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:32.067494 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} 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.05.13 18:43:32.068370 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.068407 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.068952 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.05.13 18:43:32.069216 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.069705 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} executeQuery: Read 31 rows, 56.88 KiB in 0.002285 sec., 13566.739606126914 rows/sec., 24.31 MiB/sec. 2026.05.13 18:43:32.069777 [ 294 ] {7e99a2f0-dbb3-4039-bec0-7fb01f07d08d} TCPHandler: Processed in 0.002485664 sec. 2026.05.13 18:43:32.069905 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.070002 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:32.070044 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:32.070416 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:32.070454 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:32.070775 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:43:32.070990 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:32.071128 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.05.13 18:43:32.071164 [ 294 ] {71e921e6-c612-4024-8715-e8201cd98738} TCPHandler: Processed in 0.001309123 sec. 2026.05.13 18:43:32.959084 [ 276 ] {} TCP-Session: f7413261-170a-444e-bd7d-553dd970d825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:32.959666 [ 276 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} executeQuery: (from [fd00:1122:3344:101::e]:44895) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE (database = 'oximeter' OR (database = 'system' AND name = 'query_log')) AND has_own_data (stage: Complete) 2026.05.13 18:43:32.960297 [ 276 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.13 18:43:32.960618 [ 276 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:32.961081 [ 333 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.13 18:43:32.961688 [ 276 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} executeQuery: Read 124 rows, 7.00 KiB in 0.002271 sec., 54601.49713782474 rows/sec., 3.01 MiB/sec. 2026.05.13 18:43:32.961795 [ 276 ] {4125b7b0-88c4-4df4-abf0-8b8d9e32a6e2} TCPHandler: Processed in 0.002914761 sec. 2026.05.13 18:43:34.456045 [ 32 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:43:34.456163 [ 32 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:43:34.571614 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22939 2026.05.13 18:43:34.572173 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:34.572214 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:34.572728 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:43:34.572969 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:34.573103 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22939 2026.05.13 18:43:34.640365 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1312 2026.05.13 18:43:34.642708 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:34.642759 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:34.643957 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.13 18:43:34.644216 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:34.644481 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1312 2026.05.13 18:43:35.001367 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000893396 sec. 2026.05.13 18:43:35.353947 [ 25 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.13 18:43:35.354016 [ 25 ] {} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:35.354041 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:35.354146 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.05.13 18:43:35.354278 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:35.354320 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 826 rows starting from the beginning of the part 2026.05.13 18:43:35.354390 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 825 rows starting from the beginning of the part 2026.05.13 18:43:35.354437 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 825 rows starting from the beginning of the part 2026.05.13 18:43:35.354480 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 825 rows starting from the beginning of the part 2026.05.13 18:43:35.354524 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 825 rows starting from the beginning of the part 2026.05.13 18:43:35.355862 [ 195 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 4126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001755201 sec., 2350727.9223291236 rows/sec., 146.48 MiB/sec. 2026.05.13 18:43:35.356046 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.13 18:43:35.356282 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:35.356347 [ 191 ] {6d9dbae3-d7cb-4e12-a3cf-46795417f593::all_1_13_3} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.13 18:43:35.356407 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.13 18:43:35.756231 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.05.13 18:43:35.771894 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:35.771948 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:35.777811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.13 18:43:35.778479 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:35.781287 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.05.13 18:43:37.052784 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.053045 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:37.053417 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:37.053458 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:37.053693 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:37.053761 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:37.053897 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:37.054060 [ 322 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:37.054085 [ 325 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:37.054078 [ 359 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:37.054078 [ 339 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:37.054377 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:37.054414 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:37.054504 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:37.054524 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:37.054560 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:37.054598 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:37.054632 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:37.056027 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} executeQuery: Read 35 rows, 6.04 KiB in 0.003076 sec., 11378.413524057216 rows/sec., 1.92 MiB/sec. 2026.05.13 18:43:37.056228 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} MemoryTracker: Peak memory usage (for query): 129.36 KiB. 2026.05.13 18:43:37.056244 [ 294 ] {61070cc6-9ce6-44c8-86f9-f88cdb939815} TCPHandler: Processed in 0.003597373 sec. 2026.05.13 18:43:37.058148 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.058281 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:37.058333 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:37.058921 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.058963 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.059321 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:43:37.059545 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.059685 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} executeQuery: Read 78 rows, 6.59 KiB in 0.001444 sec., 54016.62049861496 rows/sec., 4.45 MiB/sec. 2026.05.13 18:43:37.059724 [ 294 ] {b6fbe314-cc34-4373-80f7-f3a43d652976} TCPHandler: Processed in 0.00168448 sec. 2026.05.13 18:43:37.059856 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.059951 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:37.059990 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:37.060418 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.060453 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.060735 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:43:37.060938 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.061064 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} executeQuery: Read 11 rows, 847.00 B in 0.001131 sec., 9725.906277630414 rows/sec., 731.34 KiB/sec. 2026.05.13 18:43:37.061064 [ 26 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:43:37.061102 [ 294 ] {bc2b8c8e-6082-4d19-9fec-a6a28ab8f192} TCPHandler: Processed in 0.001294573 sec. 2026.05.13 18:43:37.061142 [ 26 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.061167 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.061239 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.061280 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:43:37.061339 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:37.061383 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:37.061411 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:37.061448 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 83 rows starting from the beginning of the part 2026.05.13 18:43:37.061509 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:37.061559 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:37.061606 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part 2026.05.13 18:43:37.061650 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:37.061694 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:37.061847 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.061889 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:37.062205 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:43:37.062436 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.062489 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.001253442 sec., 160358.43700785516 rows/sec., 12.40 MiB/sec. 2026.05.13 18:43:37.062564 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} executeQuery: Read 75 rows, 6.00 KiB in 0.001243 sec., 60337.892196299275 rows/sec., 4.71 MiB/sec. 2026.05.13 18:43:37.062605 [ 294 ] {89992b5a-b1bd-4d53-8c2f-37a78a819d13} TCPHandler: Processed in 0.001413895 sec. 2026.05.13 18:43:37.062676 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:43:37.062736 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.062835 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:37.062878 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:37.062995 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.063076 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_66_13} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:43:37.063167 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:43:37.063340 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.063379 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.063706 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:43:37.063913 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.064038 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.05.13 18:43:37.064074 [ 294 ] {d1db7c5b-deec-49b7-8ff1-5a573e0f7c07} TCPHandler: Processed in 0.001386615 sec. 2026.05.13 18:43:37.064195 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.064288 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:37.064340 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} 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.05.13 18:43:37.065126 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.065161 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.065665 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.05.13 18:43:37.065877 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.066020 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} executeQuery: Read 11 rows, 20.18 KiB in 0.00175 sec., 6285.714285714285 rows/sec., 11.26 MiB/sec. 2026.05.13 18:43:37.066074 [ 294 ] {ec260a72-a801-4793-895f-7fa0b00b9ab2} TCPHandler: Processed in 0.001927364 sec. 2026.05.13 18:43:37.066194 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:37.066294 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:37.066335 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:37.066672 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:37.066707 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.05.13 18:43:37.067016 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:43:37.067220 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:37.067345 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.05.13 18:43:37.067380 [ 294 ] {5ce3e313-6204-4be5-b4a1-334847989e9e} TCPHandler: Processed in 0.001234152 sec. 2026.05.13 18:43:42.054592 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.054842 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:43:42.055199 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:42.055235 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:43:42.055471 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:42.055544 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:42.055688 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:43:42.055835 [ 359 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:42.055865 [ 354 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:42.055871 [ 348 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:42.055836 [ 322 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:42.056095 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:42.056127 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:42.056216 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:42.056236 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:42.056278 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:42.056317 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:42.056356 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:43:42.057897 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} executeQuery: Read 35 rows, 6.04 KiB in 0.003148 sec., 11118.170266836085 rows/sec., 1.87 MiB/sec. 2026.05.13 18:43:42.058101 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} MemoryTracker: Peak memory usage (for query): 130.26 KiB. 2026.05.13 18:43:42.058118 [ 294 ] {e75d87d1-d1ee-4fb0-9726-2d07045f3c42} TCPHandler: Processed in 0.003661595 sec. 2026.05.13 18:43:42.060265 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.060382 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:43:42.060426 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:43:42.061492 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.061528 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.061904 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.13 18:43:42.062131 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.062286 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} executeQuery: Read 6 rows, 501.00 B in 0.001938 sec., 3095.9752321981423 rows/sec., 252.46 KiB/sec. 2026.05.13 18:43:42.062327 [ 294 ] {562625c5-7a2d-4ac8-9c3f-846f362118b6} TCPHandler: Processed in 0.002112988 sec. 2026.05.13 18:43:42.062478 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.062589 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:42.062631 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:42.063120 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.063157 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.063488 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:43:42.063707 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.063838 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} executeQuery: Read 121 rows, 10.47 KiB in 0.00128 sec., 94531.24999999999 rows/sec., 7.99 MiB/sec. 2026.05.13 18:43:42.063875 [ 294 ] {259afe36-4120-4513-806f-392ffa039551} TCPHandler: Processed in 0.001446085 sec. 2026.05.13 18:43:42.064035 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.064131 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:42.064172 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:42.064636 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.064673 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.064974 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:43:42.065183 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.065318 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} executeQuery: Read 37 rows, 2.75 KiB in 0.001206 sec., 30679.93366500829 rows/sec., 2.23 MiB/sec. 2026.05.13 18:43:42.065356 [ 294 ] {1278a360-f49f-4757-bdbc-77ff4649c39e} TCPHandler: Processed in 0.001369164 sec. 2026.05.13 18:43:42.065517 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.065611 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:42.065650 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:42.066084 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.066120 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.066416 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:43:42.066628 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.066759 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} executeQuery: Read 101 rows, 8.09 KiB in 0.001166 sec., 86620.92624356775 rows/sec., 6.77 MiB/sec. 2026.05.13 18:43:42.066795 [ 294 ] {2fcc0189-d8c2-4301-84a6-125d4895453d} TCPHandler: Processed in 0.001329153 sec. 2026.05.13 18:43:42.066947 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.067041 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:42.067083 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:42.067521 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.067557 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.067878 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:43:42.068099 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.068226 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} executeQuery: Read 163 rows, 11.62 KiB in 0.001203 sec., 135494.59684123026 rows/sec., 9.43 MiB/sec. 2026.05.13 18:43:42.068262 [ 294 ] {26e1f3d7-fd39-402e-bb2f-c1949438b56a} TCPHandler: Processed in 0.001364494 sec. 2026.05.13 18:43:42.068411 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.068504 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:42.068558 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} 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.05.13 18:43:42.069535 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.069572 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.070119 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.05.13 18:43:42.070341 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.070480 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} executeQuery: Read 31 rows, 56.88 KiB in 0.001994 sec., 15546.639919759276 rows/sec., 27.86 MiB/sec. 2026.05.13 18:43:42.070486 [ 70 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.05.13 18:43:42.070545 [ 70 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.070547 [ 294 ] {d40b02da-2f41-46e9-ac5c-695987196e5f} TCPHandler: Processed in 0.002184329 sec. 2026.05.13 18:43:42.070573 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.070685 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.05.13 18:43:42.070699 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:42.070815 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:42.070857 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:42.070924 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:42.070991 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1286 rows starting from the beginning of the part 2026.05.13 18:43:42.071119 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:42.071219 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.071236 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 22 rows starting from the beginning of the part 2026.05.13 18:43:42.071265 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.071364 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:42.071482 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 11 rows starting from the beginning of the part 2026.05.13 18:43:42.071592 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 31 rows starting from the beginning of the part 2026.05.13 18:43:42.071601 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:43:42.071840 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.071986 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2026.05.13 18:43:42.072023 [ 294 ] {0fd34f0b-727f-4272-a8be-236c2862d5f8} TCPHandler: Processed in 0.001373345 sec. 2026.05.13 18:43:42.073214 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23451 2026.05.13 18:43:42.073810 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:42.073853 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:42.074385 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:43:42.074639 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.074778 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23451 2026.05.13 18:43:42.078925 [ 191 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1412 rows, containing 19 columns (19 merged, 0 gathered) in 0.008283786 sec., 170453.46173838872 rows/sec., 305.44 MiB/sec. 2026.05.13 18:43:42.080274 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.05.13 18:43:42.080637 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:42.080709 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_66_13} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.05.13 18:43:42.080871 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.47 MiB. 2026.05.13 18:43:43.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 329.41 MiB, peak 341.50 MiB, free memory in arenas 0.00 B, will set to 333.35 MiB (RSS), difference: 3.93 MiB 2026.05.13 18:43:43.281379 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.05.13 18:43:43.296871 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:43.296924 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:43.302791 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.13 18:43:43.303494 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:43.306137 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.05.13 18:43:44.644743 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1342 2026.05.13 18:43:44.647305 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:44.647350 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:44.648557 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.13 18:43:44.648845 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:44.649019 [ 61 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.13 18:43:44.649097 [ 61 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:44.649105 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1342 2026.05.13 18:43:44.649122 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:44.649228 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:43:44.649672 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:44.649797 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1176 rows starting from the beginning of the part 2026.05.13 18:43:44.650124 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.05.13 18:43:44.650457 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:43:44.650803 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part 2026.05.13 18:43:44.651147 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2026.05.13 18:43:44.651480 [ 193 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:43:44.657636 [ 199 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 72 columns (72 merged, 0 gathered) in 0.008440959 sec., 158986.67438142988 rows/sec., 134.24 MiB/sec. 2026.05.13 18:43:44.659278 [ 203 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.13 18:43:44.659962 [ 203 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:44.660052 [ 203 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_36_7} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.13 18:43:44.660335 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB. 2026.05.13 18:43:47.052845 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.053186 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:47.053697 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:47.053763 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:47.054076 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:47.054143 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:47.054278 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:47.054412 [ 355 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:47.054413 [ 359 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:47.054470 [ 348 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:47.054470 [ 322 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:47.054679 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:47.054716 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:47.054804 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:47.054823 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:47.054859 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:47.054897 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:47.054931 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:47.056359 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} executeQuery: Read 35 rows, 6.04 KiB in 0.003306 sec., 10586.81185722928 rows/sec., 1.78 MiB/sec. 2026.05.13 18:43:47.056522 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} MemoryTracker: Peak memory usage (for query): 129.24 KiB. 2026.05.13 18:43:47.056538 [ 294 ] {6e3ae143-95f4-44aa-b2d5-ae10b48340ff} TCPHandler: Processed in 0.003866848 sec. 2026.05.13 18:43:47.058469 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.058583 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:47.058624 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:47.059235 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.059280 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.059633 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:43:47.059847 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.059985 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} executeQuery: Read 78 rows, 6.59 KiB in 0.001433 sec., 54431.263084438244 rows/sec., 4.49 MiB/sec. 2026.05.13 18:43:47.059997 [ 141 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:43:47.060023 [ 294 ] {4298871e-d70f-4e0a-b05d-424b5e494536} TCPHandler: Processed in 0.001614838 sec. 2026.05.13 18:43:47.060042 [ 141 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.060069 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.060170 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:43:47.060171 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.060289 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:47.060300 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:47.060326 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2621 rows starting from the beginning of the part 2026.05.13 18:43:47.060347 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:47.060390 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2026.05.13 18:43:47.060440 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 118 rows starting from the beginning of the part 2026.05.13 18:43:47.060481 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 78 rows starting from the beginning of the part 2026.05.13 18:43:47.060522 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 121 rows starting from the beginning of the part 2026.05.13 18:43:47.060561 [ 194 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 78 rows starting from the beginning of the part 2026.05.13 18:43:47.060807 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.060849 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.061142 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:43:47.061387 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.061515 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} executeQuery: Read 11 rows, 847.00 B in 0.001234 sec., 8914.100486223662 rows/sec., 670.30 KiB/sec. 2026.05.13 18:43:47.061551 [ 294 ] {8df9b4a8-e97e-4b9b-971a-f3bf8f5ad9dd} TCPHandler: Processed in 0.001428945 sec. 2026.05.13 18:43:47.061695 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.061792 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:47.061806 [ 199 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 5 columns (5 merged, 0 gathered) in 0.001669239 sec., 1840359.5890103213 rows/sec., 147.00 MiB/sec. 2026.05.13 18:43:47.061830 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:47.062119 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:43:47.062326 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.062369 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.062416 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.062502 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_81_16} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:43:47.062603 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.13 18:43:47.062681 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:43:47.062896 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.063017 [ 141 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:43:47.063024 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} executeQuery: Read 75 rows, 6.00 KiB in 0.001252 sec., 59904.15335463258 rows/sec., 4.68 MiB/sec. 2026.05.13 18:43:47.063054 [ 141 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.063073 [ 294 ] {31ca7464-688b-40f5-8b4f-e9ca566c2ddb} TCPHandler: Processed in 0.001434965 sec. 2026.05.13 18:43:47.063079 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.063184 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:43:47.063207 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.063285 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:47.063308 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:47.063320 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1404 rows starting from the beginning of the part 2026.05.13 18:43:47.063356 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:47.063386 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2026.05.13 18:43:47.063432 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 95 rows starting from the beginning of the part 2026.05.13 18:43:47.063470 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 75 rows starting from the beginning of the part 2026.05.13 18:43:47.063508 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 101 rows starting from the beginning of the part 2026.05.13 18:43:47.063546 [ 197 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 75 rows starting from the beginning of the part 2026.05.13 18:43:47.063794 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.063833 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.064169 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:43:47.064380 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.064507 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2026.05.13 18:43:47.064510 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 5 columns (5 merged, 0 gathered) in 0.001361834 sec., 1332027.251485864 rows/sec., 98.62 MiB/sec. 2026.05.13 18:43:47.064516 [ 147 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:43:47.064546 [ 294 ] {a10535ce-a8f8-41ab-9794-1c667707ae5f} TCPHandler: Processed in 0.001386545 sec. 2026.05.13 18:43:47.064584 [ 147 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.064609 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.064693 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:43:47.064698 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.064699 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:43:47.064806 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:47.064849 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:47.064863 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} 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.05.13 18:43:47.064890 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 27809 rows starting from the beginning of the part 2026.05.13 18:43:47.064955 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.064957 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 128 rows starting from the beginning of the part 2026.05.13 18:43:47.065018 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:47.065028 [ 196 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_81_16} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:43:47.065058 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:47.065100 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 163 rows starting from the beginning of the part 2026.05.13 18:43:47.065114 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.05.13 18:43:47.065138 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.05.13 18:43:47.065805 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.065847 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.066445 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.05.13 18:43:47.066701 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.066847 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} executeQuery: Read 11 rows, 20.18 KiB in 0.002057 sec., 5347.593582887701 rows/sec., 9.58 MiB/sec. 2026.05.13 18:43:47.066959 [ 294 ] {11bb2f66-0f67-4e75-9f62-6a47109afeba} TCPHandler: Processed in 0.002312671 sec. 2026.05.13 18:43:47.067144 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:47.067266 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:47.067317 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:47.067671 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.067706 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.068038 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:43:47.068262 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.068379 [ 141 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:43:47.068389 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2026.05.13 18:43:47.068424 [ 141 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:47.068444 [ 294 ] {a11993b7-4297-41a0-8558-6e2de2114663} TCPHandler: Processed in 0.001404915 sec. 2026.05.13 18:43:47.068452 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:47.068565 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:43:47.068698 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:47.068735 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3942 rows starting from the beginning of the part 2026.05.13 18:43:47.068825 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part 2026.05.13 18:43:47.068876 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:47.068921 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:47.068963 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:47.069003 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.05.13 18:43:47.070208 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 28580 rows, containing 5 columns (5 merged, 0 gathered) in 0.005552878 sec., 5146880.590569431 rows/sec., 333.64 MiB/sec. 2026.05.13 18:43:47.070345 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4230 rows, containing 4 columns (4 merged, 0 gathered) in 0.001821003 sec., 2322895.678919804 rows/sec., 156.64 MiB/sec. 2026.05.13 18:43:47.070528 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:43:47.070765 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:43:47.070791 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.070866 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_81_16} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:43:47.070949 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.05.13 18:43:47.071029 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:47.071099 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_81_16} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:43:47.071170 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.05.13 18:43:49.457246 [ 134 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:43:49.457323 [ 134 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:43:49.574886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23899 2026.05.13 18:43:49.575457 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:49.575500 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:49.576087 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:43:49.576346 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:49.576478 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23899 2026.05.13 18:43:50.806215 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.05.13 18:43:50.822873 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:50.822931 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:50.828956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.13 18:43:50.829635 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:50.832550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.05.13 18:43:52.053770 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.054014 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:52.054343 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:52.054377 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:52.054588 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:52.054654 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:52.054790 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:43:52.054943 [ 359 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:52.054951 [ 322 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:52.054951 [ 348 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:52.054947 [ 334 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:52.055176 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:52.055203 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:52.055285 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:52.055305 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:52.055339 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:52.055381 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:52.055415 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:52.056897 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} executeQuery: Read 35 rows, 6.04 KiB in 0.002979 sec., 11748.909029875798 rows/sec., 1.98 MiB/sec. 2026.05.13 18:43:52.057071 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:43:52.057087 [ 294 ] {b39d1e7a-575a-43a7-a12e-759df209b256} TCPHandler: Processed in 0.003446991 sec. 2026.05.13 18:43:52.059276 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.059444 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:52.059502 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:52.060331 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.060373 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.060741 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.13 18:43:52.060959 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.061098 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} executeQuery: Read 118 rows, 10.25 KiB in 0.0017 sec., 69411.76470588236 rows/sec., 5.89 MiB/sec. 2026.05.13 18:43:52.061136 [ 294 ] {8cc0ab66-dd5e-428d-8ff9-4c0c279eb7ef} TCPHandler: Processed in 0.001935744 sec. 2026.05.13 18:43:52.061304 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.061397 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.061435 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:52.061867 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.061903 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.062192 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:43:52.062398 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.062523 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} executeQuery: Read 31 rows, 2.33 KiB in 0.001144 sec., 27097.902097902097 rows/sec., 1.99 MiB/sec. 2026.05.13 18:43:52.062560 [ 294 ] {fa59252f-69c1-4e2d-abbc-f7e64aa2fa31} TCPHandler: Processed in 0.001306053 sec. 2026.05.13 18:43:52.062683 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.062777 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:52.062815 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:52.063236 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.063272 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.063572 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.13 18:43:52.063801 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.063924 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} executeQuery: Read 95 rows, 7.60 KiB in 0.001165 sec., 81545.0643776824 rows/sec., 6.37 MiB/sec. 2026.05.13 18:43:52.063961 [ 294 ] {36dd4805-a988-430c-89d3-f46b93e20eb7} TCPHandler: Processed in 0.001326783 sec. 2026.05.13 18:43:52.064084 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.064179 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.064221 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:52.064656 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.064691 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.065018 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.13 18:43:52.065230 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.065357 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.05.13 18:43:52.065394 [ 294 ] {5fdfb3ad-8fb0-419b-962f-07464d40335e} TCPHandler: Processed in 0.001358604 sec. 2026.05.13 18:43:52.065518 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.065611 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.065663 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} 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.05.13 18:43:52.066500 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.066536 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.067064 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.05.13 18:43:52.067287 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.067421 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} executeQuery: Read 31 rows, 56.88 KiB in 0.001827 sec., 16967.706622879035 rows/sec., 30.41 MiB/sec. 2026.05.13 18:43:52.067477 [ 294 ] {db045e18-9cf5-4260-9579-e5d501a23c3b} TCPHandler: Processed in 0.002007405 sec. 2026.05.13 18:43:52.067610 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.067704 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.067744 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:52.068083 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.068118 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.068419 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.13 18:43:52.068623 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.068749 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.05.13 18:43:52.068784 [ 294 ] {6dbe4d22-012b-4c6a-869d-7c38da103e3f} TCPHandler: Processed in 0.001222732 sec. 2026.05.13 18:43:52.274380 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.274563 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:43:52.274824 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:52.274860 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:43:52.275080 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:52.275139 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:52.275255 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:43:52.275382 [ 348 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:52.275381 [ 318 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:52.275396 [ 334 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:52.275390 [ 359 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:52.275575 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:52.275609 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:52.275696 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:52.275716 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:52.275752 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:52.275786 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:52.275819 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:43:52.277083 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} executeQuery: Read 35 rows, 7.62 KiB in 0.002577 sec., 13581.684128831976 rows/sec., 2.89 MiB/sec. 2026.05.13 18:43:52.277271 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} MemoryTracker: Peak memory usage (for query): 141.88 KiB. 2026.05.13 18:43:52.277287 [ 294 ] {d3448224-6a21-4f37-8722-d882bcbebcba} TCPHandler: Processed in 0.002981103 sec. 2026.05.13 18:43:52.291473 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.291612 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.291659 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:43:52.292176 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.292220 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.292572 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:43:52.292798 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.292939 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} executeQuery: Read 24 rows, 2.04 KiB in 0.001379 sec., 17403.91588107324 rows/sec., 1.44 MiB/sec. 2026.05.13 18:43:52.292941 [ 149 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.13 18:43:52.292982 [ 294 ] {e71d16ca-0e4e-44ea-a970-baf3c4db9a6f} TCPHandler: Processed in 0.001563417 sec. 2026.05.13 18:43:52.293017 [ 149 ] {} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.293045 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.293132 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.293155 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.05.13 18:43:52.293258 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:52.293271 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:43:52.293287 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2026.05.13 18:43:52.293322 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:43:52.293345 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.05.13 18:43:52.293391 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.05.13 18:43:52.293434 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.05.13 18:43:52.293476 [ 199 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.05.13 18:43:52.293824 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.293867 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.294155 [ 196 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001035048 sec., 115936.65221323069 rows/sec., 10.06 MiB/sec. 2026.05.13 18:43:52.294218 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.13 18:43:52.294393 [ 192 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.13 18:43:52.294481 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.294611 [ 149 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.05.13 18:43:52.294629 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} executeQuery: Read 10 rows, 835.00 B in 0.001383 sec., 7230.65798987708 rows/sec., 589.61 KiB/sec. 2026.05.13 18:43:52.294655 [ 149 ] {} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.294677 [ 294 ] {acdce433-1dbc-4dcf-9699-d80218b4d7b1} TCPHandler: Processed in 0.001596088 sec. 2026.05.13 18:43:52.294686 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.294781 [ 192 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.294801 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.05.13 18:43:52.294837 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.294871 [ 192 ] {f372aaef-0c3d-477d-95e6-6189d2d0e0ca::all_1_13_3} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.13 18:43:52.294923 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:52.294942 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:52.294962 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part 2026.05.13 18:43:52.294976 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:43:52.294988 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:52.295033 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.05.13 18:43:52.295084 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.05.13 18:43:52.295134 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.05.13 18:43:52.295180 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.05.13 18:43:52.295225 [ 199 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.05.13 18:43:52.296156 [ 189 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395264 sec., 37268.932617769824 rows/sec., 3.11 MiB/sec. 2026.05.13 18:43:52.296292 [ 200 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.05.13 18:43:52.296411 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.296458 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.296591 [ 200 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.296677 [ 200 ] {5ff8dce4-71d7-4786-bc21-61f1415ae8ff::all_1_19_4} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.05.13 18:43:52.296754 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.05.13 18:43:52.296967 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.13 18:43:52.297192 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.297326 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} executeQuery: Read 2552 rows, 194.58 KiB in 0.002402 sec., 1062447.9600333055 rows/sec., 79.11 MiB/sec. 2026.05.13 18:43:52.297365 [ 294 ] {c3dc8f4e-d921-42cd-9e66-32fd93736825} TCPHandler: Processed in 0.002576236 sec. 2026.05.13 18:43:52.297508 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.297631 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.297670 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:43:52.298094 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.298131 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.298439 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:43:52.298653 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.298780 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} executeQuery: Read 44 rows, 3.31 KiB in 0.001168 sec., 37671.23287671233 rows/sec., 2.77 MiB/sec. 2026.05.13 18:43:52.298817 [ 294 ] {f196f083-46da-4fa1-a820-73a0b449c603} TCPHandler: Processed in 0.001357704 sec. 2026.05.13 18:43:52.298943 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.299038 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.299076 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:43:52.299929 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.299975 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.300406 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:43:52.300645 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.300803 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} executeQuery: Read 825 rows, 49.42 KiB in 0.001779 sec., 463743.67622259696 rows/sec., 27.13 MiB/sec. 2026.05.13 18:43:52.300870 [ 294 ] {bc73b8f6-12a2-4de8-8f0e-e50873a40ea0} TCPHandler: Processed in 0.001974205 sec. 2026.05.13 18:43:52.301068 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.301203 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.301257 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:43:52.301710 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.301747 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.302047 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.13 18:43:52.302272 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.302406 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} executeQuery: Read 1 rows, 72.00 B in 0.001245 sec., 803.2128514056225 rows/sec., 56.48 KiB/sec. 2026.05.13 18:43:52.302443 [ 294 ] {c06c459b-3b21-429e-8a80-59dae476c931} TCPHandler: Processed in 0.001491626 sec. 2026.05.13 18:43:52.302584 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.302680 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.302720 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:43:52.303134 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.303171 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.303480 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:43:52.303687 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.303787 [ 149 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.13 18:43:52.303815 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} executeQuery: Read 12 rows, 960.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 813.80 KiB/sec. 2026.05.13 18:43:52.303835 [ 149 ] {} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.303858 [ 294 ] {1761fb3c-712d-4ec0-87f3-6d5f5a6b502b} TCPHandler: Processed in 0.001322734 sec. 2026.05.13 18:43:52.303862 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.303963 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.05.13 18:43:52.304005 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.304073 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:52.304106 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2026.05.13 18:43:52.304115 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:52.304160 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:52.304162 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:52.304217 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:52.304266 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:52.304313 [ 196 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.05.13 18:43:52.304996 [ 195 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001069749 sec., 56087.92342876693 rows/sec., 4.49 MiB/sec. 2026.05.13 18:43:52.305132 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.305160 [ 188 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.13 18:43:52.305174 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.305493 [ 188 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.305572 [ 188 ] {12fc02f6-93ac-41a0-862a-bd2b04e453a2::all_1_13_3} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.13 18:43:52.305589 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.13 18:43:52.305674 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.13 18:43:52.305821 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.305955 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} executeQuery: Read 1347 rows, 93.07 KiB in 0.00186 sec., 724193.5483870967 rows/sec., 48.86 MiB/sec. 2026.05.13 18:43:52.305994 [ 294 ] {22c2f395-0929-4f4d-83e9-2e8bdaa81bf6} TCPHandler: Processed in 0.002040856 sec. 2026.05.13 18:43:52.306155 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.306267 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.309287 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:52.310095 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.310134 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.310597 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.13 18:43:52.310837 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.310980 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} executeQuery: Read 1537 rows, 96.24 KiB in 0.004738 sec., 324398.48037146474 rows/sec., 19.84 MiB/sec. 2026.05.13 18:43:52.311018 [ 294 ] {d2dd1fa3-e5af-408e-aa81-1398a11fc0cc} TCPHandler: Processed in 0.004911457 sec. 2026.05.13 18:43:52.311169 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.311276 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.311331 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} 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.05.13 18:43:52.312173 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.312210 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.312733 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.05.13 18:43:52.312965 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.313103 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} executeQuery: Read 22 rows, 40.37 KiB in 0.001848 sec., 11904.761904761905 rows/sec., 21.33 MiB/sec. 2026.05.13 18:43:52.313156 [ 294 ] {1493f2be-50e0-4471-99eb-e1f3e8854c6e} TCPHandler: Processed in 0.002042736 sec. 2026.05.13 18:43:52.313327 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:52.313423 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:52.313463 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:52.313801 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:52.313836 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:52.314138 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.05.13 18:43:52.314350 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:52.314479 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} executeQuery: Read 12 rows, 848.00 B in 0.001074 sec., 11173.184357541899 rows/sec., 771.07 KiB/sec. 2026.05.13 18:43:52.314514 [ 294 ] {a74ea458-6745-4411-a1ae-2749e0510fab} TCPHandler: Processed in 0.001236111 sec. 2026.05.13 18:43:53.000286 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 335.97 MiB, peak 343.61 MiB, free memory in arenas 0.00 B, will set to 334.53 MiB (RSS), difference: -1.44 MiB 2026.05.13 18:43:54.649386 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1394 2026.05.13 18:43:54.652429 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:54.652467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:54.653738 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.13 18:43:54.654015 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:54.654281 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1394 2026.05.13 18:43:57.051160 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:57.051400 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:43:57.051768 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:43:57.051808 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:43:57.052058 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:43:57.052137 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:43:57.052286 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:43:57.052407 [ 318 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:43:57.052409 [ 359 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:43:57.052460 [ 348 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:43:57.052406 [ 334 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:43:57.052632 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:43:57.052658 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:43:57.052750 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:43:57.052770 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:43:57.052804 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:57.052841 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:57.052876 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:43:57.054285 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} executeQuery: Read 35 rows, 6.04 KiB in 0.002979 sec., 11748.909029875798 rows/sec., 1.98 MiB/sec. 2026.05.13 18:43:57.054465 [ 294 ] {86e66234-e693-426e-8ca5-081c143fc4eb} TCPHandler: Processed in 0.003435971 sec. 2026.05.13 18:43:57.055953 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:57.056065 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:43:57.056106 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:43:57.056725 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.056763 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.057125 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.13 18:43:57.057345 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.057486 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} executeQuery: Read 56 rows, 4.38 KiB in 0.001453 sec., 38540.94975911906 rows/sec., 2.94 MiB/sec. 2026.05.13 18:43:57.057524 [ 294 ] {41b0a692-adcb-4dcd-9744-9deb132e86fd} TCPHandler: Processed in 0.001622599 sec. 2026.05.13 18:43:57.057695 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:57.057791 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:43:57.057829 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:43:57.058313 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.058349 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.058655 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.13 18:43:57.058861 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.058984 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.05.13 18:43:57.059021 [ 294 ] {ae4f026b-b70b-4d14-b05c-518822be2f54} TCPHandler: Processed in 0.001375464 sec. 2026.05.13 18:43:57.059171 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:57.059265 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:43:57.059312 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:43:57.059704 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.059740 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.060059 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.13 18:43:57.060266 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.060396 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} executeQuery: Read 128 rows, 9.13 KiB in 0.001149 sec., 111401.2184508268 rows/sec., 7.76 MiB/sec. 2026.05.13 18:43:57.060432 [ 294 ] {0bb90207-860f-42df-9511-17098c1f9cf3} TCPHandler: Processed in 0.001310263 sec. 2026.05.13 18:43:57.060560 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:43:57.060655 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:43:57.060695 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:43:57.061029 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.061064 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.061360 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.05.13 18:43:57.061561 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.061685 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. 2026.05.13 18:43:57.061720 [ 294 ] {9ec7a4cf-bccc-4324-b3b5-2d947ded8cf3} TCPHandler: Processed in 0.001209041 sec. 2026.05.13 18:43:57.076612 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24411 2026.05.13 18:43:57.077298 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.077333 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.077777 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:43:57.078000 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.078125 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24411 2026.05.13 18:43:57.078136 [ 117 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:43:57.078178 [ 117 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:57.078196 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:57.078321 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::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.05.13 18:43:57.078455 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:57.078491 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21979 rows starting from the beginning of the part 2026.05.13 18:43:57.078551 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2026.05.13 18:43:57.078595 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2026.05.13 18:43:57.078638 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2026.05.13 18:43:57.078675 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2026.05.13 18:43:57.078711 [ 189 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2026.05.13 18:43:57.080615 [ 191 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24411 rows, containing 4 columns (4 merged, 0 gathered) in 0.002347811 sec., 10397344.590343941 rows/sec., 148.74 MiB/sec. 2026.05.13 18:43:57.081128 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:43:57.081471 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:57.081556 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_51_10} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:43:57.081667 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.05.13 18:43:58.332654 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.05.13 18:43:58.354526 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:58.354607 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:58.361288 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.13 18:43:58.362080 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:58.362425 [ 145 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.13 18:43:58.362514 [ 145 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:43:58.362540 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:43:58.362657 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::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.05.13 18:43:58.366066 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:43:58.367463 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.05.13 18:43:58.367517 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.05.13 18:43:58.371928 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.05.13 18:43:58.376328 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.05.13 18:43:58.380622 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.05.13 18:43:58.385062 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.05.13 18:43:58.388943 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.05.13 18:43:58.440432 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.07782602 sec., 4934.082457255298 rows/sec., 25.51 MiB/sec. 2026.05.13 18:43:58.442316 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.13 18:43:58.443902 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:43:58.443999 [ 188 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_51_10} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.13 18:43:58.445326 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.13 18:43:59.000177 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 335.68 MiB, peak 349.08 MiB, free memory in arenas 0.00 B, will set to 338.05 MiB (RSS), difference: 2.37 MiB 2026.05.13 18:44:02.054119 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.054486 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:02.054816 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:02.054850 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:02.055062 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:02.055130 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:02.055267 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:02.055420 [ 318 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:02.055426 [ 366 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:02.055427 [ 334 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:02.055431 [ 328 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:02.055758 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:02.055787 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:02.055872 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:02.055891 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:02.055926 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:02.055965 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:02.056002 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:02.057476 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} executeQuery: Read 35 rows, 6.04 KiB in 0.003123 sec., 11207.172590457893 rows/sec., 1.89 MiB/sec. 2026.05.13 18:44:02.057626 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} MemoryTracker: Peak memory usage (for query): 129.48 KiB. 2026.05.13 18:44:02.057642 [ 294 ] {09141e64-bfd3-479b-ae10-96a29dd89a1a} TCPHandler: Processed in 0.003711175 sec. 2026.05.13 18:44:02.059771 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.059932 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:02.059992 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:02.060609 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.060651 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.061031 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.13 18:44:02.061245 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.061394 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} executeQuery: Read 118 rows, 10.25 KiB in 0.001505 sec., 78405.31561461794 rows/sec., 6.65 MiB/sec. 2026.05.13 18:44:02.061431 [ 294 ] {aa48e649-1b77-4b8d-8b33-7ee8b6dfd2b0} TCPHandler: Processed in 0.00173583 sec. 2026.05.13 18:44:02.061576 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.061671 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:02.061711 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:02.062136 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.062172 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.062462 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:44:02.062668 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.062794 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} executeQuery: Read 31 rows, 2.33 KiB in 0.001141 sec., 27169.14986853637 rows/sec., 2.00 MiB/sec. 2026.05.13 18:44:02.062801 [ 142 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:44:02.062831 [ 294 ] {4416fb81-6b95-4028-911d-b2eadb206a58} TCPHandler: Processed in 0.001305033 sec. 2026.05.13 18:44:02.062849 [ 142 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.062875 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.062969 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.063000 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:44:02.063070 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:02.063113 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:02.063140 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:02.063185 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 83 rows starting from the beginning of the part 2026.05.13 18:44:02.063257 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 37 rows starting from the beginning of the part 2026.05.13 18:44:02.063308 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:02.063354 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:02.063400 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part 2026.05.13 18:44:02.063446 [ 191 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:02.063566 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.063609 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.063969 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.13 18:44:02.064202 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.064336 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} executeQuery: Read 95 rows, 7.60 KiB in 0.001285 sec., 73929.96108949417 rows/sec., 5.77 MiB/sec. 2026.05.13 18:44:02.064340 [ 203 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 237 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390855 sec., 170398.78348210274 rows/sec., 13.12 MiB/sec. 2026.05.13 18:44:02.064375 [ 294 ] {09bb4e5c-333a-4743-b27b-ab36a55b159c} TCPHandler: Processed in 0.001455416 sec. 2026.05.13 18:44:02.064520 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.064520 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:44:02.064628 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:02.064675 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:02.064812 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.064902 [ 194 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_71_14} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:44:02.064975 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.13 18:44:02.065194 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.065235 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.065579 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.13 18:44:02.065800 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.065935 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} executeQuery: Read 160 rows, 11.41 KiB in 0.001325 sec., 120754.71698113208 rows/sec., 8.41 MiB/sec. 2026.05.13 18:44:02.065972 [ 294 ] {474543ef-23fc-47e2-b065-6890c9d4effe} TCPHandler: Processed in 0.001500926 sec. 2026.05.13 18:44:02.066092 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.066189 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:02.066241 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} 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.05.13 18:44:02.067107 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.067142 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.067695 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.05.13 18:44:02.067918 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.068051 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} executeQuery: Read 31 rows, 56.88 KiB in 0.001879 sec., 16498.137307078232 rows/sec., 29.56 MiB/sec. 2026.05.13 18:44:02.068107 [ 294 ] {15d68acd-390f-4810-a51d-3dbb889074ce} TCPHandler: Processed in 0.002066746 sec. 2026.05.13 18:44:02.068236 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:02.068331 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:02.068371 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:02.068718 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:02.068753 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:02.069059 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.05.13 18:44:02.069268 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:02.069542 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2026.05.13 18:44:02.069577 [ 294 ] {2ab5c50e-987e-4c76-b95a-ba1db103c400} TCPHandler: Processed in 0.001394555 sec. 2026.05.13 18:44:04.457417 [ 140 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:44:04.457489 [ 140 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:44:04.578297 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24859 2026.05.13 18:44:04.578790 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:04.578835 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:04.579318 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:44:04.579553 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:04.579677 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24859 2026.05.13 18:44:04.655143 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1418 2026.05.13 18:44:04.657329 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:04.657377 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:04.658565 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.13 18:44:04.658832 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:04.659090 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1418 2026.05.13 18:44:05.867572 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.05.13 18:44:05.883071 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:05.883128 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:05.888803 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.13 18:44:05.889511 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:05.892442 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.05.13 18:44:07.052581 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.052796 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:07.053118 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:07.053152 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:07.053367 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:07.053438 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:07.053573 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:07.053703 [ 367 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:07.053713 [ 338 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:07.053718 [ 366 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:07.053705 [ 334 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:07.053933 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:07.053963 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:07.054051 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:07.054072 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:07.054107 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:07.054144 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:07.054178 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:07.055401 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} executeQuery: Read 35 rows, 6.04 KiB in 0.002688 sec., 13020.833333333334 rows/sec., 2.19 MiB/sec. 2026.05.13 18:44:07.055567 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} MemoryTracker: Peak memory usage (for query): 129.34 KiB. 2026.05.13 18:44:07.055584 [ 294 ] {cd5bb1fa-98e3-4879-a572-2fc8ba18ffce} TCPHandler: Processed in 0.003123865 sec. 2026.05.13 18:44:07.057341 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.057460 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:07.057504 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:07.057982 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.058020 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.058383 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.13 18:44:07.058615 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.058763 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} executeQuery: Read 78 rows, 6.59 KiB in 0.001334 sec., 58470.76461769116 rows/sec., 4.82 MiB/sec. 2026.05.13 18:44:07.058784 [ 138 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.13 18:44:07.058802 [ 294 ] {69e439ef-bfd6-4719-a2fa-832616040aee} TCPHandler: Processed in 0.001512947 sec. 2026.05.13 18:44:07.058831 [ 138 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.058857 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.058951 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.058955 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.05.13 18:44:07.059056 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:07.059069 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:07.059096 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:07.059101 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2621 rows starting from the beginning of the part 2026.05.13 18:44:07.059165 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 118 rows starting from the beginning of the part 2026.05.13 18:44:07.059216 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 2552 rows starting from the beginning of the part 2026.05.13 18:44:07.059261 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part 2026.05.13 18:44:07.059304 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 118 rows starting from the beginning of the part 2026.05.13 18:44:07.059348 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 78 rows starting from the beginning of the part 2026.05.13 18:44:07.059523 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.059558 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.059854 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:44:07.060072 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.060207 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} executeQuery: Read 11 rows, 847.00 B in 0.001172 sec., 9385.665529010239 rows/sec., 705.76 KiB/sec. 2026.05.13 18:44:07.060245 [ 294 ] {4d4b203e-b873-492a-ac52-089fe02c8304} TCPHandler: Processed in 0.001343913 sec. 2026.05.13 18:44:07.060366 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.060464 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:07.060503 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:07.060970 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.061005 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.061100 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5543 rows, containing 5 columns (5 merged, 0 gathered) in 0.002187618 sec., 2533806.176398256 rows/sec., 200.30 MiB/sec. 2026.05.13 18:44:07.061307 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.13 18:44:07.061324 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.13 18:44:07.061534 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.061563 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.061629 [ 191 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_86_17} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.13 18:44:07.061651 [ 138 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.13 18:44:07.061663 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} executeQuery: Read 75 rows, 6.00 KiB in 0.001219 sec., 61525.840853158326 rows/sec., 4.80 MiB/sec. 2026.05.13 18:44:07.061686 [ 138 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.061692 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.05.13 18:44:07.061711 [ 294 ] {b7b4c5fc-a13f-420c-9560-bc5577f621f5} TCPHandler: Processed in 0.001394785 sec. 2026.05.13 18:44:07.061714 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.061819 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.05.13 18:44:07.061865 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.061937 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:07.061967 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:07.061974 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1404 rows starting from the beginning of the part 2026.05.13 18:44:07.062017 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:07.062055 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 95 rows starting from the beginning of the part 2026.05.13 18:44:07.062106 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1347 rows starting from the beginning of the part 2026.05.13 18:44:07.062147 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2026.05.13 18:44:07.062187 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 95 rows starting from the beginning of the part 2026.05.13 18:44:07.062226 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 75 rows starting from the beginning of the part 2026.05.13 18:44:07.062451 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.062492 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.062853 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.13 18:44:07.063082 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.063200 [ 138 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 5 parts from all_1_81_16 to all_85_85_0 2026.05.13 18:44:07.063211 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2026.05.13 18:44:07.063240 [ 138 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.063258 [ 294 ] {d86ab33b-bdfd-4958-b990-8c50408a3ecf} TCPHandler: Processed in 0.001442665 sec. 2026.05.13 18:44:07.063260 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.063362 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_81_16 to all_85_85_0 into Compact with storage Full 2026.05.13 18:44:07.063387 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.063474 [ 194 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3080 rows, containing 5 columns (5 merged, 0 gathered) in 0.00169685 sec., 1815128.0313522115 rows/sec., 131.83 MiB/sec. 2026.05.13 18:44:07.063487 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:07.063478 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:07.063555 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} 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.05.13 18:44:07.063558 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 28580 rows starting from the beginning of the part 2026.05.13 18:44:07.063632 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:07.063677 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:44:07.063691 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.13 18:44:07.063719 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 128 rows starting from the beginning of the part 2026.05.13 18:44:07.063762 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:07.064016 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.064100 [ 190 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_86_17} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.13 18:44:07.064191 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.13 18:44:07.064355 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.064398 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.065067 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.05.13 18:44:07.065300 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.065421 [ 138 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.05.13 18:44:07.065452 [ 138 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.065452 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} executeQuery: Read 11 rows, 20.18 KiB in 0.001984 sec., 5544.354838709677 rows/sec., 9.94 MiB/sec. 2026.05.13 18:44:07.065474 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.065531 [ 294 ] {9ffbf08e-b24d-4594-bbd9-db59b4f50870} TCPHandler: Processed in 0.002193568 sec. 2026.05.13 18:44:07.065553 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.05.13 18:44:07.065665 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:07.065747 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:07.065766 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:07.065804 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1412 rows starting from the beginning of the part 2026.05.13 18:44:07.065811 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:07.065918 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:07.066023 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:07.066118 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 22 rows starting from the beginning of the part 2026.05.13 18:44:07.066198 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.066206 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:07.066239 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.066316 [ 186 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:07.066695 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.05.13 18:44:07.066962 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.067075 [ 138 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.05.13 18:44:07.067105 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. 2026.05.13 18:44:07.067107 [ 138 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:07.067136 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:07.067142 [ 294 ] {a6e64d97-5d9f-45ad-9b60-a267950e2a8e} TCPHandler: Processed in 0.001527247 sec. 2026.05.13 18:44:07.067216 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.05.13 18:44:07.067312 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:07.067341 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4230 rows starting from the beginning of the part 2026.05.13 18:44:07.067393 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:07.067432 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part 2026.05.13 18:44:07.067471 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 48 rows starting from the beginning of the part 2026.05.13 18:44:07.067506 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:07.067544 [ 190 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:07.071043 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.003861948 sec., 1157446.967178222 rows/sec., 78.05 MiB/sec. 2026.05.13 18:44:07.071559 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.05.13 18:44:07.071840 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.071909 [ 195 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_86_17} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.05.13 18:44:07.071979 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.13 18:44:07.073693 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 30565 rows, containing 5 columns (5 merged, 0 gathered) in 0.010370473 sec., 2947310.1178702265 rows/sec., 190.72 MiB/sec. 2026.05.13 18:44:07.074122 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2026.05.13 18:44:07.074378 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.074450 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_85_17} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 5 parts: [all_1_81_16, all_85_85_0] -> all_1_85_17 2026.05.13 18:44:07.074528 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.05.13 18:44:07.076236 [ 195 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 19 columns (19 merged, 0 gathered) in 0.010716569 sec., 141649.81348041524 rows/sec., 253.83 MiB/sec. 2026.05.13 18:44:07.078323 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.05.13 18:44:07.078676 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:07.078754 [ 198 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_71_14} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.05.13 18:44:07.078906 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. 2026.05.13 18:44:08.000227 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 339.46 MiB, peak 354.09 MiB, free memory in arenas 0.00 B, will set to 348.04 MiB (RSS), difference: 8.58 MiB 2026.05.13 18:44:12.053998 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.054266 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:44:12.054633 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:12.054674 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:44:12.054904 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:12.054972 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:12.055111 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:44:12.055235 [ 356 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:12.055238 [ 324 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:12.055262 [ 366 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:12.055238 [ 367 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:12.055425 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:12.055451 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:12.055532 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:12.055553 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:12.055591 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:12.055630 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:12.055666 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:12.056839 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} executeQuery: Read 35 rows, 6.04 KiB in 0.002673 sec., 13093.901982790872 rows/sec., 2.21 MiB/sec. 2026.05.13 18:44:12.057010 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} MemoryTracker: Peak memory usage (for query): 129.64 KiB. 2026.05.13 18:44:12.057025 [ 294 ] {77b3fadd-971e-43e4-9b3c-9cdd0a97ca6d} TCPHandler: Processed in 0.003164376 sec. 2026.05.13 18:44:12.059113 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.059222 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:44:12.059264 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:44:12.059741 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.059787 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.060139 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.13 18:44:12.060371 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.060514 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. 2026.05.13 18:44:12.060551 [ 294 ] {5d25a96f-a22d-4338-bb66-261f55f78f9a} TCPHandler: Processed in 0.001489187 sec. 2026.05.13 18:44:12.060707 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.060804 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:12.060842 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:12.061298 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.061333 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.061653 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.13 18:44:12.061864 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.061987 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} executeQuery: Read 119 rows, 10.33 KiB in 0.001202 sec., 99001.66389351082 rows/sec., 8.39 MiB/sec. 2026.05.13 18:44:12.062024 [ 294 ] {f8e7ccfd-556a-4fc0-b1ab-b34bd7a4bc79} TCPHandler: Processed in 0.001365633 sec. 2026.05.13 18:44:12.062151 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.062247 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:12.062286 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:12.062721 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.062757 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.063062 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:44:12.063279 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.063406 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} executeQuery: Read 33 rows, 2.47 KiB in 0.001177 sec., 28037.383177570093 rows/sec., 2.05 MiB/sec. 2026.05.13 18:44:12.063443 [ 294 ] {4d68e14a-4531-4051-ac9b-cd73de4e6528} TCPHandler: Processed in 0.001340593 sec. 2026.05.13 18:44:12.063575 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.063671 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:12.063710 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:12.064129 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.064165 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.064462 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.13 18:44:12.064676 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.064799 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} executeQuery: Read 97 rows, 7.76 KiB in 0.001145 sec., 84716.15720524018 rows/sec., 6.62 MiB/sec. 2026.05.13 18:44:12.064835 [ 294 ] {734a4e68-5ec8-4d40-8e8b-27b3116af081} TCPHandler: Processed in 0.001309193 sec. 2026.05.13 18:44:12.064959 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.065053 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:12.065095 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:12.065506 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.065541 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.065864 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.13 18:44:12.066091 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.066217 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} executeQuery: Read 161 rows, 11.48 KiB in 0.001182 sec., 136209.8138747885 rows/sec., 9.49 MiB/sec. 2026.05.13 18:44:12.066253 [ 294 ] {5c468e1f-e1fa-4679-8d6b-ea512abd51e6} TCPHandler: Processed in 0.001342934 sec. 2026.05.13 18:44:12.066411 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.066610 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:12.066691 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} 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.05.13 18:44:12.067718 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.067754 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.068365 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.05.13 18:44:12.068605 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.068755 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} executeQuery: Read 31 rows, 56.88 KiB in 0.002184 sec., 14194.139194139192 rows/sec., 25.44 MiB/sec. 2026.05.13 18:44:12.068817 [ 294 ] {a81d66f2-fa0a-4245-98a3-c4e9b067852c} TCPHandler: Processed in 0.002470173 sec. 2026.05.13 18:44:12.068963 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:12.069059 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:12.069101 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:12.069602 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.069640 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.069954 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.05.13 18:44:12.070162 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.070290 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} executeQuery: Read 60 rows, 4.14 KiB in 0.00125 sec., 48000 rows/sec., 3.23 MiB/sec. 2026.05.13 18:44:12.070325 [ 294 ] {268245fc-1ca4-42da-8c8b-9de8791253e7} TCPHandler: Processed in 0.001420035 sec. 2026.05.13 18:44:12.079828 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25371 2026.05.13 18:44:12.080285 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:12.080325 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.05.13 18:44:12.080788 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:44:12.081003 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:12.081111 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25371 2026.05.13 18:44:13.392529 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.05.13 18:44:13.410042 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:13.410110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:13.416311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.13 18:44:13.417051 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:13.420179 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.05.13 18:44:14.659290 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1448 2026.05.13 18:44:14.661767 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:14.661820 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:14.663047 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.13 18:44:14.663320 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:14.663588 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1448 2026.05.13 18:44:17.053416 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.053663 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:17.054021 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:17.054055 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:17.054269 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:17.054336 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:17.054474 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:17.054600 [ 367 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:17.054604 [ 324 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:17.054600 [ 356 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:17.054603 [ 321 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:17.054807 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:17.054830 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:17.054923 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:17.054951 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:17.054986 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:17.055022 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:17.055085 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:17.056673 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} executeQuery: Read 35 rows, 6.04 KiB in 0.003098 sec., 11297.611362169142 rows/sec., 1.90 MiB/sec. 2026.05.13 18:44:17.056958 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} MemoryTracker: Peak memory usage (for query): 129.31 KiB. 2026.05.13 18:44:17.056976 [ 294 ] {207bb436-df8d-4710-a762-147fa624c337} TCPHandler: Processed in 0.003692685 sec. 2026.05.13 18:44:17.058762 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.058981 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:17.059081 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:17.060096 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.060138 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.060519 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.13 18:44:17.060758 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.060902 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} executeQuery: Read 78 rows, 6.59 KiB in 0.002004 sec., 38922.155688622755 rows/sec., 3.21 MiB/sec. 2026.05.13 18:44:17.060940 [ 294 ] {04f2b254-dce1-4de3-851d-3ff41bdc6c36} TCPHandler: Processed in 0.0022897 sec. 2026.05.13 18:44:17.061066 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.061162 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:17.061202 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:17.061635 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.061671 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.061962 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:44:17.062170 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.062299 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} executeQuery: Read 11 rows, 847.00 B in 0.001155 sec., 9523.809523809525 rows/sec., 716.15 KiB/sec. 2026.05.13 18:44:17.062342 [ 294 ] {0e6a3e70-54cf-41e9-8f95-67c9f90338e1} TCPHandler: Processed in 0.001324863 sec. 2026.05.13 18:44:17.062472 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.062569 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:17.062608 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:17.063034 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.063071 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.063371 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.13 18:44:17.063583 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.063709 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} executeQuery: Read 75 rows, 6.00 KiB in 0.001158 sec., 64766.83937823834 rows/sec., 5.06 MiB/sec. 2026.05.13 18:44:17.063746 [ 294 ] {fbbe2ce7-1536-491b-bcd9-a850d894ea49} TCPHandler: Processed in 0.001328523 sec. 2026.05.13 18:44:17.063872 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.063968 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:17.064010 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:17.064447 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.064482 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.064803 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.13 18:44:17.065018 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.065149 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.05.13 18:44:17.065186 [ 294 ] {9899a9d2-9b5e-49fd-ba95-1100264ef0f8} TCPHandler: Processed in 0.001362793 sec. 2026.05.13 18:44:17.065306 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.065399 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:17.065453 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} 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.05.13 18:44:17.066212 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.066247 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.066740 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.05.13 18:44:17.066958 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.067090 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} executeQuery: Read 11 rows, 20.18 KiB in 0.001708 sec., 6440.281030444965 rows/sec., 11.54 MiB/sec. 2026.05.13 18:44:17.067147 [ 294 ] {754117ab-b3a9-4291-85b3-98348076ccef} TCPHandler: Processed in 0.001889563 sec. 2026.05.13 18:44:17.067277 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:17.067372 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:17.067413 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:17.067754 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:17.067789 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:17.068087 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.05.13 18:44:17.068295 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:17.068421 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.05.13 18:44:17.068456 [ 294 ] {94dce856-ea82-45a0-9655-e5292dd7aa5a} TCPHandler: Processed in 0.001228072 sec. 2026.05.13 18:44:19.457554 [ 123 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:44:19.457617 [ 123 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:44:19.581269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25819 2026.05.13 18:44:19.581870 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:19.581923 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:19.582526 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:44:19.582796 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:19.582996 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25819 2026.05.13 18:44:20.920263 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.05.13 18:44:20.937390 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:20.937469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:20.943792 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.13 18:44:20.944555 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:20.947853 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.05.13 18:44:22.053318 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.053678 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:22.054168 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:22.054202 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:22.054421 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:22.054490 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:22.054627 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:22.054742 [ 356 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:22.054776 [ 367 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:22.054826 [ 356 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:22.054780 [ 349 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:22.055010 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:22.055047 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:22.055137 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:22.055157 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:22.055195 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:22.055233 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:22.055275 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:22.056891 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} executeQuery: Read 35 rows, 6.04 KiB in 0.003354 sec., 10435.301132975552 rows/sec., 1.76 MiB/sec. 2026.05.13 18:44:22.057118 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} MemoryTracker: Peak memory usage (for query): 128.47 KiB. 2026.05.13 18:44:22.057135 [ 294 ] {900abc5e-f7ae-414b-b5d2-4c0494c8c795} TCPHandler: Processed in 0.004001171 sec. 2026.05.13 18:44:22.059408 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.059668 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:22.059763 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:22.060590 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.060627 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.061006 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.13 18:44:22.061240 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.061383 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} executeQuery: Read 118 rows, 10.25 KiB in 0.001785 sec., 66106.44257703082 rows/sec., 5.61 MiB/sec. 2026.05.13 18:44:22.061424 [ 294 ] {da52c2fb-7d55-4192-90ce-6f19999e6ef1} TCPHandler: Processed in 0.002187718 sec. 2026.05.13 18:44:22.061553 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.061649 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.061689 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:22.062104 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.062140 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.062434 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:44:22.062647 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.062775 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} executeQuery: Read 31 rows, 2.33 KiB in 0.001144 sec., 27097.902097902097 rows/sec., 1.99 MiB/sec. 2026.05.13 18:44:22.062811 [ 294 ] {80aa71b7-4241-43ff-bbb6-3becccfafbef} TCPHandler: Processed in 0.001307683 sec. 2026.05.13 18:44:22.062933 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.063026 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:22.063066 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:22.063543 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.063580 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.063891 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.13 18:44:22.064100 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.064227 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} executeQuery: Read 95 rows, 7.60 KiB in 0.001218 sec., 77996.71592775041 rows/sec., 6.09 MiB/sec. 2026.05.13 18:44:22.064265 [ 294 ] {d7b6f2c0-49e3-4dc2-85d8-7dc68e26c6bb} TCPHandler: Processed in 0.001380964 sec. 2026.05.13 18:44:22.064391 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.064493 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.064536 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:22.064988 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.065026 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.065362 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.13 18:44:22.065585 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.065717 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2026.05.13 18:44:22.065754 [ 294 ] {22fd615d-7033-4414-9e9c-f94275f4079e} TCPHandler: Processed in 0.001412615 sec. 2026.05.13 18:44:22.065872 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.065968 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.066021 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} 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.05.13 18:44:22.066868 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.066905 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.067440 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.05.13 18:44:22.067662 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.067798 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} executeQuery: Read 31 rows, 56.88 KiB in 0.001848 sec., 16774.891774891774 rows/sec., 30.06 MiB/sec. 2026.05.13 18:44:22.067857 [ 294 ] {1444925e-a4b7-42e7-ade1-5031c871347b} TCPHandler: Processed in 0.002033475 sec. 2026.05.13 18:44:22.067991 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.068088 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.068129 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:22.068471 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.068506 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.068808 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.05.13 18:44:22.069017 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.069140 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.05.13 18:44:22.069175 [ 294 ] {7df1b719-8887-4e5e-b5b2-2e7bf35d2dd4} TCPHandler: Processed in 0.001233742 sec. 2026.05.13 18:44:22.275271 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.275553 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:44:22.275975 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:22.276021 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:44:22.276289 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:22.276357 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:22.276503 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 34-element set) 2026.05.13 18:44:22.276635 [ 356 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:22.276661 [ 349 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:22.276667 [ 329 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:22.276640 [ 367 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:22.276863 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:22.276887 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:22.276973 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:22.276993 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:22.277029 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:22.277069 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:22.277106 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:22.278594 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} executeQuery: Read 35 rows, 7.62 KiB in 0.003155 sec., 11093.502377179082 rows/sec., 2.36 MiB/sec. 2026.05.13 18:44:22.278860 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} MemoryTracker: Peak memory usage (for query): 146.42 KiB. 2026.05.13 18:44:22.278877 [ 294 ] {34fb4cac-f739-4cd0-b29e-9c6347eb4c79} TCPHandler: Processed in 0.003752636 sec. 2026.05.13 18:44:22.291728 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.291937 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.292027 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:44:22.292653 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.292698 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.293066 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:44:22.293289 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.293446 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} executeQuery: Read 24 rows, 2.04 KiB in 0.001573 sec., 15257.469802924348 rows/sec., 1.27 MiB/sec. 2026.05.13 18:44:22.293485 [ 294 ] {8658b119-de69-4e43-9b38-42a3f0c5cd2c} TCPHandler: Processed in 0.001914064 sec. 2026.05.13 18:44:22.293651 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.293747 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:22.293786 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:22.295212 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.295247 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.295702 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.13 18:44:22.295912 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.296041 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} executeQuery: Read 2547 rows, 194.22 KiB in 0.002313 sec., 1101167.3151750972 rows/sec., 82.00 MiB/sec. 2026.05.13 18:44:22.296078 [ 294 ] {79ce1a8d-49a9-4e1a-aeef-ee9de9673aef} TCPHandler: Processed in 0.002486454 sec. 2026.05.13 18:44:22.296220 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.296315 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.296353 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:22.296853 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.296889 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.297196 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:44:22.297412 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.297539 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} executeQuery: Read 34 rows, 2.62 KiB in 0.001242 sec., 27375.201288244767 rows/sec., 2.06 MiB/sec. 2026.05.13 18:44:22.297555 [ 122 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:44:22.297576 [ 294 ] {7c4466b3-66cf-45b2-834a-8d74873424b4} TCPHandler: Processed in 0.001404205 sec. 2026.05.13 18:44:22.297616 [ 122 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.297644 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.297717 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.297769 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:44:22.297818 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.297862 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:44:22.297905 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:22.297945 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 83 rows starting from the beginning of the part 2026.05.13 18:44:22.298013 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:22.298061 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part 2026.05.13 18:44:22.298108 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:22.298149 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:22.298194 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 34 rows starting from the beginning of the part 2026.05.13 18:44:22.298604 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.298646 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.299005 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:44:22.299088 [ 198 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370595 sec., 148110.8569635815 rows/sec., 11.45 MiB/sec. 2026.05.13 18:44:22.299224 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.299243 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:44:22.299371 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} executeQuery: Read 825 rows, 49.42 KiB in 0.001571 sec., 525143.2208784214 rows/sec., 30.72 MiB/sec. 2026.05.13 18:44:22.299416 [ 294 ] {d2482142-9c62-47f2-87d2-aa68a1c9a1a7} TCPHandler: Processed in 0.001748351 sec. 2026.05.13 18:44:22.299559 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.299608 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.299644 [ 195 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_76_15} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:44:22.299718 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.299729 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.13 18:44:22.299770 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:44:22.300182 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.300219 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.300524 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.13 18:44:22.300745 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.300874 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} executeQuery: Read 1 rows, 72.00 B in 0.001174 sec., 851.7887563884158 rows/sec., 59.89 KiB/sec. 2026.05.13 18:44:22.300911 [ 294 ] {4950b4da-e79c-4ac7-a012-5a081db7198f} TCPHandler: Processed in 0.001351684 sec. 2026.05.13 18:44:22.301053 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.301147 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.301185 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:44:22.301588 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.301623 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.301918 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.13 18:44:22.302139 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.302266 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} executeQuery: Read 12 rows, 960.00 B in 0.001136 sec., 10563.38028169014 rows/sec., 825.26 KiB/sec. 2026.05.13 18:44:22.302303 [ 294 ] {56717d2b-b89b-420c-ae3a-308445a52737} TCPHandler: Processed in 0.001297633 sec. 2026.05.13 18:44:22.302443 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.302538 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:22.302577 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:22.303451 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.303489 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.303851 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.13 18:44:22.304063 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.304200 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} executeQuery: Read 1337 rows, 92.25 KiB in 0.001678 sec., 796781.8831942789 rows/sec., 53.69 MiB/sec. 2026.05.13 18:44:22.304237 [ 294 ] {4b283373-b52d-44e5-9f9e-d628f4830b5f} TCPHandler: Processed in 0.001842482 sec. 2026.05.13 18:44:22.304366 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.304461 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.304503 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:22.305282 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.305318 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.305753 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.13 18:44:22.305970 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.306100 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} executeQuery: Read 1532 rows, 95.89 KiB in 0.001657 sec., 924562.4622812311 rows/sec., 56.51 MiB/sec. 2026.05.13 18:44:22.306114 [ 122 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2026.05.13 18:44:22.306137 [ 294 ] {79fd62be-b557-46bc-a375-11f94e75c342} TCPHandler: Processed in 0.001818742 sec. 2026.05.13 18:44:22.306158 [ 122 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.306184 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.306268 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2026.05.13 18:44:22.306275 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.306385 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:22.306395 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.306422 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_85_17, total 30565 rows starting from the beginning of the part 2026.05.13 18:44:22.306462 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} 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.05.13 18:44:22.306484 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:22.306537 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part 2026.05.13 18:44:22.306579 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:22.306619 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:22.306665 [ 196 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1532 rows starting from the beginning of the part 2026.05.13 18:44:22.307359 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.307401 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.307972 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.05.13 18:44:22.308205 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.308347 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} executeQuery: Read 22 rows, 40.37 KiB in 0.00197 sec., 11167.51269035533 rows/sec., 20.01 MiB/sec. 2026.05.13 18:44:22.308417 [ 294 ] {9e6e75bd-cc1d-4ed5-92b0-d9c3cfb71cda} TCPHandler: Processed in 0.002190139 sec. 2026.05.13 18:44:22.308554 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:22.308649 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:22.308690 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:22.309047 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:22.309083 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:22.309393 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.05.13 18:44:22.309607 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.309741 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} executeQuery: Read 12 rows, 848.00 B in 0.00111 sec., 10810.81081081081 rows/sec., 746.06 KiB/sec. 2026.05.13 18:44:22.309777 [ 294 ] {aad947d7-99f1-447d-a0fc-4f35cb331cc3} TCPHandler: Processed in 0.001272283 sec. 2026.05.13 18:44:22.313788 [ 198 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 32738 rows, containing 5 columns (5 merged, 0 gathered) in 0.007555343 sec., 4333092.488322502 rows/sec., 280.09 MiB/sec. 2026.05.13 18:44:22.314444 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2026.05.13 18:44:22.314773 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:22.314860 [ 200 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_90_18} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2026.05.13 18:44:22.314942 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.05.13 18:44:24.663812 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1498 2026.05.13 18:44:24.666651 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:24.666704 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:24.667974 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.13 18:44:24.668253 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:24.668536 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1498 2026.05.13 18:44:27.052089 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:27.052340 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:27.052736 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:27.052777 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:27.053032 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:27.053111 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:27.053268 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:44:27.053399 [ 367 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:27.053413 [ 356 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:27.053443 [ 326 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:27.053402 [ 349 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:27.053613 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:27.053640 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:27.053724 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:27.053744 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:27.053778 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:27.053814 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:27.053858 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:27.055243 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} executeQuery: Read 35 rows, 6.04 KiB in 0.003003 sec., 11655.011655011655 rows/sec., 1.96 MiB/sec. 2026.05.13 18:44:27.055419 [ 294 ] {ed60a43d-4e84-482e-9c21-d85feac8755e} TCPHandler: Processed in 0.003470861 sec. 2026.05.13 18:44:27.056933 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:27.057042 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:27.057082 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:27.057686 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.057735 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.058170 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.13 18:44:27.058405 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.058548 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} executeQuery: Read 56 rows, 4.38 KiB in 0.001536 sec., 36458.333333333336 rows/sec., 2.78 MiB/sec. 2026.05.13 18:44:27.058556 [ 113 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.13 18:44:27.058586 [ 294 ] {b3d1ec0c-81fb-480d-b6df-66906b694a48} TCPHandler: Processed in 0.00170288 sec. 2026.05.13 18:44:27.058604 [ 113 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.058633 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.058743 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.05.13 18:44:27.058767 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:27.058851 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:27.058863 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:27.058882 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2621 rows starting from the beginning of the part 2026.05.13 18:44:27.058902 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:27.058945 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 119 rows starting from the beginning of the part 2026.05.13 18:44:27.058994 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 78 rows starting from the beginning of the part 2026.05.13 18:44:27.059041 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 118 rows starting from the beginning of the part 2026.05.13 18:44:27.059085 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 2547 rows starting from the beginning of the part 2026.05.13 18:44:27.059127 [ 192 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2026.05.13 18:44:27.059343 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.059379 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.059674 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.13 18:44:27.059887 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.060013 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.05.13 18:44:27.060026 [ 112 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.13 18:44:27.060050 [ 294 ] {c6571c79-c64c-4725-9949-9fe653c782dd} TCPHandler: Processed in 0.001332114 sec. 2026.05.13 18:44:27.060070 [ 112 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.060094 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.060178 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:27.060180 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.05.13 18:44:27.060277 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:27.060288 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:27.060318 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1404 rows starting from the beginning of the part 2026.05.13 18:44:27.060320 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:27.060374 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 97 rows starting from the beginning of the part 2026.05.13 18:44:27.060421 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 75 rows starting from the beginning of the part 2026.05.13 18:44:27.060466 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 95 rows starting from the beginning of the part 2026.05.13 18:44:27.060509 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1337 rows starting from the beginning of the part 2026.05.13 18:44:27.060553 [ 198 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2026.05.13 18:44:27.060738 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.060773 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.060821 [ 199 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5539 rows, containing 5 columns (5 merged, 0 gathered) in 0.002118177 sec., 2614984.4890205115 rows/sec., 206.73 MiB/sec. 2026.05.13 18:44:27.061109 [ 189 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.13 18:44:27.061114 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.13 18:44:27.061440 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.061462 [ 189 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.061555 [ 189 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_91_18} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.13 18:44:27.061586 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} executeQuery: Read 128 rows, 9.13 KiB in 0.001327 sec., 96458.17633760361 rows/sec., 6.72 MiB/sec. 2026.05.13 18:44:27.061628 [ 294 ] {2fee0821-73ad-4b91-95d0-22aefc605f94} TCPHandler: Processed in 0.001499016 sec. 2026.05.13 18:44:27.061642 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.05.13 18:44:27.061765 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:27.061774 [ 189 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3072 rows, containing 5 columns (5 merged, 0 gathered) in 0.001632249 sec., 1882065.7877566474 rows/sec., 136.64 MiB/sec. 2026.05.13 18:44:27.061869 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:27.061914 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:27.061945 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.13 18:44:27.062193 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.062245 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.062263 [ 192 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_91_18} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.13 18:44:27.062281 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.062324 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.13 18:44:27.062598 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.05.13 18:44:27.062806 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.062931 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} executeQuery: Read 48 rows, 3.31 KiB in 0.001079 sec., 44485.634847080626 rows/sec., 3.00 MiB/sec. 2026.05.13 18:44:27.062963 [ 112 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.05.13 18:44:27.062966 [ 294 ] {4886f21d-3024-4ed3-9b7b-4b6e8432de61} TCPHandler: Processed in 0.001250652 sec. 2026.05.13 18:44:27.063013 [ 112 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.063044 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.063149 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.05.13 18:44:27.063287 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:27.063322 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4470 rows starting from the beginning of the part 2026.05.13 18:44:27.063386 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:27.063433 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:27.063480 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:27.063526 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 12 rows starting from the beginning of the part 2026.05.13 18:44:27.063570 [ 199 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 48 rows starting from the beginning of the part 2026.05.13 18:44:27.065132 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002031096 sec., 2318945.042479528 rows/sec., 156.37 MiB/sec. 2026.05.13 18:44:27.065533 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.05.13 18:44:27.065887 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.065990 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_91_18} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.05.13 18:44:27.066081 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.05.13 18:44:27.083172 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26331 2026.05.13 18:44:27.083821 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:27.083879 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:27.084414 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:44:27.084625 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:27.084732 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26331 2026.05.13 18:44:28.447932 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 2026.05.13 18:44:28.466097 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:28.466156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:28.472556 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.13 18:44:28.473310 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:28.476700 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 414 2026.05.13 18:44:29.535799 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40398 2026.05.13 18:44:29.535918 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.535949 [ 316 ] {} TCP-Session: 23cd8abd-559c-4dc3-9c72-3a63a5b2152e Authenticating user 'default' from [fd00:1122:3344:101::e]:40398 2026.05.13 18:44:29.535974 [ 316 ] {} TCP-Session: 23cd8abd-559c-4dc3-9c72-3a63a5b2152e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.535989 [ 316 ] {} TCP-Session: 23cd8abd-559c-4dc3-9c72-3a63a5b2152e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536180 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41071 2026.05.13 18:44:29.536208 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51558 2026.05.13 18:44:29.536230 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33486 2026.05.13 18:44:29.536260 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64194 2026.05.13 18:44:29.536280 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43039 2026.05.13 18:44:29.536313 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536330 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536346 [ 316 ] {} TCP-Session: 23cd8abd-559c-4dc3-9c72-3a63a5b2152e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:29.536364 [ 317 ] {} TCP-Session: 2b5b7057-ce4e-44f2-bafc-c9edcd961e57 Authenticating user 'default' from [fd00:1122:3344:101::e]:41071 2026.05.13 18:44:29.536371 [ 309 ] {} TCP-Session: 29bf2ea5-a635-48f0-a484-855ca6019cb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33486 2026.05.13 18:44:29.536409 [ 317 ] {} TCP-Session: 2b5b7057-ce4e-44f2-bafc-c9edcd961e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536419 [ 309 ] {} TCP-Session: 29bf2ea5-a635-48f0-a484-855ca6019cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536433 [ 317 ] {} TCP-Session: 2b5b7057-ce4e-44f2-bafc-c9edcd961e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536447 [ 309 ] {} TCP-Session: 29bf2ea5-a635-48f0-a484-855ca6019cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536413 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536357 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536517 [ 313 ] {} TCP-Session: 0dda76b4-4a7b-4dcc-92ab-6588de0ebeae Authenticating user 'default' from [fd00:1122:3344:101::e]:43039 2026.05.13 18:44:29.536326 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536553 [ 313 ] {} TCP-Session: 0dda76b4-4a7b-4dcc-92ab-6588de0ebeae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536544 [ 310 ] {} TCP-Session: f1cb755f-fedf-457d-9d96-e15a5794974d Authenticating user 'default' from [fd00:1122:3344:101::e]:64194 2026.05.13 18:44:29.536578 [ 275 ] {} TCP-Session: 7a678406-206e-45ca-b82a-e1ec6dc8627a Authenticating user 'default' from [fd00:1122:3344:101::e]:51558 2026.05.13 18:44:29.536576 [ 313 ] {} TCP-Session: 0dda76b4-4a7b-4dcc-92ab-6588de0ebeae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536597 [ 310 ] {} TCP-Session: f1cb755f-fedf-457d-9d96-e15a5794974d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536607 [ 275 ] {} TCP-Session: 7a678406-206e-45ca-b82a-e1ec6dc8627a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536631 [ 310 ] {} TCP-Session: f1cb755f-fedf-457d-9d96-e15a5794974d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536649 [ 275 ] {} TCP-Session: 7a678406-206e-45ca-b82a-e1ec6dc8627a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536294 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56312 2026.05.13 18:44:29.536283 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43471 2026.05.13 18:44:29.536232 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59364 2026.05.13 18:44:29.536548 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} executeQuery: (from [fd00:1122:3344:101::e]:40398) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:44:29.536798 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536830 [ 315 ] {} TCP-Session: 7db30450-4e4c-4722-b9d7-83b274278ddc Authenticating user 'default' from [fd00:1122:3344:101::e]:56312 2026.05.13 18:44:29.536852 [ 315 ] {} TCP-Session: 7db30450-4e4c-4722-b9d7-83b274278ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536865 [ 315 ] {} TCP-Session: 7db30450-4e4c-4722-b9d7-83b274278ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536931 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.536958 [ 314 ] {} TCP-Session: ded1c37b-187f-489f-a3d5-805496350773 Authenticating user 'default' from [fd00:1122:3344:101::e]:43471 2026.05.13 18:44:29.536974 [ 314 ] {} TCP-Session: ded1c37b-187f-489f-a3d5-805496350773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.536986 [ 314 ] {} TCP-Session: ded1c37b-187f-489f-a3d5-805496350773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.537056 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:44:29.537118 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:29.537145 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:29.537180 [ 293 ] {} TCP-Session: a24bd8d8-bdb1-4108-b165-d25767d253d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:59364 2026.05.13 18:44:29.537197 [ 293 ] {} TCP-Session: a24bd8d8-bdb1-4108-b165-d25767d253d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.537209 [ 293 ] {} TCP-Session: a24bd8d8-bdb1-4108-b165-d25767d253d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.537396 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:44:29.538302 [ 326 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} AggregatingTransform: Aggregating 2026.05.13 18:44:29.538346 [ 326 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} Aggregator: Aggregation method: without_key 2026.05.13 18:44:29.538387 [ 326 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000879065 sec. (1137.572 rows/sec., 44.44 KiB/sec.) 2026.05.13 18:44:29.538412 [ 326 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} Aggregator: Merging aggregated data 2026.05.13 18:44:29.540262 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} executeQuery: Read 1 rows, 40.00 B in 0.003796 sec., 263.4351949420443 rows/sec., 10.29 KiB/sec. 2026.05.13 18:44:29.540389 [ 316 ] {3d78cc53-1250-486b-8d2d-582f887c8e03} TCPHandler: Processed in 0.004154942 sec. 2026.05.13 18:44:29.540512 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540539 [ 316 ] {} TCP-Session: 23cd8abd-559c-4dc3-9c72-3a63a5b2152e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540544 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540566 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540584 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540589 [ 317 ] {} TCP-Session: 2b5b7057-ce4e-44f2-bafc-c9edcd961e57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540603 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540616 [ 275 ] {} TCP-Session: 7a678406-206e-45ca-b82a-e1ec6dc8627a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540652 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540675 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540695 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540721 [ 314 ] {} TCP-Session: ded1c37b-187f-489f-a3d5-805496350773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540731 [ 310 ] {} TCP-Session: f1cb755f-fedf-457d-9d96-e15a5794974d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540748 [ 315 ] {} TCP-Session: 7db30450-4e4c-4722-b9d7-83b274278ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540661 [ 313 ] {} TCP-Session: 0dda76b4-4a7b-4dcc-92ab-6588de0ebeae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540624 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:29.540626 [ 293 ] {} TCP-Session: a24bd8d8-bdb1-4108-b165-d25767d253d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:29.540827 [ 309 ] {} TCP-Session: 29bf2ea5-a635-48f0-a484-855ca6019cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.687438 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42135 2026.05.13 18:44:30.687584 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.687621 [ 316 ] {} TCP-Session: 8a9ffa98-9ede-4670-8030-da786d623ee0 Authenticating user 'default' from [fd00:1122:3344:101::e]:42135 2026.05.13 18:44:30.687649 [ 316 ] {} TCP-Session: 8a9ffa98-9ede-4670-8030-da786d623ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.687666 [ 316 ] {} TCP-Session: 8a9ffa98-9ede-4670-8030-da786d623ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.687925 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50605 2026.05.13 18:44:30.687958 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62583 2026.05.13 18:44:30.687978 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47726 2026.05.13 18:44:30.688010 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58672 2026.05.13 18:44:30.688037 [ 316 ] {} TCP-Session: 8a9ffa98-9ede-4670-8030-da786d623ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:30.688073 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688087 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688091 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688115 [ 275 ] {} TCP-Session: 497a0600-cbff-4efc-b4ea-a1207e90e5ed Authenticating user 'default' from [fd00:1122:3344:101::e]:62583 2026.05.13 18:44:30.688138 [ 309 ] {} TCP-Session: 79e3fa0c-ea75-4ec3-b51a-a334657b76a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47726 2026.05.13 18:44:30.688155 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688168 [ 275 ] {} TCP-Session: 497a0600-cbff-4efc-b4ea-a1207e90e5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688177 [ 309 ] {} TCP-Session: 79e3fa0c-ea75-4ec3-b51a-a334657b76a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688207 [ 310 ] {} TCP-Session: e437fad6-aba7-47c0-bffc-88435c301bd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58672 2026.05.13 18:44:30.688223 [ 309 ] {} TCP-Session: 79e3fa0c-ea75-4ec3-b51a-a334657b76a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688209 [ 275 ] {} TCP-Session: 497a0600-cbff-4efc-b4ea-a1207e90e5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688249 [ 310 ] {} TCP-Session: e437fad6-aba7-47c0-bffc-88435c301bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688273 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} executeQuery: (from [fd00:1122:3344:101::e]:42135) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:44:30.688293 [ 310 ] {} TCP-Session: e437fad6-aba7-47c0-bffc-88435c301bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688166 [ 317 ] {} TCP-Session: ec80f7a3-5cb6-460a-9f49-2ff3cdfe4076 Authenticating user 'default' from [fd00:1122:3344:101::e]:50605 2026.05.13 18:44:30.688022 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39433 2026.05.13 18:44:30.688380 [ 317 ] {} TCP-Session: ec80f7a3-5cb6-460a-9f49-2ff3cdfe4076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688004 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45015 2026.05.13 18:44:30.688449 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688418 [ 317 ] {} TCP-Session: ec80f7a3-5cb6-460a-9f49-2ff3cdfe4076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688499 [ 315 ] {} TCP-Session: eae6b3a8-0b4a-45cc-b632-01005e91a2fa Authenticating user 'default' from [fd00:1122:3344:101::e]:39433 2026.05.13 18:44:30.687995 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37526 2026.05.13 18:44:30.688534 [ 315 ] {} TCP-Session: eae6b3a8-0b4a-45cc-b632-01005e91a2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688557 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688577 [ 315 ] {} TCP-Session: eae6b3a8-0b4a-45cc-b632-01005e91a2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688016 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60267 2026.05.13 18:44:30.688618 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:44:30.688616 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688606 [ 313 ] {} TCP-Session: 3d37cde6-2e13-49c9-805e-37ffcf2408e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45015 2026.05.13 18:44:30.688688 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.688708 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:30.688724 [ 313 ] {} TCP-Session: 3d37cde6-2e13-49c9-805e-37ffcf2408e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688737 [ 314 ] {} TCP-Session: 3ead5931-1380-4ba0-a2c5-34578fc05b3e Authenticating user 'default' from [fd00:1122:3344:101::e]:60267 2026.05.13 18:44:30.688766 [ 313 ] {} TCP-Session: 3d37cde6-2e13-49c9-805e-37ffcf2408e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688783 [ 314 ] {} TCP-Session: 3ead5931-1380-4ba0-a2c5-34578fc05b3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688697 [ 293 ] {} TCP-Session: 491d7a3d-269d-4167-af06-b60ab3fa1c6e Authenticating user 'default' from [fd00:1122:3344:101::e]:37526 2026.05.13 18:44:30.688814 [ 314 ] {} TCP-Session: 3ead5931-1380-4ba0-a2c5-34578fc05b3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688840 [ 293 ] {} TCP-Session: 491d7a3d-269d-4167-af06-b60ab3fa1c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.688865 [ 293 ] {} TCP-Session: 491d7a3d-269d-4167-af06-b60ab3fa1c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.689188 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:44:30.690526 [ 306 ] {87a22587-0213-4c9f-a65e-a75477568027} AggregatingTransform: Aggregating 2026.05.13 18:44:30.690568 [ 306 ] {87a22587-0213-4c9f-a65e-a75477568027} Aggregator: Aggregation method: without_key 2026.05.13 18:44:30.690603 [ 306 ] {87a22587-0213-4c9f-a65e-a75477568027} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001218721 sec. (820.532 rows/sec., 32.05 KiB/sec.) 2026.05.13 18:44:30.690624 [ 306 ] {87a22587-0213-4c9f-a65e-a75477568027} Aggregator: Merging aggregated data 2026.05.13 18:44:30.692370 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} executeQuery: Read 1 rows, 40.00 B in 0.004164 sec., 240.15369836695484 rows/sec., 9.38 KiB/sec. 2026.05.13 18:44:30.692537 [ 316 ] {87a22587-0213-4c9f-a65e-a75477568027} TCPHandler: Processed in 0.004650112 sec. 2026.05.13 18:44:30.692711 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692745 [ 316 ] {} TCP-Session: 8a9ffa98-9ede-4670-8030-da786d623ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692754 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692785 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692808 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692832 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692845 [ 293 ] {} TCP-Session: 491d7a3d-269d-4167-af06-b60ab3fa1c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692858 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692884 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692894 [ 314 ] {} TCP-Session: 3ead5931-1380-4ba0-a2c5-34578fc05b3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692920 [ 275 ] {} TCP-Session: 497a0600-cbff-4efc-b4ea-a1207e90e5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692933 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692930 [ 315 ] {} TCP-Session: eae6b3a8-0b4a-45cc-b632-01005e91a2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692983 [ 309 ] {} TCP-Session: 79e3fa0c-ea75-4ec3-b51a-a334657b76a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692902 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.692870 [ 313 ] {} TCP-Session: 3d37cde6-2e13-49c9-805e-37ffcf2408e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.692800 [ 317 ] {} TCP-Session: ec80f7a3-5cb6-460a-9f49-2ff3cdfe4076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.693057 [ 310 ] {} TCP-Session: e437fad6-aba7-47c0-bffc-88435c301bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980016 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51562 2026.05.13 18:44:30.980134 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980161 [ 275 ] {} TCP-Session: 2c15eb60-3053-476f-a0d3-acb782fb203f Authenticating user 'default' from [fd00:1122:3344:101::e]:51562 2026.05.13 18:44:30.980185 [ 275 ] {} TCP-Session: 2c15eb60-3053-476f-a0d3-acb782fb203f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980199 [ 275 ] {} TCP-Session: 2c15eb60-3053-476f-a0d3-acb782fb203f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980416 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55361 2026.05.13 18:44:30.980456 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48245 2026.05.13 18:44:30.980474 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33278 2026.05.13 18:44:30.980526 [ 275 ] {} TCP-Session: 2c15eb60-3053-476f-a0d3-acb782fb203f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:30.980557 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980557 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980596 [ 314 ] {} TCP-Session: 71b2e491-5afb-4f3d-a650-be22933d1f14 Authenticating user 'default' from [fd00:1122:3344:101::e]:48245 2026.05.13 18:44:30.980607 [ 293 ] {} TCP-Session: 26099b70-068c-41c0-b7d0-debbfbed1a4d Authenticating user 'default' from [fd00:1122:3344:101::e]:55361 2026.05.13 18:44:30.980615 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980637 [ 314 ] {} TCP-Session: 71b2e491-5afb-4f3d-a650-be22933d1f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980641 [ 293 ] {} TCP-Session: 26099b70-068c-41c0-b7d0-debbfbed1a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980660 [ 314 ] {} TCP-Session: 71b2e491-5afb-4f3d-a650-be22933d1f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980666 [ 316 ] {} TCP-Session: 7f487a1d-1eaf-4f3a-8358-3f6ae81e3163 Authenticating user 'default' from [fd00:1122:3344:101::e]:33278 2026.05.13 18:44:30.980671 [ 293 ] {} TCP-Session: 26099b70-068c-41c0-b7d0-debbfbed1a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980709 [ 316 ] {} TCP-Session: 7f487a1d-1eaf-4f3a-8358-3f6ae81e3163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980721 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} executeQuery: (from [fd00:1122:3344:101::e]:51562) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.13 18:44:30.980734 [ 316 ] {} TCP-Session: 7f487a1d-1eaf-4f3a-8358-3f6ae81e3163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980468 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33757 2026.05.13 18:44:30.980447 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43221 2026.05.13 18:44:30.980843 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980884 [ 315 ] {} TCP-Session: 7c32b866-dfa0-42a8-9828-722e7598c85b Authenticating user 'default' from [fd00:1122:3344:101::e]:33757 2026.05.13 18:44:30.980909 [ 315 ] {} TCP-Session: 7c32b866-dfa0-42a8-9828-722e7598c85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980910 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.980486 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61831 2026.05.13 18:44:30.980958 [ 315 ] {} TCP-Session: 7c32b866-dfa0-42a8-9828-722e7598c85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980971 [ 313 ] {} TCP-Session: 66d555ca-3118-4ebb-8a3c-0782eb206eb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43221 2026.05.13 18:44:30.980427 [ 309 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59001 2026.05.13 18:44:30.981026 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.13 18:44:30.981026 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.981017 [ 313 ] {} TCP-Session: 66d555ca-3118-4ebb-8a3c-0782eb206eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981088 [ 317 ] {} TCP-Session: babb64ce-c45d-4eec-a34d-09599ce20911 Authenticating user 'default' from [fd00:1122:3344:101::e]:61831 2026.05.13 18:44:30.981100 [ 309 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.981108 [ 313 ] {} TCP-Session: 66d555ca-3118-4ebb-8a3c-0782eb206eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981127 [ 317 ] {} TCP-Session: babb64ce-c45d-4eec-a34d-09599ce20911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981149 [ 309 ] {} TCP-Session: 0b56e599-1b1a-4041-8e0b-9be684b9e1bf Authenticating user 'default' from [fd00:1122:3344:101::e]:59001 2026.05.13 18:44:30.981191 [ 317 ] {} TCP-Session: babb64ce-c45d-4eec-a34d-09599ce20911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981204 [ 309 ] {} TCP-Session: 0b56e599-1b1a-4041-8e0b-9be684b9e1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981098 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:30.981240 [ 309 ] {} TCP-Session: 0b56e599-1b1a-4041-8e0b-9be684b9e1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.980434 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43240 2026.05.13 18:44:30.981331 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.13 18:44:30.981353 [ 310 ] {} TCP-Session: 22e6cce7-2363-437e-b82b-eeb4cf269d50 Authenticating user 'default' from [fd00:1122:3344:101::e]:43240 2026.05.13 18:44:30.981368 [ 310 ] {} TCP-Session: 22e6cce7-2363-437e-b82b-eeb4cf269d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981381 [ 310 ] {} TCP-Session: 22e6cce7-2363-437e-b82b-eeb4cf269d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.981520 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} oximeter.version (8159394d-4f88-4e6c-85f5-312c492a40d4) (SelectExecutor): Key condition: unknown 2026.05.13 18:44:30.982555 [ 340 ] {3e537503-81a9-4e98-8c81-f3857282541d} AggregatingTransform: Aggregating 2026.05.13 18:44:30.982625 [ 340 ] {3e537503-81a9-4e98-8c81-f3857282541d} Aggregator: Aggregation method: without_key 2026.05.13 18:44:30.982664 [ 340 ] {3e537503-81a9-4e98-8c81-f3857282541d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001023509 sec. (977.031 rows/sec., 38.17 KiB/sec.) 2026.05.13 18:44:30.982685 [ 340 ] {3e537503-81a9-4e98-8c81-f3857282541d} Aggregator: Merging aggregated data 2026.05.13 18:44:30.984438 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} executeQuery: Read 1 rows, 40.00 B in 0.003773 sec., 265.041081367612 rows/sec., 10.35 KiB/sec. 2026.05.13 18:44:30.984640 [ 275 ] {3e537503-81a9-4e98-8c81-f3857282541d} TCPHandler: Processed in 0.004232424 sec. 2026.05.13 18:44:30.984862 [ 275 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.984900 [ 275 ] {} TCP-Session: 2c15eb60-3053-476f-a0d3-acb782fb203f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.984903 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.984928 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.984955 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.984981 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.985018 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.985054 [ 309 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.985058 [ 313 ] {} TCP-Session: 66d555ca-3118-4ebb-8a3c-0782eb206eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985073 [ 310 ] {} TCP-Session: 22e6cce7-2363-437e-b82b-eeb4cf269d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985089 [ 309 ] {} TCP-Session: 0b56e599-1b1a-4041-8e0b-9be684b9e1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985125 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.985168 [ 316 ] {} TCP-Session: 7f487a1d-1eaf-4f3a-8358-3f6ae81e3163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985020 [ 317 ] {} TCP-Session: babb64ce-c45d-4eec-a34d-09599ce20911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985007 [ 293 ] {} TCPHandler: Done processing connection. 2026.05.13 18:44:30.984992 [ 315 ] {} TCP-Session: 7c32b866-dfa0-42a8-9828-722e7598c85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.985258 [ 293 ] {} TCP-Session: 26099b70-068c-41c0-b7d0-debbfbed1a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:30.984969 [ 314 ] {} TCP-Session: 71b2e491-5afb-4f3d-a650-be22933d1f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.13 18:44:32.054552 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.054782 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:32.055118 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:32.055156 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:32.055383 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:32.055457 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:32.055601 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:32.055741 [ 354 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:32.055757 [ 335 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:32.055741 [ 329 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:32.055749 [ 347 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:32.055983 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:32.056013 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:32.056101 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:32.056121 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:32.056158 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:32.056234 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:32.056297 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:32.057714 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} executeQuery: Read 35 rows, 6.04 KiB in 0.003015 sec., 11608.623548922056 rows/sec., 1.96 MiB/sec. 2026.05.13 18:44:32.057932 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} MemoryTracker: Peak memory usage (for query): 129.48 KiB. 2026.05.13 18:44:32.057953 [ 294 ] {7b756258-4e9e-4db2-a5ba-5a54831e2b31} TCPHandler: Processed in 0.003529923 sec. 2026.05.13 18:44:32.060250 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.060379 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:32.060428 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:32.061054 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.061099 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.061510 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.13 18:44:32.061750 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.061906 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} executeQuery: Read 118 rows, 10.25 KiB in 0.001567 sec., 75303.12699425654 rows/sec., 6.39 MiB/sec. 2026.05.13 18:44:32.061948 [ 294 ] {cd1de2eb-0fe5-4ef3-9726-2f946713133a} TCPHandler: Processed in 0.001754171 sec. 2026.05.13 18:44:32.062091 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.062196 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:32.062240 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:32.062690 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.062729 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.063045 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:44:32.063271 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.063411 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} executeQuery: Read 31 rows, 2.33 KiB in 0.001238 sec., 25040.387722132473 rows/sec., 1.84 MiB/sec. 2026.05.13 18:44:32.063451 [ 294 ] {ba55ded5-770f-4feb-9d88-8ed56ad951a8} TCPHandler: Processed in 0.001410824 sec. 2026.05.13 18:44:32.063589 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.063691 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:32.063733 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:32.064207 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.064246 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.064572 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.13 18:44:32.064790 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.064924 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} executeQuery: Read 95 rows, 7.60 KiB in 0.001253 sec., 75818.03671189146 rows/sec., 5.92 MiB/sec. 2026.05.13 18:44:32.064963 [ 294 ] {97b1355c-f31f-4dc3-8362-e848dbe4238d} TCPHandler: Processed in 0.001425385 sec. 2026.05.13 18:44:32.065093 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.065192 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:32.065236 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:32.065690 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.065727 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.066081 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.13 18:44:32.066305 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.066443 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2026.05.13 18:44:32.066483 [ 294 ] {e3a805a7-1a0a-4f20-9d8e-2692a45da9f0} TCPHandler: Processed in 0.001440026 sec. 2026.05.13 18:44:32.066611 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.066710 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:32.066765 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} 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.05.13 18:44:32.067643 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.067681 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.068260 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.05.13 18:44:32.068498 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.068644 [ 108 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.05.13 18:44:32.068650 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} executeQuery: Read 31 rows, 56.88 KiB in 0.001959 sec., 15824.400204185811 rows/sec., 28.36 MiB/sec. 2026.05.13 18:44:32.068720 [ 108 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.068751 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.068770 [ 294 ] {c648c06c-58c4-4258-9628-550732d1bc17} TCPHandler: Processed in 0.002208579 sec. 2026.05.13 18:44:32.068860 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.05.13 18:44:32.068916 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:32.069023 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:32.069067 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:32.069114 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:32.069178 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1518 rows starting from the beginning of the part 2026.05.13 18:44:32.069301 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:32.069409 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:32.069450 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:32.069826 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.05.13 18:44:32.069830 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:32.069941 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 22 rows starting from the beginning of the part 2026.05.13 18:44:32.070036 [ 192 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:32.070172 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.05.13 18:44:32.070444 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.070599 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec. 2026.05.13 18:44:32.070638 [ 294 ] {2e897bb3-bd38-474e-a630-32884073313a} TCPHandler: Processed in 0.001772661 sec. 2026.05.13 18:44:32.078059 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1644 rows, containing 19 columns (19 merged, 0 gathered) in 0.009241332 sec., 177896.43311159042 rows/sec., 318.78 MiB/sec. 2026.05.13 18:44:32.079984 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.05.13 18:44:32.080408 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:32.080495 [ 203 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_76_15} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.05.13 18:44:32.080649 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2026.05.13 18:44:33.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.60 MiB, peak 361.16 MiB, free memory in arenas 0.00 B, will set to 352.69 MiB (RSS), difference: 3.08 MiB 2026.05.13 18:44:34.457906 [ 107 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:44:34.457975 [ 107 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:44:34.584927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26779 2026.05.13 18:44:34.585616 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:34.585649 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:34.586150 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:44:34.586402 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:34.586539 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26779 2026.05.13 18:44:34.586587 [ 106 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:44:34.586660 [ 106 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:34.586680 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:34.586815 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:44:34.586962 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:34.587003 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24411 rows starting from the beginning of the part 2026.05.13 18:44:34.587070 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2026.05.13 18:44:34.587116 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2026.05.13 18:44:34.587159 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2026.05.13 18:44:34.587201 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2026.05.13 18:44:34.587242 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2026.05.13 18:44:34.589505 [ 193 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26779 rows, containing 4 columns (4 merged, 0 gathered) in 0.002749058 sec., 9741154.970175238 rows/sec., 139.35 MiB/sec. 2026.05.13 18:44:34.589754 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:44:34.590064 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:34.590154 [ 187 ] {81e78eb9-0b23-4992-b639-b02e99d2a52b::all_1_56_11} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:44:34.590239 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.05.13 18:44:34.668815 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1528 2026.05.13 18:44:34.671164 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:34.671213 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:34.672383 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.13 18:44:34.672638 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:34.672814 [ 106 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.13 18:44:34.672880 [ 106 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:34.672900 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1528 2026.05.13 18:44:34.672904 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:34.673017 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:44:34.673434 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:34.673562 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1342 rows starting from the beginning of the part 2026.05.13 18:44:34.673862 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 52 rows starting from the beginning of the part 2026.05.13 18:44:34.674143 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2026.05.13 18:44:34.674425 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:44:34.674712 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 50 rows starting from the beginning of the part 2026.05.13 18:44:34.674986 [ 190 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::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.05.13 18:44:34.681670 [ 194 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 72 columns (72 merged, 0 gathered) in 0.008689693 sec., 175840.50437685198 rows/sec., 148.02 MiB/sec. 2026.05.13 18:44:34.683413 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.13 18:44:34.684026 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:34.684112 [ 197 ] {de2a19c3-0a31-44ae-9709-951d76d5d397::all_1_41_8} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.13 18:44:34.684401 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. 2026.05.13 18:44:35.000217 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 348.83 MiB, peak 361.16 MiB, free memory in arenas 0.00 B, will set to 352.95 MiB (RSS), difference: 4.12 MiB 2026.05.13 18:44:35.976772 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 2026.05.13 18:44:35.995429 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:35.995504 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:36.000215 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 357.48 MiB, peak 361.16 MiB, free memory in arenas 0.00 B, will set to 352.98 MiB (RSS), difference: -4.49 MiB 2026.05.13 18:44:36.002147 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.13 18:44:36.002852 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:36.003168 [ 91 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.13 18:44:36.003240 [ 91 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:36.003264 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:36.003452 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.13 18:44:36.007674 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:36.009198 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.05.13 18:44:36.011814 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.05.13 18:44:36.013849 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.05.13 18:44:36.018604 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2026.05.13 18:44:36.023500 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2026.05.13 18:44:36.028473 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part 2026.05.13 18:44:36.032209 [ 194 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2026.05.13 18:44:36.083238 [ 197 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.079873196 sec., 5283.374412612712 rows/sec., 27.32 MiB/sec. 2026.05.13 18:44:36.085764 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.13 18:44:36.087673 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:36.087775 [ 186 ] {2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704::all_1_56_11} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.13 18:44:36.090199 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.05.13 18:44:37.000222 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 349.54 MiB, peak 362.96 MiB, free memory in arenas 0.00 B, will set to 353.06 MiB (RSS), difference: 3.52 MiB 2026.05.13 18:44:37.053578 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.053828 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:37.054203 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:37.054245 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:37.054496 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:37.054575 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:37.054734 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:37.054885 [ 347 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:37.054895 [ 349 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:37.054913 [ 329 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:37.054913 [ 335 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:37.055076 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:37.055103 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:37.055187 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:37.055207 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:37.055242 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:37.055279 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:37.055314 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:37.056919 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} executeQuery: Read 35 rows, 6.04 KiB in 0.003184 sec., 10992.462311557789 rows/sec., 1.85 MiB/sec. 2026.05.13 18:44:37.057176 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} MemoryTracker: Peak memory usage (for query): 128.81 KiB. 2026.05.13 18:44:37.057193 [ 294 ] {994d8171-e3a7-49d9-ae70-c2ec8350d6d6} TCPHandler: Processed in 0.003748326 sec. 2026.05.13 18:44:37.059132 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.059272 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:37.059329 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:37.060169 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.060213 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.060594 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.13 18:44:37.060819 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.060961 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} executeQuery: Read 78 rows, 6.59 KiB in 0.001733 sec., 45008.65551067513 rows/sec., 3.71 MiB/sec. 2026.05.13 18:44:37.061000 [ 294 ] {61f132cb-8d44-403d-9830-c0d1693586c3} TCPHandler: Processed in 0.001980895 sec. 2026.05.13 18:44:37.061154 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.061259 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:37.061299 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:37.061723 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.061759 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.062050 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:44:37.062253 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.062384 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} executeQuery: Read 11 rows, 847.00 B in 0.001144 sec., 9615.384615384615 rows/sec., 723.03 KiB/sec. 2026.05.13 18:44:37.062421 [ 294 ] {26124220-ac18-4736-8de7-a2e083494934} TCPHandler: Processed in 0.001317663 sec. 2026.05.13 18:44:37.062551 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.062647 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:37.062685 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:37.063104 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.063141 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.063438 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.13 18:44:37.063644 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.063769 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} executeQuery: Read 75 rows, 6.00 KiB in 0.00114 sec., 65789.47368421053 rows/sec., 5.14 MiB/sec. 2026.05.13 18:44:37.063806 [ 294 ] {208fc39f-39c7-4f68-bdbb-f28b1c72260d} TCPHandler: Processed in 0.001302813 sec. 2026.05.13 18:44:37.063931 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.064027 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:37.064072 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:37.064506 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.064550 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.064874 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.13 18:44:37.065079 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.065206 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.05.13 18:44:37.065243 [ 294 ] {58630e69-ae47-48a8-a7ce-070eb3d9f9b0} TCPHandler: Processed in 0.001360794 sec. 2026.05.13 18:44:37.065364 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.065459 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:37.065510 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} 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.05.13 18:44:37.066307 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.066343 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.066865 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.05.13 18:44:37.067088 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.067222 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} executeQuery: Read 11 rows, 20.18 KiB in 0.001781 sec., 6176.305446378439 rows/sec., 11.07 MiB/sec. 2026.05.13 18:44:37.067282 [ 294 ] {244123d8-111b-4465-b293-ee6a904db436} TCPHandler: Processed in 0.001966734 sec. 2026.05.13 18:44:37.067417 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:37.067515 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:37.067555 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:37.067899 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:37.067934 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:37.068238 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.05.13 18:44:37.068446 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:37.068573 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.05.13 18:44:37.068608 [ 294 ] {24fb8c45-c0e3-49e7-a8ca-0cde78cd8a40} TCPHandler: Processed in 0.001239962 sec. 2026.05.13 18:44:42.054156 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.054389 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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.05.13 18:44:42.054720 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:42.054755 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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.05.13 18:44:42.054975 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:42.055044 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:42.055183 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 20-element set) 2026.05.13 18:44:42.055320 [ 341 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:42.055352 [ 335 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:42.055319 [ 347 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:42.055320 [ 349 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:42.055527 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:42.055554 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:42.055637 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:42.055657 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:42.055693 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:42.055732 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:42.055769 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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.05.13 18:44:42.056902 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} executeQuery: Read 35 rows, 6.04 KiB in 0.0026 sec., 13461.538461538463 rows/sec., 2.27 MiB/sec. 2026.05.13 18:44:42.057060 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} MemoryTracker: Peak memory usage (for query): 130.22 KiB. 2026.05.13 18:44:42.057077 [ 294 ] {bbe36417-8c9c-4396-91b2-43bb79f6cc64} TCPHandler: Processed in 0.003048044 sec. 2026.05.13 18:44:42.059301 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.059476 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:44:42.059554 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:44:42.060216 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.060260 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.060630 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.13 18:44:42.060848 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.060996 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} executeQuery: Read 6 rows, 501.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 311.43 KiB/sec. 2026.05.13 18:44:42.061037 [ 294 ] {df6a9088-e295-4085-be39-cf10664b1752} TCPHandler: Processed in 0.001863603 sec. 2026.05.13 18:44:42.061175 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.061272 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:42.061310 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:42.061795 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.061831 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.062140 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.13 18:44:42.062346 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.062473 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} executeQuery: Read 121 rows, 10.47 KiB in 0.001221 sec., 99099.0990990991 rows/sec., 8.38 MiB/sec. 2026.05.13 18:44:42.062511 [ 294 ] {34c8980c-ded2-4a28-acab-359b6eafba41} TCPHandler: Processed in 0.001385794 sec. 2026.05.13 18:44:42.062637 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.062732 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:42.062771 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:42.063184 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.063221 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.063506 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:44:42.063708 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.063834 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} executeQuery: Read 37 rows, 2.75 KiB in 0.00112 sec., 33035.71428571429 rows/sec., 2.40 MiB/sec. 2026.05.13 18:44:42.063872 [ 294 ] {cbe613ba-be50-4059-88ed-4a920722c98f} TCPHandler: Processed in 0.001283963 sec. 2026.05.13 18:44:42.063997 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.064090 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:42.064129 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:42.064579 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.064616 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.064919 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.13 18:44:42.065118 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.065242 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} executeQuery: Read 101 rows, 8.09 KiB in 0.00117 sec., 86324.78632478633 rows/sec., 6.75 MiB/sec. 2026.05.13 18:44:42.065279 [ 294 ] {3a131b26-dbde-433f-88e5-6237e6493d93} TCPHandler: Processed in 0.001330323 sec. 2026.05.13 18:44:42.065439 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.065541 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:42.065583 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:42.066079 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.066115 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.066437 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.13 18:44:42.066644 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.066777 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} executeQuery: Read 163 rows, 11.62 KiB in 0.001253 sec., 130087.7893056664 rows/sec., 9.06 MiB/sec. 2026.05.13 18:44:42.066813 [ 294 ] {c2add235-65dc-48e4-9628-15b968e6b35d} TCPHandler: Processed in 0.001423335 sec. 2026.05.13 18:44:42.066953 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.067049 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:42.067101 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} 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.05.13 18:44:42.068183 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.068253 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.068963 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.05.13 18:44:42.069209 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.069388 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} executeQuery: Read 31 rows, 56.88 KiB in 0.002347 sec., 13208.351086493396 rows/sec., 23.67 MiB/sec. 2026.05.13 18:44:42.069574 [ 294 ] {a7b910e2-3802-44d6-84d0-fccea03c54ff} TCPHandler: Processed in 0.002668896 sec. 2026.05.13 18:44:42.070000 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:42.070131 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:42.070186 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:42.070591 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.070628 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.070949 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.05.13 18:44:42.071160 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.071298 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2026.05.13 18:44:42.071340 [ 294 ] {6441407c-75a7-4b8b-b1f5-1261faf831d2} TCPHandler: Processed in 0.001445936 sec. 2026.05.13 18:44:42.086643 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27291 2026.05.13 18:44:42.087111 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:42.087152 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:42.087605 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:44:42.087824 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:42.087932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27291 2026.05.13 18:44:43.511939 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.05.13 18:44:43.527172 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:43.527231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:43.532607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.13 18:44:43.533271 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:43.535923 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.05.13 18:44:44.673113 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1558 2026.05.13 18:44:44.675544 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:44.675583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:44.676791 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.13 18:44:44.677053 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:44.677307 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1558 2026.05.13 18:44:47.053645 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.053987 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:47.054505 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:47.054569 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:47.054891 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:47.054958 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:47.055091 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:47.055237 [ 347 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:47.055248 [ 335 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:47.055241 [ 346 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:47.055237 [ 349 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:47.055449 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:47.055481 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:47.055563 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:47.055582 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:47.055615 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:47.055651 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:47.055685 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:47.057055 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} executeQuery: Read 35 rows, 6.04 KiB in 0.003208 sec., 10910.224438902744 rows/sec., 1.84 MiB/sec. 2026.05.13 18:44:47.057222 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} MemoryTracker: Peak memory usage (for query): 129.26 KiB. 2026.05.13 18:44:47.057239 [ 294 ] {fcf2b30a-701d-463d-940d-dfa428b98fb7} TCPHandler: Processed in 0.003764467 sec. 2026.05.13 18:44:47.059050 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.059265 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:47.059343 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:47.060152 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.060190 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.060548 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.13 18:44:47.060779 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.060919 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} executeQuery: Read 78 rows, 6.59 KiB in 0.001712 sec., 45560.7476635514 rows/sec., 3.76 MiB/sec. 2026.05.13 18:44:47.060956 [ 294 ] {c1a6f20b-23e7-45fa-8a78-f5293692aff2} TCPHandler: Processed in 0.002011355 sec. 2026.05.13 18:44:47.061083 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.061178 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:47.061217 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:47.061646 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.061682 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.061968 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:44:47.062182 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.062310 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} executeQuery: Read 11 rows, 847.00 B in 0.001151 sec., 9556.90703735882 rows/sec., 718.63 KiB/sec. 2026.05.13 18:44:47.062347 [ 294 ] {43aecb8c-68dd-4b86-a78b-2044224fc2b3} TCPHandler: Processed in 0.001313164 sec. 2026.05.13 18:44:47.062470 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.062575 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:47.062614 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:47.063059 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.063097 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.063400 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.13 18:44:47.063613 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.063744 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} executeQuery: Read 75 rows, 6.00 KiB in 0.001186 sec., 63237.77403035413 rows/sec., 4.94 MiB/sec. 2026.05.13 18:44:47.063781 [ 294 ] {4b9d0854-2705-4c0c-9745-85223a84caf2} TCPHandler: Processed in 0.001359844 sec. 2026.05.13 18:44:47.063896 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.063992 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:47.064032 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:47.064435 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.064472 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.064798 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.13 18:44:47.065012 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.065128 [ 67 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 2 parts from all_1_90_18 to all_91_91_0 2026.05.13 18:44:47.065137 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.05.13 18:44:47.065199 [ 67 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.065218 [ 294 ] {cfedfd33-8f32-4a55-ae44-683a468cd12d} TCPHandler: Processed in 0.001369004 sec. 2026.05.13 18:44:47.065229 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.065345 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergeTask::PrepareStage: Merging 2 parts: from all_1_90_18 to all_91_91_0 into Compact with storage Full 2026.05.13 18:44:47.065348 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.065486 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:47.065487 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:47.065530 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 32738 rows starting from the beginning of the part 2026.05.13 18:44:47.065562 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} 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.05.13 18:44:47.065603 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 128 rows starting from the beginning of the part 2026.05.13 18:44:47.066326 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.066365 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.066869 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.05.13 18:44:47.067092 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.067236 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} executeQuery: Read 11 rows, 20.18 KiB in 0.001767 sec., 6225.24052065648 rows/sec., 11.16 MiB/sec. 2026.05.13 18:44:47.067295 [ 294 ] {edb68422-c64e-4e57-bc56-9fdb3deb634e} TCPHandler: Processed in 0.001995595 sec. 2026.05.13 18:44:47.067442 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:47.067537 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:47.067576 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:47.067934 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:47.067969 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:47.068289 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.05.13 18:44:47.068497 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.068633 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.05.13 18:44:47.068669 [ 294 ] {0f423579-1d56-4870-bbdc-3c8477826dab} TCPHandler: Processed in 0.001275622 sec. 2026.05.13 18:44:47.071243 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergeTask::MergeProjectionsStage: Merge sorted 32866 rows, containing 5 columns (5 merged, 0 gathered) in 0.005931644 sec., 5540791.052193962 rows/sec., 358.26 MiB/sec. 2026.05.13 18:44:47.071410 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} MergedBlockOutputStream: filled checksums all_1_91_19 (state Temporary) 2026.05.13 18:44:47.071667 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_91_19 to all_1_91_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:47.071737 [ 197 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_91_19} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 2 parts: [all_1_90_18, all_91_91_0] -> all_1_91_19 2026.05.13 18:44:47.071797 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.05.13 18:44:49.458055 [ 80 ] {} DNSResolver: Updating DNS cache 2026.05.13 18:44:49.458154 [ 80 ] {} DNSResolver: Updated DNS cache 2026.05.13 18:44:49.588114 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27739 2026.05.13 18:44:49.588901 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:49.588943 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:49.589443 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:44:49.589728 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:49.589861 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27739 2026.05.13 18:44:51.035993 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.05.13 18:44:51.052134 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:51.052197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:51.057663 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.13 18:44:51.058313 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:51.061042 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.05.13 18:44:52.053714 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.054024 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:52.054349 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:52.054383 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:52.054595 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:52.054660 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:52.054794 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.13 18:44:52.054922 [ 349 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:52.054942 [ 335 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:52.054927 [ 346 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:52.054954 [ 347 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:52.055156 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:52.055183 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:52.055267 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:52.055286 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:52.055323 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:52.055367 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:52.055402 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:52.056890 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} executeQuery: Read 35 rows, 6.04 KiB in 0.002979 sec., 11748.909029875798 rows/sec., 1.98 MiB/sec. 2026.05.13 18:44:52.057043 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} MemoryTracker: Peak memory usage (for query): 129.32 KiB. 2026.05.13 18:44:52.057059 [ 294 ] {40d1981e-c924-4a70-b3a0-84d092b0e7b1} TCPHandler: Processed in 0.003509912 sec. 2026.05.13 18:44:52.059214 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.059410 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:52.059482 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:52.060170 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.060213 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.060572 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.05.13 18:44:52.060792 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.060933 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} executeQuery: Read 118 rows, 10.25 KiB in 0.001576 sec., 74873.09644670051 rows/sec., 6.35 MiB/sec. 2026.05.13 18:44:52.060970 [ 294 ] {b0db04a4-9b78-4bfe-bfaf-633a0175963c} TCPHandler: Processed in 0.001851282 sec. 2026.05.13 18:44:52.060982 [ 38 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.05.13 18:44:52.061032 [ 38 ] {} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.061052 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.061144 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.061165 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.05.13 18:44:52.061247 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.061291 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:52.061295 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.061338 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2621 rows starting from the beginning of the part 2026.05.13 18:44:52.061404 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 118 rows starting from the beginning of the part 2026.05.13 18:44:52.061454 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 78 rows starting from the beginning of the part 2026.05.13 18:44:52.061504 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 121 rows starting from the beginning of the part 2026.05.13 18:44:52.061550 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 78 rows starting from the beginning of the part 2026.05.13 18:44:52.061592 [ 196 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 118 rows starting from the beginning of the part 2026.05.13 18:44:52.061740 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.061782 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.062096 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:44:52.062315 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.062451 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} executeQuery: Read 31 rows, 2.33 KiB in 0.001223 sec., 25347.506132461163 rows/sec., 1.86 MiB/sec. 2026.05.13 18:44:52.062458 [ 38 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:44:52.062500 [ 294 ] {473028d3-ccc9-476b-9e4d-0cd0e1fa257d} TCPHandler: Processed in 0.001404935 sec. 2026.05.13 18:44:52.062504 [ 38 ] {} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.062538 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.062642 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:44:52.062701 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.062768 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.062802 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:52.062802 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 83 rows starting from the beginning of the part 2026.05.13 18:44:52.062849 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:52.062885 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:52.062889 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 5 columns (5 merged, 0 gathered) in 0.001777421 sec., 1763228.8579914381 rows/sec., 141.42 MiB/sec. 2026.05.13 18:44:52.062933 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:52.062980 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 37 rows starting from the beginning of the part 2026.05.13 18:44:52.063020 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:52.063080 [ 200 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:52.063151 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.05.13 18:44:52.063340 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.063384 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.063444 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.063525 [ 198 ] {006df4ac-070d-48b9-bd66-1060122d098f::all_1_96_19} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.05.13 18:44:52.063603 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.05.13 18:44:52.063716 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.05.13 18:44:52.063938 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.063943 [ 199 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353754 sec., 150692.07551741306 rows/sec., 11.59 MiB/sec. 2026.05.13 18:44:52.064070 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} executeQuery: Read 95 rows, 7.60 KiB in 0.001286 sec., 73872.47278382581 rows/sec., 5.77 MiB/sec. 2026.05.13 18:44:52.064085 [ 38 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.05.13 18:44:52.064091 [ 199 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:44:52.064113 [ 294 ] {9d7c31b5-259c-4cd2-9ae6-f5a037ec128c} TCPHandler: Processed in 0.001470285 sec. 2026.05.13 18:44:52.064126 [ 38 ] {} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.064182 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.064267 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.05.13 18:44:52.064282 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.064354 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.064382 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1404 rows starting from the beginning of the part 2026.05.13 18:44:52.064395 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.064397 [ 199 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.064425 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 95 rows starting from the beginning of the part 2026.05.13 18:44:52.064449 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:52.064472 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 75 rows starting from the beginning of the part 2026.05.13 18:44:52.064511 [ 199 ] {df241721-4428-4a6c-aaa5-029c843ba4d2::all_1_81_16} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:44:52.064518 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 101 rows starting from the beginning of the part 2026.05.13 18:44:52.064554 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 75 rows starting from the beginning of the part 2026.05.13 18:44:52.064587 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 95 rows starting from the beginning of the part 2026.05.13 18:44:52.064589 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.13 18:44:52.064910 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.064950 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.065292 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.05.13 18:44:52.065504 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.065606 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.001367834 sec., 1348847.8865125445 rows/sec., 100.05 MiB/sec. 2026.05.13 18:44:52.065634 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2026.05.13 18:44:52.065641 [ 38 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 2 parts from all_1_91_19 to all_92_92_0 2026.05.13 18:44:52.065678 [ 294 ] {922be324-06d9-40d3-ae0c-3f4fa0a24973} TCPHandler: Processed in 0.001444455 sec. 2026.05.13 18:44:52.065686 [ 38 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.065716 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.065782 [ 199 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergeTask::PrepareStage: Merging 2 parts: from all_1_91_19 to all_92_92_0 into Compact with storage Full 2026.05.13 18:44:52.065803 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.05.13 18:44:52.065824 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.065885 [ 199 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.065916 [ 199 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergeTreeSequentialSource: Reading 6 marks from part all_1_91_19, total 32866 rows starting from the beginning of the part 2026.05.13 18:44:52.065934 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.065965 [ 199 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:52.065994 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} 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.05.13 18:44:52.066045 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.066115 [ 200 ] {87257afa-f7a3-4e1f-beb6-a9fcda18138b::all_1_96_19} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.05.13 18:44:52.066176 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.05.13 18:44:52.066880 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.066921 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.067558 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.05.13 18:44:52.067783 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.067918 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} executeQuery: Read 31 rows, 56.88 KiB in 0.002001 sec., 15492.253873063466 rows/sec., 27.76 MiB/sec. 2026.05.13 18:44:52.067980 [ 294 ] {c105536f-b615-426f-b03f-7bfd445dceea} TCPHandler: Processed in 0.002204089 sec. 2026.05.13 18:44:52.068101 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.068196 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.068237 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:52.068600 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.068635 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.068957 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.05.13 18:44:52.069168 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.069299 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.05.13 18:44:52.069304 [ 38 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.05.13 18:44:52.069336 [ 294 ] {e260de1c-b4f6-44ae-bf42-4cb334d86c46} TCPHandler: Processed in 0.001284433 sec. 2026.05.13 18:44:52.069350 [ 38 ] {} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.069376 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.069467 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.05.13 18:44:52.069925 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.069954 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4710 rows starting from the beginning of the part 2026.05.13 18:44:52.070003 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:52.070042 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:52.070077 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:52.070114 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:52.070147 [ 189 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2026.05.13 18:44:52.071570 [ 192 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergeTask::MergeProjectionsStage: Merge sorted 33026 rows, containing 5 columns (5 merged, 0 gathered) in 0.005811162 sec., 5683200.709255739 rows/sec., 367.61 MiB/sec. 2026.05.13 18:44:52.071729 [ 188 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5010 rows, containing 4 columns (4 merged, 0 gathered) in 0.00229633 sec., 2181742.171203616 rows/sec., 147.11 MiB/sec. 2026.05.13 18:44:52.071759 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} MergedBlockOutputStream: filled checksums all_1_92_20 (state Temporary) 2026.05.13 18:44:52.072019 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_92_20 to all_1_92_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.072085 [ 203 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_92_20} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 2 parts: [all_1_91_19, all_92_92_0] -> all_1_92_20 2026.05.13 18:44:52.072140 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.05.13 18:44:52.072169 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.05.13 18:44:52.072427 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.072495 [ 192 ] {d29e7118-3251-4dcf-981c-3bfd4a438d74::all_1_96_19} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.05.13 18:44:52.072571 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.05.13 18:44:52.277252 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.277417 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.13 18:44:52.277689 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:52.277726 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.13 18:44:52.277977 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:52.278043 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:52.278161 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 35-element set) 2026.05.13 18:44:52.278298 [ 325 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:52.278395 [ 325 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:52.278411 [ 347 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:52.278415 [ 349 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:52.278576 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:52.278630 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:52.278717 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:52.278737 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:52.278772 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:52.278807 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:52.278850 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', '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_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', 'zone:cpu_nsec'))" 2026.05.13 18:44:52.280208 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} executeQuery: Read 35 rows, 7.62 KiB in 0.00286 sec., 12237.762237762237 rows/sec., 2.60 MiB/sec. 2026.05.13 18:44:52.280383 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} MemoryTracker: Peak memory usage (for query): 139.91 KiB. 2026.05.13 18:44:52.280400 [ 294 ] {671d23c9-4e4a-4358-93b6-768e845f4d50} TCPHandler: Processed in 0.003213337 sec. 2026.05.13 18:44:52.294292 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.294568 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.294661 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.13 18:44:52.295398 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.295440 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.295837 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:44:52.296063 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} oximeter.fields_i16 (f372aaef-0c3d-477d-95e6-6189d2d0e0ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.296214 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} executeQuery: Read 24 rows, 2.04 KiB in 0.001697 sec., 14142.604596346495 rows/sec., 1.17 MiB/sec. 2026.05.13 18:44:52.296255 [ 294 ] {1349a448-14a7-4495-9299-b6a209de6cc3} TCPHandler: Processed in 0.002097707 sec. 2026.05.13 18:44:52.296558 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.296661 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.13 18:44:52.296702 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.13 18:44:52.297161 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.297197 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.297504 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.13 18:44:52.297720 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} oximeter.fields_ipaddr (5ff8dce4-71d7-4786-bc21-61f1415ae8ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.297847 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} executeQuery: Read 10 rows, 835.00 B in 0.001206 sec., 8291.873963515754 rows/sec., 676.14 KiB/sec. 2026.05.13 18:44:52.297885 [ 294 ] {40d2ac14-1e96-4712-91db-92a7cd0f2f4a} TCPHandler: Processed in 0.001376714 sec. 2026.05.13 18:44:52.298015 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.298113 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:52.298151 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:52.299930 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.299968 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.300481 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.05.13 18:44:52.300702 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.300831 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} executeQuery: Read 2552 rows, 194.58 KiB in 0.00274 sec., 931386.8613138687 rows/sec., 69.35 MiB/sec. 2026.05.13 18:44:52.300868 [ 294 ] {617df761-1f7b-4382-9d37-7d23bba06105} TCPHandler: Processed in 0.002900431 sec. 2026.05.13 18:44:52.301529 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.301625 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.301664 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.13 18:44:52.302140 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.302174 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.302487 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.05.13 18:44:52.302701 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} oximeter.fields_u16 (df241721-4428-4a6c-aaa5-029c843ba4d2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.302827 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} executeQuery: Read 44 rows, 3.31 KiB in 0.00122 sec., 36065.57377049181 rows/sec., 2.65 MiB/sec. 2026.05.13 18:44:52.302864 [ 294 ] {b2dd19ea-8079-4ec2-825a-3b1f47bd4793} TCPHandler: Processed in 0.001390644 sec. 2026.05.13 18:44:52.303141 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.303233 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.303270 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.13 18:44:52.304356 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.304407 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.304907 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.13 18:44:52.305164 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} oximeter.fields_u32 (6d9dbae3-d7cb-4e12-a3cf-46795417f593): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.305318 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} executeQuery: Read 825 rows, 49.42 KiB in 0.002099 sec., 393044.3068127679 rows/sec., 22.99 MiB/sec. 2026.05.13 18:44:52.305389 [ 294 ] {205fdf06-3050-4b6d-911f-8689b25d87d7} TCPHandler: Processed in 0.002295721 sec. 2026.05.13 18:44:52.305605 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.305737 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.305791 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.13 18:44:52.306255 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.306292 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.306602 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.13 18:44:52.306814 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} oximeter.fields_u64 (5f999441-4ffd-4634-9aa1-16da156689fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.306943 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} executeQuery: Read 1 rows, 72.00 B in 0.001247 sec., 801.924619085806 rows/sec., 56.39 KiB/sec. 2026.05.13 18:44:52.306982 [ 294 ] {0faac794-0cd2-427d-879a-82685fd92e1d} TCPHandler: Processed in 0.001498407 sec. 2026.05.13 18:44:52.307114 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.307210 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.307249 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.13 18:44:52.307730 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.307771 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.308122 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.13 18:44:52.308362 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} oximeter.fields_u8 (12fc02f6-93ac-41a0-862a-bd2b04e453a2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.308503 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} executeQuery: Read 12 rows, 960.00 B in 0.00131 sec., 9160.30534351145 rows/sec., 715.65 KiB/sec. 2026.05.13 18:44:52.308560 [ 294 ] {66bd77ca-3618-4565-91aa-766857017e7a} TCPHandler: Processed in 0.001494086 sec. 2026.05.13 18:44:52.308689 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.308794 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:52.308834 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:52.309914 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.309951 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.310322 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.05.13 18:44:52.310538 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.310671 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} executeQuery: Read 1347 rows, 93.07 KiB in 0.001901 sec., 708574.4345081536 rows/sec., 47.81 MiB/sec. 2026.05.13 18:44:52.310709 [ 294 ] {00f8ad51-17a3-4ebd-8d40-d9d949dc0873} TCPHandler: Processed in 0.002072836 sec. 2026.05.13 18:44:52.310833 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.310930 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.310971 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:52.311805 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.311842 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.312281 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.05.13 18:44:52.312493 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.312625 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} executeQuery: Read 1537 rows, 96.24 KiB in 0.001713 sec., 897256.2755399884 rows/sec., 54.87 MiB/sec. 2026.05.13 18:44:52.312640 [ 38 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Selected 6 parts from all_1_92_20 to all_97_97_0 2026.05.13 18:44:52.312662 [ 294 ] {d4e5e292-22ca-4bd5-9fff-7e635dc04e4a} TCPHandler: Processed in 0.001877553 sec. 2026.05.13 18:44:52.312687 [ 38 ] {} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.312714 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.312827 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.312830 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_92_20 to all_97_97_0 into Compact with storage Full 2026.05.13 18:44:52.312932 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.312985 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.312988 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} 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.05.13 18:44:52.313035 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_92_20, total 33026 rows starting from the beginning of the part 2026.05.13 18:44:52.313114 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:52.313167 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 163 rows starting from the beginning of the part 2026.05.13 18:44:52.313219 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:52.313268 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2026.05.13 18:44:52.313319 [ 189 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1537 rows starting from the beginning of the part 2026.05.13 18:44:52.313813 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.313856 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.314388 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.05.13 18:44:52.314625 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.314773 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} executeQuery: Read 22 rows, 40.37 KiB in 0.001859 sec., 11834.31952662722 rows/sec., 21.21 MiB/sec. 2026.05.13 18:44:52.314779 [ 38 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.05.13 18:44:52.314827 [ 38 ] {} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.314838 [ 294 ] {5af82b76-866a-4db9-993b-17b27a3523d2} TCPHandler: Processed in 0.002067317 sec. 2026.05.13 18:44:52.314848 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.05.13 18:44:52.314979 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.05.13 18:44:52.314992 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:52.315106 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:52.315147 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:52.315196 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.13 18:44:52.315256 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1644 rows starting from the beginning of the part 2026.05.13 18:44:52.315373 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:52.315477 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:52.315501 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:52.315545 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:52.315584 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 11 rows starting from the beginning of the part 2026.05.13 18:44:52.315717 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part 2026.05.13 18:44:52.315826 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 22 rows starting from the beginning of the part 2026.05.13 18:44:52.315906 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.05.13 18:44:52.316134 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.316281 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} executeQuery: Read 12 rows, 848.00 B in 0.001193 sec., 10058.675607711652 rows/sec., 694.15 KiB/sec. 2026.05.13 18:44:52.316322 [ 294 ] {1492479a-4b07-4061-a58a-83c064914bd4} TCPHandler: Processed in 0.001379624 sec. 2026.05.13 18:44:52.320325 [ 187 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergeTask::MergeProjectionsStage: Merge sorted 35206 rows, containing 5 columns (5 merged, 0 gathered) in 0.007543682 sec., 4666951.761752417 rows/sec., 301.58 MiB/sec. 2026.05.13 18:44:52.320667 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} MergedBlockOutputStream: filled checksums all_1_97_21 (state Temporary) 2026.05.13 18:44:52.320951 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_merge_all_1_97_21 to all_1_97_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.321025 [ 193 ] {75142205-126d-4cd7-bc6e-5145f9db5244::all_1_97_21} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244) (MergerMutator): Merged 6 parts: [all_1_92_20, all_97_97_0] -> all_1_97_21 2026.05.13 18:44:52.321112 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.05.13 18:44:52.325409 [ 188 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1750 rows, containing 19 columns (19 merged, 0 gathered) in 0.010475374 sec., 167058.4744754698 rows/sec., 299.36 MiB/sec. 2026.05.13 18:44:52.326842 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.05.13 18:44:52.327190 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:52.327262 [ 187 ] {f7e56092-8b45-45c8-93d8-24720a558eea::all_1_81_16} oximeter.measurements_histogramu64 (f7e56092-8b45-45c8-93d8-24720a558eea) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.05.13 18:44:52.327355 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.10 MiB. 2026.05.13 18:44:53.000214 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 355.46 MiB, peak 372.50 MiB, free memory in arenas 0.00 B, will set to 359.60 MiB (RSS), difference: 4.14 MiB 2026.05.13 18:44:54.677467 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 1610 2026.05.13 18:44:54.680297 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:54.680346 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:54.681580 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.13 18:44:54.681857 [ 243 ] {} system.query_log (de2a19c3-0a31-44ae-9709-951d76d5d397): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:54.682201 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1610 2026.05.13 18:44:57.052159 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:57.052412 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} executeQuery: (from [fd00:1122:3344:101::d]:53871) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.13 18:44:57.052787 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.13 18:44:57.052828 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.13 18:44:57.053078 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.13 18:44:57.053151 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.13 18:44:57.053290 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.13 18:44:57.053415 [ 347 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.13 18:44:57.053435 [ 346 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.13 18:44:57.053423 [ 325 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.13 18:44:57.053421 [ 326 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.13 18:44:57.053656 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2026.05.13 18:44:57.053683 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.13 18:44:57.053768 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.13 18:44:57.053788 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} oximeter.timeseries_schema (c1a4a5af-7868-4a7f-8e30-710937116321) (SelectExecutor): Reading approx. 35 rows with 3 streams 2026.05.13 18:44:57.053822 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:57.053860 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:57.053896 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.13 18:44:57.055203 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} executeQuery: Read 35 rows, 6.04 KiB in 0.002888 sec., 12119.113573407203 rows/sec., 2.04 MiB/sec. 2026.05.13 18:44:57.055384 [ 294 ] {c98d29c6-1bb8-4b59-997d-2436e1b8f96d} TCPHandler: Processed in 0.003362579 sec. 2026.05.13 18:44:57.056812 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:57.056921 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.13 18:44:57.056963 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.13 18:44:57.057782 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:57.057862 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:57.058359 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.05.13 18:44:57.058580 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} oximeter.fields_string (006df4ac-070d-48b9-bd66-1060122d098f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:57.058733 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} executeQuery: Read 56 rows, 4.38 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.32 MiB/sec. 2026.05.13 18:44:57.058772 [ 294 ] {7443e0c4-dcbe-4327-9f6f-3764a1a76689} TCPHandler: Processed in 0.002009335 sec. 2026.05.13 18:44:57.058932 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:57.059029 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.13 18:44:57.059068 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.13 18:44:57.059524 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:57.059560 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:57.059852 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.05.13 18:44:57.060066 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} oximeter.fields_uuid (87257afa-f7a3-4e1f-beb6-a9fcda18138b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:57.060199 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2026.05.13 18:44:57.060236 [ 294 ] {6cc16570-4c2a-4ca3-9e92-30519e2dd1c4} TCPHandler: Processed in 0.001353374 sec. 2026.05.13 18:44:57.060365 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:57.060461 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.13 18:44:57.060503 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.13 18:44:57.060888 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:57.060924 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:57.061249 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.05.13 18:44:57.061456 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} oximeter.measurements_cumulativeu64 (75142205-126d-4cd7-bc6e-5145f9db5244): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:57.061582 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} executeQuery: Read 128 rows, 9.13 KiB in 0.001139 sec., 112379.28007023704 rows/sec., 7.83 MiB/sec. 2026.05.13 18:44:57.061618 [ 294 ] {3d4ac724-e525-4a2e-b9d0-7abcd72deeed} TCPHandler: Processed in 0.001302272 sec. 2026.05.13 18:44:57.061748 [ 294 ] {} TCP-Session: e6cb2fa7-0a61-41cb-99ec-819f18d91b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.13 18:44:57.061844 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} executeQuery: (from [fd00:1122:3344:101::d]:53871) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.13 18:44:57.061884 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.13 18:44:57.062219 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:57.062254 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:57.062552 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.05.13 18:44:57.062756 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} oximeter.measurements_u64 (d29e7118-3251-4dcf-981c-3bfd4a438d74): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:57.062888 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} executeQuery: Read 48 rows, 3.31 KiB in 0.001062 sec., 45197.74011299435 rows/sec., 3.05 MiB/sec. 2026.05.13 18:44:57.062923 [ 294 ] {9af7e78f-2b2b-44ab-b643-9920a46db3d4} TCPHandler: Processed in 0.001224062 sec. 2026.05.13 18:44:57.089999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28251 2026.05.13 18:44:57.090730 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:57.090794 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:57.091379 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:44:57.091630 [ 245 ] {} system.asynchronous_metric_log (81e78eb9-0b23-4992-b639-b02e99d2a52b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:57.091761 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28251 2026.05.13 18:44:58.561109 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.05.13 18:44:58.577351 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.13 18:44:58.577410 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.05.13 18:44:58.583394 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.13 18:44:58.584111 [ 244 ] {} system.metric_log (2c1dc1b3-ac72-43c3-86f1-7c7ceb1c4704): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.13 18:44:58.586814 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445